Describes the output structure of each node in a playbook based on the latest execution record.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeLatestRecordSchema |
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. |
c5c88b5e-97ca-435d-8c20-xxxxxx |
| Lang |
string |
No |
The language of the request and response. The default value is zh. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. |
10B92EE1-4597-593B-A131-7A17D25EF5C9 |
| PlaybookNodeSchema |
object |
The output structure of the playbook. |
|
| NodeSchema |
array<object> |
The structure information. |
|
|
object |
The structure information. |
||
| NodeName |
string |
The name of the node. |
DataFormat_1 |
| ComponentName |
string |
The name of the component. |
DataFormat |
| ActionName |
string |
The action name of the component. |
formatedata |
| OutputFields |
array |
The output fields. |
|
|
string |
The reference path of the output field. |
play_group.datalist.*.ids |
Examples
Success response
JSON format
{
"RequestId": "10B92EE1-4597-593B-A131-7A17D25EF5C9",
"PlaybookNodeSchema": {
"NodeSchema": [
{
"NodeName": "DataFormat_1",
"ComponentName": "DataFormat",
"ActionName": "formatedata",
"OutputFields": [
"play_group.datalist.*.ids"
]
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.