Queries valid virtual IP addresses (VIPs) in the staging environment.
Note The maximum number of times that users can call this operation per second is 30.
Debugging
Request parameter
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeDcdnStagingIp |
The operation that you want to perform. Set the value to DescribeDcdnStagingIp. |
Response parameters
Parameter | Type | Sample response | Description |
---|---|---|---|
IPV4s | List | 192.168.xx.xx","192.168.xx.xx |
The data format that consists of IPv4 addresses. |
RequestId | String | 1B9E0E83-24AC-49F4-9EE0-BF5EB03E8381 |
The ID of the request. |
Examples
Sample requests
https://dcdn.aliyuncs.com?&Action=DescribeDcdnStagingIp
&<Common request parameters>
Successful response examples
XML
format
<DescribeDcdnStagingIpResponse>
<IPV4s>
<IPV4>192.168.xx.xx</IPV4>
<IPV4>192.168.xx.xx</IPV4>
</IPV4s>
<RequestId>1B9E0E83-24AC-49F4-9EE0-BF5EB03E8381</RequestId>
</DescribeDcdnStagingIpResponse>
JSON
format
{
"IPV4s":{
"IPV4":["192.168.xx.xx","192.168.xx.xx"]
},
"RequestId":"1B9E0E83-24AC-49F4-9EE0-BF5EB03E8381"
}
Error codes
For a list of error codes, visit the API Error Center.