All Products
Search
Document Center

CDN:DescribeCdnHttpsDomainList

Last Updated:Jul 05, 2024

Queries the information about SSL certificates that belong to your Alibaba Cloud 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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The number of the page to return. Valid values: 1 to 100000.

5
PageSizeintegerNo

The number of entries to return on each page. Default value: 20.

20
KeywordstringNo

The keyword that is used to search for certificates.

com

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of entries returned.

16
RequestIdstring

The ID of the request.

F5E8DF64-7175-4186-9B06-F002C0BBD0C5
CertInfosarray<object>

The information about the certificate.

object
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.

  • free: a free certificate.
  • cas: a certificate that is purchased from Alibaba Cloud SSL Certificates Service.
  • upload: a certificate that is uploaded by the user.
free
CertNamestring

The name of the certificate.

test
CertStatusstring

The status of the certificate.

  • 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 will expire soon.
mismatch
DomainNamestring

The accelerated domain name.

example.com
CertCommonNamestring

The returned primary domain name of the certificate.

example.org

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": "free",
        "CertName": "test",
        "CertStatus": "mismatch",
        "DomainName": "example.com",
        "CertCommonName": "example.org"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError message
400NoHttpsDomainYour account doesn't have https domain.

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