Domain name for API request: cdn.tencentcloudapi.com.
This API is used to query the IP details of edge nodes (available soon) and intermediate nodes. Note that there is a certain delay in data availability.
Note:
If you have migrated your ECDN service to CDN, you can use the corresponding CDN API.
A maximum of 10 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeIpStatus. |
Version | Yes | String | Common Params. The value used for this API: 2018-06-06. |
Region | No | String | Common Params. This parameter is not required for this API. |
Domain | Yes | String | Acceleration domain name |
Layer | No | String | Node type.edge : Edge serverlast : Intermediate serverIf this parameter is left empty, edge server information will be returned by default |
Area | No | String | Specifies a region to query.mainland : Nodes in the Chinese mainlandoverseas : Nodes outside the Chinese mainlandglobal : Global nodes |
Segment | No | Boolean | Whether to return a value as an IP range |
ShowIpv6 | No | Boolean | |
AbbreviationIpv6 | No | Boolean | Whether to abbreviate the IPv6 address. |
Parameter Name | Type | Description |
---|---|---|
Ips | Array of IpStatus | Node list |
TotalCount | Integer | Total number of nodes |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cdn.tencentcloudapi.com/?Action=DescribeIpStatus
&Domain=www.test.com
&<Common request parameters>
{
"Response": {
"RequestId": "b6e9964d-26a3-49d0-adab-993e17d2f950",
"Ips": [
{
"Ip": "1.1.1.1",
"District": "Guangdong",
"Isp": "China Telecom",
"City": "Shenzhen",
"Status": "online"
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError.CamSystemError | Authentication system internal error. |
InternalError.CdnConfigError | Failed to update the domain name configuration. |
InternalError.CdnDbError | Internal data error. Please submit a ticket for troubleshooting. |
InternalError.CdnQuerySystemError | Internal error. Please try again or contact the customer service for assistance. |
InternalError.CdnSystemError | System error. Please submit a ticket for troubleshooting. |
InternalError.Error | Service internal error. Please submit a ticket for troubleshooting. |
InternalError.ProxyServer | Internal service error. Please submit a ticket for troubleshooting. |
InvalidParameter.CdnConfigInvalidHost | Invalid domain name. Please make sure the domain name is valid. |
InvalidParameter.CdnParamError | Parameter error. Please see the sample parameters in the documentation. |
ResourceNotFound.CdnHostNotExists | Unable to find the domain name. Please make sure the domain name is correct. |
ResourceNotFound.CdnUserNotExists | The CDN service has not been activated. Please activate it first before using this API. |
UnauthorizedOperation.CdnCamUnauthorized | No CAM policy is configured for the sub-account. |
UnauthorizedOperation.CdnHostUnauthorized | The sub-account has no access to the CDN-accelerated domain name. |
UnauthorizedOperation.CdnUserNoWhitelist | You are not in the beta whitelist and thus have no permission to use this function. |
UnauthorizedOperation.OperationTooOften | Too many calling attempts. |
本页内容是否解决了您的问题?