Retrieves a list of all playbooks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:QueryTreeData |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates this unique ID for each request. Use this ID to troubleshoot issues. |
EF2ECA2D-D8E6-5021-BF5C-19DD6D52C5B2 |
| Playbooks |
string |
A list of playbooks in JSON string format. The string contains the following fields:
|
[ { "playbook": { "active": false, "displayName": "test_playbook", "playbookUuid": "09a20455-3d3a-424c-a1df-xxxxxx" } } ] |
Examples
Success response
JSON format
{
"RequestId": "EF2ECA2D-D8E6-5021-BF5C-19DD6D52C5B2",
"Playbooks": "[\n {\n \"playbook\": {\n \"active\": false,\n \"displayName\": \"test_playbook\",\n \"playbookUuid\": \"09a20455-3d3a-424c-a1df-xxxxxx\"\n }\n }\n]"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.