Updates an execution in the Running or Waiting state.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oos:UpdateExecution |
update |
*execution
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region. |
cn-hangzhou |
| ExecutionId |
string |
Yes |
The ID of the execution. |
exec-c223xxxxxxxxxxxxxxxx |
| Parameters |
string |
No |
The execution parameters. |
{\"endDate\": \"2022-04-13T03:31:20Z\", \"Status\": \"Stopped\"} |
| ClientToken |
string |
No |
A client token that ensures the idempotence of the request. |
123e4567-e89b-12d3-a456-42665544**** |
| Description |
string |
No |
The description of the execution. |
Execution description |
| Tags |
string |
No |
The execution tags. |
{"k1": "v1", "k2": "v2"} |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfmxsn4m***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
C8345E88-5334-469E-901D-F912C8CB9C55 |
Examples
Success response
JSON format
{
"RequestId": "C8345E88-5334-469E-901D-F912C8CB9C55"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.