All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnHttpsDomainList

Last Updated:Apr 11, 2024

Queries information about all certificates that belong to your account.

Operation description

Note You can call this operation up to 100 times per second per account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dcdn:DescribeDcdnHttpsDomainListRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The number of returned pages. Valid values: 1 to 100000.

1
PageSizeintegerNo

The number of entries to return on each page. Valid values: 1 to 500. Default value: 20.

2
KeywordstringNo

The keyword that is used to search for certificates.

cert

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of entries returned.

16
RequestIdstring

The ID of the request.

F5E8DF64-7175-4186-9B06-F002C0BBD0C5
CertInfosobject []

The information about the certificate.

CertStartTimestring

The time at which the certificate became effective.

2018-11-26 14:45:09
CertExpireTimestring

The time at which the certificate expires.

2018-12-26 14:45:09
CertUpdateTimestring

The time at which the certificate was updated.

2019-01-08 18:33:16
CertTypestring

The type of the certificate. Valid values:

  • cas: a certificate that is purchased by using Certificate Management Service
  • upload: a custom certificate that you upload
upload
CertNamestring

The name of the certificate.

cert
CertStatusstring

The status of the certificate. Valid values:

  • ok: The certificate is working as expected.
  • mismatch: The certificate does not match the specified domain name.
  • expired: The certificate has expired.
  • expire_soon: The certificate is about to expire.
mismatch
DomainNamestring

The accelerated domain name.

*.com
CertCommonNamestring

The returned primary domain name of the certificate.

*.com

Examples

Sample success responses

JSONformat

{
  "TotalCount": 16,
  "RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
  "CertInfos": {
    "CertInfo": [
      {
        "CertStartTime": "2018-11-26 14:45:09",
        "CertExpireTime": "2018-12-26 14:45:09",
        "CertUpdateTime": "2019-01-08 18:33:16",
        "CertType": "upload",
        "CertName": "cert",
        "CertStatus": "mismatch",
        "DomainName": "*.com",
        "CertCommonName": "*.com"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400NoHttpsDomainYour account does not have any HTTPS domain.Your account does not have an HTTP-capable domain name.

For a list of error codes, visit the Service error codes.