Triggers an enabled custom or predefined playbook.
Operation description
Before you call this operation, make sure that you understand the billing methods and pricing of Response Orchestration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:TriggerPlaybook |
update |
*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. |
2a687089-d4dd-47d4-9709-xxxxxxxx |
| InputParam |
string |
Yes |
The input parameters for the playbook. |
{ "input1": "xx.xx.xx.xx", "input2": "7d" } |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The ID of the request. |
BD5A8DB6-A42C-532B-BCE8-83E69550CD59 |
| TriggerUuid |
string |
The UUID of the playbook run. You can use this UUID to obtain the results of the playbook run. |
55E63C57-D6C8-5036-A770-5CB10AC807AA |
Examples
Success response
JSON format
{
"RequestId": "BD5A8DB6-A42C-532B-BCE8-83E69550CD59",
"TriggerUuid": "55E63C57-D6C8-5036-A770-5CB10AC807AA"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.