Verifies that a playbook configuration is correct and its orchestration logic is valid.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:VerifyPlaybook |
get |
*Playbook
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PlaybookUuid |
string |
No |
The UUID of the playbook. Note
Call the DescribePlaybooks operation to obtain this parameter. |
9fcd3829-80ff-4681-be1e-4d2662c35fed |
| TaskFlow |
string |
No |
The XML configuration of the playbook. |
|
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters for the playbook verification. |
||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates this unique identifier for the request. Use this ID to troubleshoot and locate issues. |
0DFC9403-54EB-5672-B690-9AA93C9EBB54 |
| CheckTaskInfos |
array<object> |
The verification results. |
|
|
object |
|||
| RiskLevel |
string |
The severity level of the verification message. Valid values:
|
error |
| NodeName |
string |
The name of the playbook node. |
python3_3 |
| Detail |
string |
The specific error message that is returned if the verification fails. |
Node [python3_3] doesn't have the asset information |
| Prerequisites |
array<object> |
The prerequisite check information for the playbook. |
|
|
object |
|||
| PrerequisiteType |
string |
The check type. Valid values:
|
role |
| PrerequisiteValue |
string |
The check content. The value is determined as follows:
|
AliyunSiemSoarExecutionDefaultRole |
Examples
Success response
JSON format
{
"RequestId": "0DFC9403-54EB-5672-B690-9AA93C9EBB54",
"CheckTaskInfos": [
{
"RiskLevel": "error",
"NodeName": "python3_3",
"Detail": "Node [python3_3] doesn't have the asset information"
}
],
"Prerequisites": [
{
"PrerequisiteType": "role",
"PrerequisiteValue": "AliyunSiemSoarExecutionDefaultRole"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.