Queries the UUIDs of servers on which proactive defense takes effect based on a specified defense type.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeSuspiciousUUIDConfig |
The operation that you want to perform. Set the value to DescribeSuspiciousUUIDConfig. |
Type | String | Yes | alinet |
The type of proactive defense. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Count | Integer | 2 |
The total number of servers on which proactive defense of the specified type takes effect. |
RequestId | String | 6044DC07-86F1-5DDA-A611-EC578EA4EEE6 |
The ID of the request, which is used to locate and troubleshoot issues. |
UUIDList | Array of String | "0011ea53-738c-4bff-93be-ce6a1cc9****", "0029c328-53de-40e6-b432-df820f0e****" |
The UUIDs of servers on which proactive defense of the specified type takes effect. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeSuspiciousUUIDConfig
&Type=alinet
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeSuspiciousUUIDConfigResponse>
<Count>2</Count>
<RequestId>6044DC07-86F1-5DDA-A611-EC578EA4EEE6</RequestId>
<UUIDList>"0011ea53-738c-4bff-93be-ce6a1cc9****", "0029c328-53de-40e6-b432-df820f0e****"</UUIDList>
</DescribeSuspiciousUUIDConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"Count" : 2,
"RequestId" : "6044DC07-86F1-5DDA-A611-EC578EA4EEE6",
"UUIDList" : [ "\"0011ea53-738c-4bff-93be-ce6a1cc9****\", \"0029c328-53de-40e6-b432-df820f0e****\"" ]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ConsoleError | The error message is %s %s. | The error message is %s %s. |
500 | ServerError | ServerError | The error message returned because a server error occurred. |
For a list of error codes, visit the API Error Center.