Rolls back a playbook to a specified version. You can also specify whether to publish that version after the rollback.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:RevertPlaybookRelease |
update |
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PlaybookUuid |
string |
Yes |
The UUID of the playbook. Note
Call the DescribePlaybooks operation to obtain this parameter. |
185295a1-c987-4b64-8796-xxxxxxxx |
| PlayReleaseId |
integer |
Yes |
The ID of the published playbook version. Note
Call the DescribePlaybookReleases operation to obtain this parameter. |
3f97b56e-064e-47e7-a309-xxxxxxx |
| IsPublish |
boolean |
No |
Specifies whether to publish the playbook after the rollback.
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. This ID is unique to the request and can be used for troubleshooting. |
B3FED5B9-190A-5952-93A4-24FBF0F0C573 |
Examples
Success response
JSON format
{
"RequestId": "B3FED5B9-190A-5952-93A4-24FBF0F0C573"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.