Domain name for API request: cdc.intl.tencentcloudapi.com.
This API is used to query site details.
A maximum of 20 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: DescribeSitesDetail. |
Version | Yes | String | Common Params. The value used for this API: 2020-12-14. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
SiteIds.N | No | Array of String | Filter by site id. |
Offset | No | Integer | Offset, 0 by default For further information on Offset, please refer to relevant sections in API [Overview] (https://www.tencentcloud.com/document/api/213/15688?from_cn_redirect=1). |
Limit | No | Integer | Number of returned pieces, 20 by default and can be up to 100. For further information on Limit, please refer to relevant sections in API [Overview] (https://www.tencentcloud.com/document/api/213/15688?from_cn_redirect=1). |
Name | No | String | Fuzzy match by site name. |
Parameter Name | Type | Description |
---|---|---|
SiteDetailSet | Array of SiteDetail | Site details |
TotalCount | Integer | Total number of sites that meet the conditions |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to query site details.
https://cdc.intl.tencentcloudapi.com/?Action=DescribeSitesDetail
&<Common request parameters>
{
"Response": {
"SiteDetailSet": [
{
"SiteId": "site-98dj3kd",
"Name": "",
"Description": "",
"CreateTime": "2020-12-25T08:39:57Z",
"FiberType": "MM",
"UplinkSpeedGbps": 0,
"UplinkCount": 0,
"OpticalStandard": "MM",
"RedundantNetworking": false,
"PowerConnectors": "1000Base-SX",
"PowerFeedDrop": "above",
"PowerDrawKva": 0.0,
"ConditionRequirement": false,
"DimensionRequirement": false,
"NeedHelp": false,
"BreakerRequirement": false,
"RedundantPower": false,
"MaxWeight": 0,
"AddressLine": "Nanshan Road",
"OptionalAddressLine": "",
"Country": "China",
"Province": "guangdong",
"City": "shenzhen",
"PostalCode": 518000
}
],
"TotalCount": 1,
"RequestId": "a07a5f9c-277c-4f03-a338-c2863982b1a6"
}
}
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 |
---|---|
InvalidParameterValue.InvalidAppIdFormat | The returned value of ccdb is not 0. |
Was this page helpful?