Domain name for API request: live.tencentcloudapi.com.
This API is used to query domains bound with certificates.
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: DescribeLiveDomainCertBindings. |
Version | Yes | String | Common Params. The value used for this API: 2018-08-01. |
Region | No | String | Common Params. This parameter is not required for this API. |
DomainSearch | No | String | The keyword to use to search for domains. |
Offset | No | Integer | The number of records to skip before starting to return any results. 0 means to start from the first record and is the default. |
Length | No | Integer | The maximum number of records to return. The default is 50. If this parameter is not specified, up to 50 records will be returned. |
DomainName | No | String | The name of a particular domain to query. |
OrderBy | No | String | Valid values: ExpireTimeAsc: Sort the records by certificate expiration time in ascending order. ExpireTimeDesc: Sort the records by certificate expiration time in descending order. |
Parameter Name | Type | Description |
---|---|---|
LiveDomainCertBindings | Array of LiveDomainCertBindings | The information of domains that meet the query criteria. |
TotalNum | Integer | The number of records returned, which is needed for pagination. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: live.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeLiveDomainCertBindings
<Common request parameters>
{
"DomainSearch": "",
"DomainName": "abc.com",
"Offset": 0,
"Length": 50
}
{
"Response": {
"RequestId": "3b4a072b-9f74-4baa-9200-1e0858baa7a5",
"LiveDomainCertBindings": [],
"TotalNum": 0
}
}
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 |
---|---|
FailedOperation | Operation failed. |
InternalError | Internal error. |
InternalError.ConnectDbError | Database connection error. |
InternalError.DBError | DB execution error. |
InvalidParameter | Invalid parameter. |
ResourceNotFound.ForbidService | You are blocked. |
ResourceNotFound.FreezeService | Service suspended. |
ResourceNotFound.StopService | The service has been suspended due to account arrears. Please top up it to a positive balance to activate the service first. |
ResourceNotFound.UserDisableService | You disabled the service. |
문제 해결에 도움이 되었나요?