Rolls back or re-executes a worker task in a certificate deployment task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:UpdateWorkerResourceStatus |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
integer |
Yes |
The ID of the deployment task. You can call the CreateDeploymentJob operation to obtain the ID of a deployment task from the JobId parameter. You can also call the ListDeploymentJob operation to obtain the ID of a deployment task. |
8888 |
| WorkerId |
integer |
Yes |
The ID of the worker task. You can call the ListWorkerResource operation to obtain the ID of a worker task. |
1234 |
| Status |
string |
Yes |
The desired status of the worker resource. Valid values:
Valid values:
|
rollback |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiDefaultResponse<?>. |
||
| Data |
any |
The response parameters. |
[] |
| RequestId |
string |
The request ID. |
12345678-1234-1234-1234-123456789ABC |
Examples
Success response
JSON format
{
"Data": "[]",
"RequestId": "12345678-1234-1234-1234-123456789ABC"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.