Domain name for API request: teo.tencentcloudapi.com.
This API is used to query detailed domain name configuration.
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: DescribeHostsSetting. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-01. |
Region | No | String | Common Params. This parameter is not required. |
ZoneId | Yes | String | The site ID. |
Offset | No | Integer | Offset for paginated queries. Default value: 0. Minimum value: 0. |
Limit | No | Integer | Limit on paginated queries. Default value: 100. Maximum value: 1000. |
Filters.N | No | Array of Filter | Filter criteria. Each filter criteria can have up to 20 entries.host :Filter by domain name Type: String Required: No |
Parameter Name | Type | Description |
---|---|---|
DetailHosts | Array of DetailHost | List of domain names. |
TotalNumber | Integer | Number of domain names |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: teo.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeHostsSetting
<Common request parameters>
{
"ZoneId": "zone-27q0p0bali16"
}
{
"Response": {
"DetailHosts": [
{
"Status": "online",
"Host": "test.example.com",
"ZoneId": "zone-27q0p0bali16",
"ZoneName": "example.com",
"Cname": "test.example.com.acc.edgeonedy1.com.",
"Id": "edge-ja6yyfjh",
"InstanceId": "edge-ja6yyfjh",
"Lock": 0,
"Mode": 0,
"Area": "mainland",
"AccelerateType": {
"Switch": "on"
},
"CacheConfig": {
"Cache": {
"Switch": "on",
"CacheTime": 0,
"IgnoreCacheControl": "abc"
},
"NoCache": {
"Switch": "on"
},
"FollowOrigin": {
"Switch": "on",
"DefaultCacheTime": 0,
"DefaultCache": "abc",
"DefaultCacheStrategy": "abc"
}
},
"CacheKey": {
"FullUrlCache": "on",
"IgnoreCase": "off",
"QueryString": {
"Action": "includeCustom",
"Switch": "off",
"Value": []
}
},
"Compression": {
"Algorithms": [
"brotli",
"gzip"
],
"Switch": "on"
},
"DDoS": {
"Switch": "on"
},
"ClientIpCountry": {
"HeaderName": "",
"Switch": "off"
},
"CC": {
"PolicyId": 1996,
"Switch": "on"
},
"Waf": {
"PolicyId": 1995,
"Switch": "on"
},
"Https": {
"CertInfo": [],
"Hsts": {
"IncludeSubDomains": "off",
"MaxAge": 1,
"Preload": "off",
"Switch": "on"
},
"Http2": "on",
"OcspStapling": "off",
"TlsVersion": [
"TLSv1",
"TLSv1.1",
"TLSv1.2",
"TLSv1.3"
],
"ApplyType": "abc",
"CipherSuite": "abc"
},
"Ipv6": {
"Switch": "off"
},
"Origin": {
"BackupOrigins": [],
"CosPrivateAccess": "off",
"OriginPullProtocol": "follow",
"Origins": [
"1.1.1.1:80:100"
]
},
"SecurityType": {
"Switch": "on"
},
"SmartRouting": {
"Switch": "off"
}
}
],
"RequestId": "9cc50b24-7dc5-44f4-96ce-95825d53ff2f",
"TotalNumber": 1
}
}
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.ProxyServer | An unknown error occurred in the backend server. |
InternalError.RouteError | The backend routing address is incorrect. |
InvalidParameter | Parameter error. |
OperationDenied | Operation denied. |
UnauthorizedOperation.CamUnauthorized | CAM is not authorized. |
UnauthorizedOperation.NoPermission | The sub-account is not authorized for the operation. Please get permissions first. |
UnauthorizedOperation.Unknown | An unknown error occurred in the backend server. |
Was this page helpful?