Queries the UUIDs of servers on which proactive defense of a specified type takes effect.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Type | string | Yes | The type of proactive defense. Valid values:
| alinet |
Response parameters
Examples
Sample success responses
JSON
format
{
"Count": 2,
"RequestId": "6044DC07-86F1-5DDA-A611-EC578EA4EEE6",
"UUIDList": [
"0011ea53-738c-4bff-93be-ce6a1cc9****"
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ConsoleError | The error message is %s %s. | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-19 | The Error code has changed | View Change Details |