Queries the specifications of DCDN DDoS versions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"Edition": "insurance",
"RequestId": "DEA8E7BE-33C6-56F5-AC56-74D50547CF34",
"Enable": "on",
"ProtectedArea": "global",
"BandwidthLimit": "40Gbps",
"QpsLimit": "100",
"SpecInfos": [
{
"Rule": "version_defense_num",
"Configs": [
{
"Value": "1",
"Config": "total_defense_num",
"Expr": "equal"
}
]
}
],
"IsSpecialPort": "no"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | A parameter is set to an invalid value. |
500 | InternalError | An internal error occurred; please try again later. | An internal error occurred. Try again later. If the error persists, submit a ticket. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-14 | The Error code has changed. The response structure of the API has changed | View Change Details |