All Products
Search
Document Center

Security Center:DescribeSuspiciousUUIDConfig

Last Updated:May 22, 2025

Queries the UUIDs of servers on which proactive defense of a specified type takes effect.

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
TypestringYes

The type of proactive defense. Valid values:

  • auto_breaking: virus defense
  • ransomware_breaking: ransomware capture
  • webshell_cloud_breaking: webshell defense
  • alinet: malicious behavior defense
  • alisecguard: client protection
alinet

Response parameters

ParameterTypeDescriptionExample
object
Countinteger

The total number of servers on which proactive defense of the specified type takes effect.

2
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

6044DC07-86F1-5DDA-A611-EC578EA4EEE6
UUIDListarray

The UUIDs of servers on which proactive defense of the specified type takes effect.

StringItemstring

The UUID of the server on which proactive defense of the specified type takes effect.

0011ea53-738c-4bff-93be-ce6a1cc9****

Examples

Sample success responses

JSONformat

{
  "Count": 2,
  "RequestId": "6044DC07-86F1-5DDA-A611-EC578EA4EEE6",
  "UUIDList": [
    "0011ea53-738c-4bff-93be-ce6a1cc9****"
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400ConsoleErrorThe error message is %s %s.-
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-09-19The Error code has changedView Change Details