All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnHttpsDomainList

Last Updated:Mar 01, 2024

Queries information about all certificates that belong to your account.

Operation description

Note The maximum number of times that each user can call this operation per second is 100.

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:DescribeDcdnHttpsDomainListWRITE
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The total number of entries returned.

1
PageSizeintegerNo

The type of the certificate. Valid values:

  • free: A free certificate.
  • cas: A certificate that is purchased through Alibaba Cloud SSL Certificates Service.
  • upload: A user-uploaded certificate.
2
KeywordstringNo

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

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

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

16
RequestIdstring

The returned primary domain name of the certificate.

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

The time when the certificate became effective.

CertStartTimestring

The time when the certificate expires.

2018-11-26 14:45:09
CertExpireTimestring

The name of the certificate.

2018-12-26 14:45:09
CertUpdateTimestring

The keyword used for search.

2019-01-08 18:33:16
CertTypestring

The operation that you want to perform. Set the value to DescribeDcdnHttpsDomainList.

upload
CertNamestring

The accelerated domain name for which the certificate information was queried.

cert
CertStatusstring

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

mismatch
DomainNamestring

The time when the certificate was updated.

*.com
CertCommonNamestring

The certificate information about the domain name.

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