Microsoft.Chaos (preview:2023-09-01)

2025/09/05 • 18 new, 18 deleted methods

CapabilityTypes_List (new)
Description Get a list of Capability Type resources for given Target Type and location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}/capabilityTypes
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
targetTypeName: string ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
publisher: string ,
targetType: string ,
displayName: string ,
description: string ,
parametersSchema: string ,
urn: string ,
kind: string ,
azureRbacActions:
[
string ,
]
,
azureRbacDataActions:
[
string ,
]
,
runtimeProperties:
{
kind: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CapabilityTypes_Get (new)
Description Get a Capability Type resource for given Target Type and location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}/capabilityTypes/{capabilityTypeName}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
targetTypeName: string ,
capabilityTypeName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
publisher: string ,
targetType: string ,
displayName: string ,
description: string ,
parametersSchema: string ,
urn: string ,
kind: string ,
azureRbacActions:
[
string ,
]
,
azureRbacDataActions:
[
string ,
]
,
runtimeProperties:
{
kind: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_ListAll (new)
Description Get a list of Experiment resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/experiments
{
api-version: string ,
subscriptionId: string ,
running: boolean ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_List (new)
Description Get a list of Experiment resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
running: boolean ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Delete (new)
Description Delete a Experiment resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Get (new)
Description Get a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_CreateOrUpdate (new)
Description Create or update a Experiment resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
experiment:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Update (new)
Description The operation to update an experiment.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
experiment:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
}
,
}

⚐ Response (202)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Cancel (new)
Description Cancel a running Experiment resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/cancel
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Start (new)
Description Start a Experiment resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/start
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_ListAllStatuses (new)
Description Get a list of statuses of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/statuses
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (200)

