All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnHttpsDomainList

Last Updated:Oct 17, 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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

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

The information about the certificate.

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