All Products
Search
Document Center

Security Center:DescribeSuspEventUserSetting

Last Updated:Jan 20, 2026

Queries the user settings for exceptions.

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
SourceIpstringNo

The IP address of the request. You do not need to specify this parameter.

127.0.XX.XX
IdintegerNo

The ID. You do not need to specify this parameter.

123
FromstringNo

The ID of the request source. Set the value to sas.

sas

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

028CF634-5268-5660-9575-48C9ED6XXXXX
LevelsOnarray

An array that consists of the risk levels of alert notifications. Valid values:

  • remind
  • suspicious
  • serious
StringItemstring

The risk level of the unhandled alert. Valid values:

  • remind
  • suspicious
  • serious
suspicious,serious,remind

Examples

Sample success responses

JSONformat

{
  "RequestId": "028CF634-5268-5660-9575-48C9ED6XXXXX",
  "LevelsOn": [
    "suspicious,serious,remind"
  ]
}

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-06-27The internal configuration of the API is changed, but the call is not affectedView Change Details