Returns the reference paths for component inputs in a playbook orchestration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeNodeParamTags |
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. |
ac343acc-1a61-4084-9a1c-xxxxxxx |
| NodeName |
string |
Yes |
The name of the component node. |
python3_2 |
| Lang |
string |
No |
The language of the request and response.
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates this unique ID for each request. Use this ID to troubleshoot issues. |
6BE94351-712A-505D-A40A-BC77CC8254A9 |
| ParamReferredPaths |
array<object> |
The recommended path configurations. |
|
|
object |
The path information. |
||
| ParamName |
string |
The name of the ancestor node. |
DataFormat_1 |
| ReferredPath |
array |
An array of paths. |
|
|
string |
The reference path configuration. |
filter_1.datalist.*.score |
Examples
Success response
JSON format
{
"RequestId": "6BE94351-712A-505D-A40A-BC77CC8254A9",
"ParamReferredPaths": [
{
"ParamName": "DataFormat_1",
"ReferredPath": [
"filter_1.datalist.*.score"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.