All Products
Search
Document Center

Security Center:UpdateClientAlertMode

Last Updated:Feb 20, 2024

Modifies alerting settings for servers.

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
UuidsarrayNo

The UUIDs of servers.

stringNo

The UUID of the server.

becf3661-80aa-4083-858d-619dafa3449a
ModestringNo

The protection mode. Valid values:

  • strict: The strict mode. False positives may be generated. We recommend that you enable this mode during major events.
  • balance: The balanced mode. More risks can be detected with less false positives in this mode.
balance

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

259E3E77-CA6D-5407-84A5-3A1C98D12F14
Databoolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "259E3E77-CA6D-5407-84A5-3A1C98D12F14",
  "Data": true
}

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.