Retrieves the execution IDs of Cloud Assistant commands for a task execution.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-hangzhou |
Status | string | No | The execution status. Valid values: Running, Started, Success, Failed, Waiting, Cancelled, Pending, and Skipped. | Running |
TaskExecutionId | string | No | The task execution ID. | exec-a10749813b3xxxxx.t0001 |
Response elements
Element | Type | Description | Example |
object | Schema of Response | ||
RequestId | string | Id of the request | 9E011F98-4EE5-5E3A-8FA3-D38F2C531C1F |
| TaskExecutionInvocations | array<object> | The list of tasks. | |
object | The task. | ||
InvocationTaskExecutionId | string | The ID of the task that executes the Cloud Assistant command. | exec-xxxx.t0001 |
InvocationTaskName | string | The name of the task that executes the Cloud Assistant command. | TaskName |
Status | string | The execution status. Valid values: Running, Started, Success, Failed, Waiting, Cancelled, Pending, and Skipped. | Running |
InvocationId | string | The execution ID of the Cloud Assistant command. | t-hz0jdfwd9f**** |
RegionId | string | The region ID. | cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "9E011F98-4EE5-5E3A-8FA3-D38F2C531C1F",
"TaskExecutionInvocations": [
{
"InvocationTaskExecutionId": "exec-xxxx.t0001",
"InvocationTaskName": "TaskName",
"Status": "Running",
"InvocationId": "t-hz0jdfwd9f****",
"RegionId": "cn-hangzhou"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.