Debugs a playbook.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DebugPlaybook |
get |
*Playbook
|
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. |
f916b93e-e814-459f-9662-xxxxx |
| Record |
string |
No |
The user-defined input parameters for debugging the playbook. |
{ "param1":"a", "param2":"b" } |
| Taskflow |
string |
Yes |
The XML configuration of the playbook. Note
Call the DescribePlaybook operation to obtain this configuration. |
|
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates a unique ID for each request. Use this ID to troubleshoot and locate issues. |
75E56B2C-C8FA-5A2F-AA08-8745E2AC33EF |
| RequestUuid |
string |
The run UUID of the debugging task. Use this UUID to query information, such as the task result. |
6d412cfa-0905-4567-8a83-xxxxxx |
Examples
Success response
JSON format
{
"RequestId": "75E56B2C-C8FA-5A2F-AA08-8745E2AC33EF",
"RequestUuid": "6d412cfa-0905-4567-8a83-xxxxxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.