Queries the status of node IP addresses. The status of a node IP address indicates whether content delivery acceleration is supported by the node.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeIpStatus |
The operation that you want to perform. Set the value to DescribeIpStatus. |
Ips | String | Yes | ip1_ip2 |
The IP addresses that you want to query. Separate IP addresses with underscores (_), such as Ips=ip1_ip2. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
IpStatus | Array of UsageData |
The status of the node IP addresses. |
|
ip | String | 10.10.10.10 |
The IP address of the node. |
status | String | abnormal |
The status. Valid values:
|
RequestId | String | F61CDR30-E83C-4FDA-BF73-9A94CDD44229 |
The ID of the request. |
Examples
Sample requests
https://cdn.aliyuncs.com/?Action=DescribeIpStatus
&Ips=ip1_ip2
&<Common request parameters>
Sample success responses
XML
format
<DescribeIpStatusResponse>
<Content>
<status>abnormal</status>
<ip>10.10.10.10</ip>
</Content>
<Content>
<status>normal</status>
<ip>192.168.0.1</ip>
</Content>
<Content>
<status>nonali</status>
<ip>172.16.0.1</ip>
</Content>
<Content>
<status>normal</status>
<ip>192.0.2.1</ip>
</Content>
<RequestId>F61CDR30-E83C-4FDA-BF73-9A94CDD44229</RequestId>
</DescribeIpStatusResponse>
JSON
format
{
"Content": [
{
"status": "abnormal",
"ip": "10.10.10.10"
},
{
"status": "normal",
"ip": "192.168.0.1"
},
{
"status": "nonali",
"ip": "172.16.0.1"
},
{
"status": "normal",
"ip": "192.0.2.1"
}
],
"RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229"
}
Error codes
For a list of error codes, visit the API Error Center.