{
value:
[
{
type: string ,
id: string ,
name: string ,
properties:
{
status: string ,
createdDateUtc: string ,
endDateUtc: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_GetStatus (new)
Description Get a status of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/statuses/{statusId}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
statusId: string ,
}

⚐ Response (200)

{
type: string ,
id: string ,
name: string ,
properties:
{
status: string ,
createdDateUtc: string ,
endDateUtc: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_ListExecutionDetails (new)
Description Get a list of execution details of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executionDetails
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (200)

{
value:
[
{
type: string ,
id: string ,
name: string ,
properties:
{
experimentId: string ,
status: string ,
failureReason: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startDateTime: string ,
stopDateTime: string ,
runInformation:
{
steps:
[
{
stepName: string ,
stepId: string ,
status: string ,
branches:
[
{
branchName: string ,
branchId: string ,
status: string ,
actions:
[
{
actionName: string ,
actionId: string ,
status: string ,
startTime: string ,
endTime: string ,
targets:
[
{
status: string ,
target: string ,
targetFailedTime: string ,
targetCompletedTime: string ,
error:
{
code: string ,
message: string ,
}
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_GetExecutionDetails (new)
Description Get an execution detail of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executionDetails/{executionDetailsId}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
executionDetailsId: string ,
}

⚐ Response (200)

{
type: string ,
id: string ,
name: string ,
properties:
{
experimentId: string ,
status: string ,
failureReason: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startDateTime: string ,
stopDateTime: string ,
runInformation:
{
steps:
[
{
stepName: string ,
stepId: string ,
status: string ,
branches:
[
{
branchName: string ,
branchId: string ,
status: string ,
actions:
[
{
actionName: string ,
actionId: string ,
status: string ,
startTime: string ,
endTime: string ,
targets:
[
{
status: string ,
target: string ,
targetFailedTime: string ,
targetCompletedTime: string ,
error:
{
code: string ,
message: string ,
}
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationStatuses_Get (new)
Description Get the status of a long running azure asynchronous operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{location}/operationsStatuses/{asyncOperationId}
{
location: string ,
asyncOperationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_ListAll (new)
Description Get a list all available Operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Chaos/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
TargetTypes_List (new)
Description Get a list of Target Type resources for given location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
displayName: string ,
description: string ,
propertiesSchema: string ,
resourceTypes:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
TargetTypes_Get (new)
Description Get a Target Type resources for given location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
targetTypeName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
displayName: string ,
description: string ,
propertiesSchema: string ,
resourceTypes:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CapabilityTypes_List (removed)
Description Get a list of Capability Type resources for given Target Type and location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}/capabilityTypes
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
targetTypeName: string ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
publisher: string ,
targetType: string ,
displayName: string ,
description: string ,
parametersSchema: string ,
urn: string ,
kind: string ,
azureRbacActions:
[
string ,
]
,
azureRbacDataActions:
[
string ,
]
,
runtimeProperties:
{
kind: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CapabilityTypes_Get (removed)
Description Get a Capability Type resource for given Target Type and location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}/capabilityTypes/{capabilityTypeName}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
targetTypeName: string ,
capabilityTypeName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
publisher: string ,
targetType: string ,
displayName: string ,
description: string ,
parametersSchema: string ,
urn: string ,
kind: string ,
azureRbacActions:
[
string ,
]
,
azureRbacDataActions:
[
string ,
]
,
runtimeProperties:
{
kind: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_ListAll (removed)
Description Get a list of Experiment resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/experiments
{
api-version: string ,
subscriptionId: string ,
running: boolean ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_List (removed)
Description Get a list of Experiment resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
running: boolean ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Delete (removed)
Description Delete a Experiment resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Get (removed)
Description Get a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_CreateOrUpdate (removed)
Description Create or update a Experiment resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
experiment:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Update (removed)
Description The operation to update an experiment.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
experiment:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
}
,
}

⚐ Response (202)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
principalId: string ,
tenantId: string ,
}
,
provisioningState: enum ,
properties:
{
steps:
[
{
name: string ,
branches:
[
{
name: string ,
actions:
[
{
type: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
selectors:
[
{
type: enum ,
id: string ,
filter:
{
type: enum ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Cancel (removed)
Description Cancel a running Experiment resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/cancel
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_Start (removed)
Description Start a Experiment resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/start
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_ListAllStatuses (removed)
Description Get a list of statuses of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/statuses
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (200)

{
value:
[
{
type: string ,
id: string ,
name: string ,
properties:
{
status: string ,
createdDateUtc: string ,
endDateUtc: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_GetStatus (removed)
Description Get a status of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/statuses/{statusId}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
statusId: string ,
}

⚐ Response (200)

{
type: string ,
id: string ,
name: string ,
properties:
{
status: string ,
createdDateUtc: string ,
endDateUtc: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_ListExecutionDetails (removed)
Description Get a list of execution details of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executionDetails
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
}

⚐ Response (200)

{
value:
[
{
type: string ,
id: string ,
name: string ,
properties:
{
experimentId: string ,
status: string ,
failureReason: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startDateTime: string ,
stopDateTime: string ,
runInformation:
{
steps:
[
{
stepName: string ,
stepId: string ,
status: string ,
branches:
[
{
branchName: string ,
branchId: string ,
status: string ,
actions:
[
{
actionName: string ,
actionId: string ,
status: string ,
startTime: string ,
endTime: string ,
targets:
[
{
status: string ,
target: string ,
targetFailedTime: string ,
targetCompletedTime: string ,
error:
{
code: string ,
message: string ,
}
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Experiments_GetExecutionDetails (removed)
Description Get an execution detail of a Experiment resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executionDetails/{executionDetailsId}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
experimentName: string ,
executionDetailsId: string ,
}

⚐ Response (200)

{
type: string ,
id: string ,
name: string ,
properties:
{
experimentId: string ,
status: string ,
failureReason: string ,
createdDateTime: string ,
lastActionDateTime: string ,
startDateTime: string ,
stopDateTime: string ,
runInformation:
{
steps:
[
{
stepName: string ,
stepId: string ,
status: string ,
branches:
[
{
branchName: string ,
branchId: string ,
status: string ,
actions:
[
{
actionName: string ,
actionId: string ,
status: string ,
startTime: string ,
endTime: string ,
targets:
[
{
status: string ,
target: string ,
targetFailedTime: string ,
targetCompletedTime: string ,
error:
{
code: string ,
message: string ,
}
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationStatuses_Get (removed)
Description Get the status of a long running azure asynchronous operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{location}/operationsStatuses/{asyncOperationId}
{
location: string ,
asyncOperationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_ListAll (removed)
Description Get a list all available Operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Chaos/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
TargetTypes_List (removed)
Description Get a list of Target Type resources for given location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
continuationToken: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
displayName: string ,
description: string ,
propertiesSchema: string ,
resourceTypes:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
TargetTypes_Get (removed)
Description Get a Target Type resources for given location.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
targetTypeName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
location: string ,
properties:
{
displayName: string ,
description: string ,
propertiesSchema: string ,
resourceTypes:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}