All Products
Search
Document Center

Security Center:DescribeSoarStrategyTaskDetail

Last Updated:Mar 24, 2026

Retrieves the details of a policy task on the Playbook page, including the execution status of the task and the process information of the task.

Operation description

Only the Enterprise and Ultimate editions of Security Center support this API operation.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:DescribeSoarStrategyTaskDetail

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

StrategyTaskId

integer

Yes

The ID of the policy task.

Note

You can call the DescribeSoarStrategyTasks operation to obtain the ID.

10585

Lang

string

No

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese

  • en: English

zh

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

FBBEB173-1F43-505F-A876-C03ECDF6CE4C

TaskDetail

object

The details of the task.

LogInfo

string

The operational log information of the task.

{ "resultContent": "{\"failedNum\":0,\"totalNum\":1,\"successNum\":1}", "resultStatus": 0, "status": 2 }

ProcessInfo

string

The process information of the task.

{ "edges": [ { "level": 0, "removeFlag": 0, "source": 1, "target": 8 } ], "nodes": [ { "actionId": "Action_014s73k", "iconUrl": "https://img.alicdn.com/tfs/TB1T*****jSZLeXXb9kVXa-12-14.svg", "id": 1, "label": "describeDisks", "nodeName": "DescribeDisks", "status": 0, "type": "openAPI" } ] }

Params

string

The parameters of the task.

[ { "name": "vulList", "associationProperty": "sasAllVul", "value": [ { "regionId": "cn-hangzhou", "instanceId": "i-bp10i3dtyq7x4****5e", "instanceName": "xxx", "vulId": 1222, "vulName": "centos:7:cesa-2024:1249", "vulAliasName": "CESA-2024:1249", "vulTag": "oval", "vulUuid": "3c5eb76a-df89-****-85ef-67562cdc2344", "vulType": "cve", "vulModifyTs": 1721324258000 } ] }, { "name": "snapshotConfig", "associationProperty": "snapshotConfig", "value": { "ttl": 1 } }, { "name": "notifyConfig", "associationProperty": "notifyConfig", "value": { "ding": [ { "value": 2195, "label": "test" } ] } } ]

TaskName

string

The name of the task.

task-1

Examples

Success response

JSON format

{
  "RequestId": "FBBEB173-1F43-505F-A876-C03ECDF6CE4C",
  "TaskDetail": {
    "LogInfo": "{\n\"resultContent\": \"{\\\"failedNum\\\":0,\\\"totalNum\\\":1,\\\"successNum\\\":1}\",\n\"resultStatus\": 0,\n\"status\": 2\n}",
    "ProcessInfo": "{\n    \"edges\": [\n        {\n            \"level\": 0,\n            \"removeFlag\": 0,\n            \"source\": 1,\n            \"target\": 8\n        }\n    ],\n    \"nodes\": [\n        {\n            \"actionId\": \"Action_014s73k\",\n            \"iconUrl\": \"https://img.alicdn.com/tfs/TB1T*****jSZLeXXb9kVXa-12-14.svg\",\n            \"id\": 1,\n            \"label\": \"describeDisks\",\n            \"nodeName\": \"DescribeDisks\",\n            \"status\": 0,\n            \"type\": \"openAPI\"\n        }\n    ]\n}",
    "Params": "[\n    {\n        \"name\": \"vulList\",\n        \"associationProperty\": \"sasAllVul\",\n        \"value\": [\n            {\n                \"regionId\": \"cn-hangzhou\",\n                \"instanceId\": \"i-bp10i3dtyq7x4****5e\",\n                \"instanceName\": \"xxx\",\n                \"vulId\": 1222,\n                \"vulName\": \"centos:7:cesa-2024:1249\",\n                \"vulAliasName\": \"CESA-2024:1249\",\n                \"vulTag\": \"oval\",\n                \"vulUuid\": \"3c5eb76a-df89-****-85ef-67562cdc2344\",\n                \"vulType\": \"cve\",\n                \"vulModifyTs\": 1721324258000\n            }\n        ]\n    },\n    {\n        \"name\": \"snapshotConfig\",\n        \"associationProperty\": \"snapshotConfig\",\n        \"value\": {\n            \"ttl\": 1\n        }\n    },\n    {\n        \"name\": \"notifyConfig\",\n        \"associationProperty\": \"notifyConfig\",\n        \"value\": {\n            \"ding\": [\n                {\n                    \"value\": 2195,\n                    \"label\": \"test\"\n                }\n            ]\n        }\n    }\n]",
    "TaskName": "task-1"
  }
}

Error codes

HTTP status code

Error code

Error message

Description

500 ServerError ServerError
403 NoPermission caller has no permission You are not authorized to do this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.