All Products
Search
Document Center

Security Center:DescribeSoarStrategyParam

Last Updated:Aug 24, 2024

Queries the parameters of a policy on the Playbook page.

Operation description

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
StrategyIdlongYes

The ID of the policy.

Note You can call the DescribeSoarStrategies operation to obtain the ID.
15553

Response parameters

ParameterTypeDescriptionExample
object
ProcessInfostring

The process information of the policy.

{"edges":[{"level":0,"removeFlag":0,"source":1,"target":8}]}
RequestIdstring

The request ID.

6673D49C-A9AB-40DD-B4A2-B92306701AE7
Paramsstring

The parameters of the policy.

{"summary":[{"name":"email","type":"String","isRequired":false,"fromProperty":"notifyConfig.email"}]}

Examples

Sample success responses

JSONformat

{
  "ProcessInfo": "{\"edges\":[{\"level\":0,\"removeFlag\":0,\"source\":1,\"target\":8}]}",
  "RequestId": "6673D49C-A9AB-40DD-B4A2-B92306701AE7",
  "Params": "{\"summary\":[{\"name\":\"email\",\"type\":\"String\",\"isRequired\":false,\"fromProperty\":\"notifyConfig.email\"}]}"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.