All Products
Search
Document Center

:DescribeVodSSLCertificateList

Last Updated:Mar 21, 2025

Queries the certificate list by domain name.

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

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
vod:DescribeVodSSLCertificateListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringNo

The accelerated domain name.

example.com
PageNumberlongNo

The page number. Default value: 1.

1
PageSizelongNo

The number of entries per page. Valid values: integers from 1 to 1000.

10
SearchKeywordstringNo

The keyword that is used to query certificates.

certabc

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

25818875-5F78-4AF6-D7393642CA58****
CertificateListModelobject

The information about certificates.

Countinteger

The number of certificates that are returned.

2
CertListarray<object>

The list of certificates.

Certobject

The information about the certificate.

LastTimelong

The time when the certificate was last modified. Unit: milliseconds.

1512388610
Fingerprintstring

The fingerprint of the certificate.

****
CertNamestring

The name of the certificate.

video-ssl
Issuerstring

The certificate authority (CA) that issued the certificate.

****
CertIdlong

The ID of the certificate.

235437
Commonstring

The Common Name (CN) attribute of the certificate. In most cases, the CN is a domain name.

test
CertRegionstring

The region of the certificate. Valid values: cn-hangzhou and ap-southeast-1. Default value: cn-hangzhou.

cn-hangzhou
PageNumberlong

The page number. Pages start from page 1. Default value: 1.

1
PageSizelong

The number of entries per page. Valid values: integers from 1 to 1000.

20

Examples

Sample success responses

JSONformat

{
  "RequestId": "25818875-5F78-4AF6-D7393642CA58****",
  "CertificateListModel": {
    "Count": 2,
    "CertList": {
      "Cert": [
        {
          "LastTime": 1512388610,
          "Fingerprint": "****",
          "CertName": "video-ssl",
          "Issuer": "****",
          "CertId": 235437,
          "Common": "test",
          "CertRegion": "cn-hangzhou"
        }
      ]
    },
    "PageNumber": 1,
    "PageSize": 20
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2025-03-13The Error code has changedView Change Details