All Products
Search
Document Center

Security Center:ModifySoarStrategySubscribe

Last Updated:Jan 20, 2026

Creates or deletes a policy template on the My Policies tab of 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.
8000
SubscribeStatusbooleanYes

Specifies whether to create the policy template. Valid values:

  • true: creates the policy template
  • false: deletes the policy template
true

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

8BF56229-7FF5-51ED-B958-00B8573E77CD

Examples

Sample success responses

JSONformat

{
  "RequestId": "8BF56229-7FF5-51ED-B958-00B8573E77CD"
}

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
No change history