Retrieves a list of distinct playbook releases.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeDistinctReleases |
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. |
bc0b8424-535c-4ed5-bd94-xxxxxx |
| TaskflowMd5 |
string |
No |
The MD5 value of the playbook's XML configuration. |
be0a4ef084dd174abe47xxxxx |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The ID of the request. This ID is unique to each request and is used to troubleshoot issues. |
145CACF6-D276-5197-8549-CB1AD76E2AC8 |
| Records |
array<object> |
The version records. |
|
|
object |
The version information. |
||
| Description |
string |
The description of the version. |
demo version |
| TaskflowMd5 |
string |
The MD5 value of the version's XML configuration. |
17cf53049bc8efa941207xxxxx |
| TaskflowType |
string |
The configuration format of the playbook.
|
x6 |
Examples
Success response
JSON format
{
"RequestId": "145CACF6-D276-5197-8549-CB1AD76E2AC8",
"Records": [
{
"Description": "demo version",
"TaskflowMd5": "17cf53049bc8efa941207xxxxx",
"TaskflowType": "x6"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.