All Products
Search
Document Center

ApsaraVideo Live:DescribeLiveHttpsDomainList

Last Updated:Nov 14, 2024

Queries the information about all certificates that you have configured.

Operation description

Usage notes

You can call this operation to query the information about all certificates that you have configured.

QPS limit

You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits.

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:
    • 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
live:DescribeLiveHttpsDomainListget
*Domain
acs:cdn:*:{#accountId}:domain/{#DomainName}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The page number. Valid values: 1 to 10000.

5
PageSizeintegerNo

The number of entries per page. Default value: 20.

20
KeywordstringNo

The accelerated domain name.

demo.aliyun.com

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

CertInfosarray<object>

The information about the certificates.

CertInfoobject
CertCommonNamestring

The primary domain name of the certificate.

example.org
CertExpireTimestring

The time when the certificate expires.

2018-12-26 14:45:09
CertNamestring

The name of the certificate.

test
CertStartTimestring

The time when the certificate became effective.

2018-11-26 14:45:09
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 will expire soon.
mismatch
CertTypestring

The type of the certificate. Valid values:

  • cas: a certificate that you purchased from Certificate Management Service
  • upload: a custom certificate that you uploaded
cas
CertUpdateTimestring

The time when the certificate was updated.

2019-01-08 18:33:16
DomainNamestring

The accelerated domain name.

example.com
RequestIdstring

The request ID.

F5E8DF64-7175-4186-9B06-F002C0BBD0C5
TotalCountinteger

The total number of entries returned.

16

Examples

Sample success responses

JSONformat

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

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.

Change history

Change timeSummary of changesOperation
2024-09-29API Description Update. The Error code has changedView Change Details