Retrieves the component execution records for a single playbook run.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeSoarTaskAndActions |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RequestUuid |
string |
No |
The UUID of the playbook task. |
1077f2f9-25e8-42d9-bfdf-1528e1313f6d |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| PageNumber |
string |
No |
The page number. Default value: 1. |
1 |
| PageSize |
string |
No |
The number of entries to return on each page. The maximum value is 20. If you do not specify this parameter, 10 entries are returned. Note
Specify a value for this parameter. |
10 |
| QueryValue |
string |
No |
The input parameter of the playbook. |
input |
| QueryType |
string |
No |
The trigger type of the task. Valid values:
|
debug |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
18017A93-3D5D-503A-8308-914543F1CBA3 |
| Details |
object |
The details of the task execution. |
|
| TriggerType |
string |
The trigger type. Valid values:
|
siem |
| TaskName |
string |
The name of the playbook task. This is the same as the playbook UUID. |
92af3c79-1754-4646-9366-9ddbd1e45536 |
| StartTime |
integer |
The start time of the playbook run. This is a 13-digit timestamp. |
1699868848645 |
| EndTime |
integer |
The end time of the playbook run. This is a 13-digit timestamp. |
1699868848767 |
| Status |
string |
The status of the playbook task. Valid values:
|
success |
| RequestUuid |
string |
The request ID of the playbook task. This is the unique ID for each task run. |
17f75844-75cc-4174-86da-cec07a690142 |
| TriggerUser |
string |
The ID of the Alibaba Cloud account that triggered the playbook task. |
127xxxx4392 |
| ErrorMsg |
string |
The error message for the playbook task. This field is empty if the task is successful. |
stime not match |
| RawEventReq |
string |
The request parameters of the playbook task. |
{ "input1": "xx.xx.xx.xx", "input2": "7d" } |
| Actions |
array<object> |
The list of component actions executed in the playbook. |
|
|
object |
The details of a component action executed in the playbook. |
||
| Component |
string |
The name of the component. |
DataFormat |
| Action |
string |
The name of the component action. |
formatdata |
| StartTime |
integer |
The start time of the component run. This is a 13-digit timestamp. |
1699868848731 |
| EndTime |
integer |
The end time of the component run. This is a 13-digit timestamp. |
1699868848766 |
| Status |
string |
The result of the component run. Valid values:
|
success |
| ActionUuid |
string |
The UUID of the component action execution record. |
091be399-a937-4276-af78-xxxxxxxx |
| AssetName |
string |
The name of the asset used by the component. |
SLS Asset |
| NodeName |
string |
The custom node name of the component. |
DataFormat_1 |
| TaskFlowMd5 |
string |
The MD5 value of the playbook configuration that was run. |
ed127287-6699-4e4d-b986-9f770879xxx |
| ActionLogNum |
integer |
The total number of action logs. |
5 |
| Page |
object |
The pagination information. |
|
| TotalCount |
string |
The total number of entries returned. |
20 |
| PageNumber |
string |
The page number of the returned page. |
1 |
| PageSize |
string |
The number of entries returned per page. |
10 |
Examples
Success response
JSON format
{
"RequestId": "18017A93-3D5D-503A-8308-914543F1CBA3",
"Details": {
"TriggerType": "siem",
"TaskName": "92af3c79-1754-4646-9366-9ddbd1e45536",
"StartTime": 1699868848645,
"EndTime": 1699868848767,
"Status": "success",
"RequestUuid": "17f75844-75cc-4174-86da-cec07a690142",
"TriggerUser": "127xxxx4392",
"ErrorMsg": "stime not match",
"RawEventReq": "{\n \"input1\": \"xx.xx.xx.xx\",\n \"input2\": \"7d\"\n}",
"Actions": [
{
"Component": "DataFormat",
"Action": "formatdata",
"StartTime": 1699868848731,
"EndTime": 1699868848766,
"Status": "success",
"ActionUuid": "091be399-a937-4276-af78-xxxxxxxx",
"AssetName": "SLS Asset",
"NodeName": "DataFormat_1"
}
],
"TaskFlowMd5": "ed127287-6699-4e4d-b986-9f770879xxx",
"ActionLogNum": 5
},
"Page": {
"TotalCount": "20",
"PageNumber": "1",
"PageSize": "10"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.