Retrieves a list of purchased DDoS protection instances.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SortBy |
string |
No |
Sort field. Default: CreateTime.
Valid values:
|
CreateTime |
| SortOrder |
string |
No |
Sort order:
|
asc |
| PageNumber |
integer |
No |
Page number. Default: 1. |
1 |
| PageSize |
integer |
No |
Number of entries per page. Default: 20. Maximum: 500. Valid values: integers from 1 to 500. |
20 |
| Status |
string |
No |
Instance status. Valid values:
|
online |
| InstanceId |
string |
No |
Instance ID. |
esa-ddos-b1e0l80ugfeo |
| SiteInstanceId |
string |
No |
Associated site package instance ID. |
esa-site-a71k7bw1adf |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
Request ID |
9F1DC265-BF10-5C9C-B607-760265C5F365 |
| InstanceInfo |
array<object> |
Instance details |
|
|
object |
Instance details |
||
| InstanceId |
string |
Instance ID |
sp-ddddxxxxx |
| CreateTime |
string |
Time when the instance was purchased |
2025-07-01T07:59:07Z |
| Status |
string |
Instance status. Valid values:
|
online |
| DDoSBurstableDomesticProtection |
string |
DDoS protection specification for the Chinese mainland |
cn_300 |
| DDoSBurstableOverseasProtection |
string |
DDoS protection specification for regions outside the Chinese mainland |
overseas_300 |
| SiteInstanceId |
string |
Associated site package instance ID |
esa-site-b0s6kmx0r0n4 |
| ReserveReleaseTime |
string |
Scheduled release time |
2026-03-25T16:00:00Z |
| PageNumber |
integer |
Page number. Default: 1. |
1 |
| PageSize |
integer |
Number of entries per page |
20 |
| TotalCount |
integer |
Total number of entries |
100 |
| TotalPage |
integer |
Total number of pages |
2 |
Examples
Success response
JSON format
{
"RequestId": "9F1DC265-BF10-5C9C-B607-760265C5F365",
"InstanceInfo": [
{
"InstanceId": "sp-ddddxxxxx",
"CreateTime": "2025-07-01T07:59:07Z",
"Status": "online",
"DDoSBurstableDomesticProtection": "cn_300",
"DDoSBurstableOverseasProtection": "overseas_300",
"SiteInstanceId": "esa-site-b0s6kmx0r0n4",
"ReserveReleaseTime": "2026-03-25T16:00:00Z"
}
],
"PageNumber": 1,
"PageSize": 20,
"TotalCount": 100,
"TotalPage": 2
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.