All Products
Search
Document Center

Security Center:DescribeSoarStrategyParam

Last Updated:May 22, 2025

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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.

Change history

Change timeSummary of changesOperation
2024-10-08The Error code has changedView Change Details