Domain name for API request: cdn.tencentcloudapi.com.
This API is used to query the status of the edge nodes and intermediate nodes. Note: Edge nodes are only available for beta users now.
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 server last: intermediate server If this parameter is left empty, edge server information will be returned by default |
Area | No | String | Region to be queried. mainland: domestic nodes overseas: overseas nodes global: global nodes |
Segment | No | Boolean | Whether to return a value as an IP range |
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",
"TotalCount": 1,
"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.CdnConfigError | Failed to update the domain name configuration. |
InternalError.CdnDbError | Internal data error. Please submit a ticket for troubleshooting. |
InternalError.CdnSystemError | System error. Please submit a ticket for troubleshooting. |
InternalError.Error | Service internal error. Please submit a ticket for troubleshooting. |
InvalidParameter.CdnConfigInvalidHost | The domain name is invalid. |
InvalidParameter.CdnParamError | Parameter error. Please see the sample parameters in the documentation. |
ResourceNotFound.CdnHostNotExists | This domain name does not exist under the account. Please check and try again. |
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. |
Was this page helpful?