All Products
Search
Document Center

ApsaraVideo VOD:DescribeVodDomainCertificateInfo

Last Updated:Jun 10, 2026

Operasi ini meminta informasi sertifikat untuk nama domain yang dipercepat yang ditentukan.

Deskripsi operasi

Operasi ini hanya tersedia di wilayah layanan China (Shanghai).

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

vod:DescribeVodDomainCertificateInfo

get

*全部资源

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

DomainName

string

Yes

Nama domain yang dipercepat yang ditambahkan ke ApsaraVideo for VOD.

example.com

HeraApiAutoVersion

string

No

Elemen respons

Element

Type

Description

Example

object

Data yang dikembalikan.

RequestId

string

ID permintaan.

5C1E43DC-9E51-4771-****-7D5ECEB547A1

CertInfos

object

CertInfo

array<object>

Informasi sertifikat.

object

CertExpireTime

string

The time at which the certificate expires. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2018-06-03T13:03:39Z

CertLife

string

The validity period of the certificate. Unit: months or years.

3 months

Status

string

The status of the certificate.

  • success: The certificate is in effect.

  • checking: The system is checking whether the domain name is added to ApsaraVideo VOD.

  • cname_error: The domain name is not added to ApsaraVideo VOD.

  • domain_invalid: The domain name contains invalid characters.

  • unsupport_wildcard: The domain name is a wildcard domain name. Wildcard domain names are not supported.

  • applying: The certificate application is in progress.

  • failed: The certificate application failed.

Catatan

A value is returned for this parameter only when you set CertType to free. Otherwise, an empty value is returned for this parameter.

success

CertUpdateTime

string

The time at which the certificate was updated.

2023-04-26T20:23:38Z

CertDomainName

string

The domain name that matches the certificate.

example.com

ServerCertificateStatus

string

The status of the SSL certificate.

  • on

  • off

on

CertOrg

string

The certificate authority (CA) that issued the certificate.

Let's Encrypt

DomainName

string

The accelerated domain name whose ICP filing status you want to update.

example.com

CertStartTime

string

The time when the certificate became effective.

2023-04-26T20:23:38Z

CertType

string

The type of the certificate. Valid values:

  • free: a free certificate.

  • cas: a certificate that is purchased from Certificate Management Service.

  • upload: a user-uploaded certificate.

free

CertName

string

The certificate name.

cert-example.com

DomainCnameStatus

string

The CNAME status of the domain name.

  • ok: The domain name points to the CNAME assigned by Alibaba Cloud CDN.

  • cname_error: An error occurred and the domain name cannot point to the CNAME.

  • op_domain_cname_error : An error occurred to the CNAME of the top-level domain. The domain name cannot point to the CNAME.

  • unsupport_wildcard: The wildcard domain name is not supported.

ok

ServerCertificate

string

The public key of the certificate.

****

CertId

string

The ID of the certificate.

13227737-cn-hangzhou

CertRegion

string

The region where the certificate is used.

cn-hangzhou

Contoh

Respons sukses

JSONformat

{
  "RequestId": "5C1E43DC-9E51-4771-****-7D5ECEB547A1",
  "CertInfos": {
    "CertInfo": [
      {
        "CertExpireTime": "2018-06-03T13:03:39Z",
        "CertLife": "3 months",
        "Status": "success",
        "CertUpdateTime": "2023-04-26T20:23:38Z",
        "CertDomainName": "example.com",
        "ServerCertificateStatus": "on",
        "CertOrg": "Let's Encrypt",
        "DomainName": "example.com",
        "CertStartTime": "2023-04-26T20:23:38Z",
        "CertType": "free",
        "CertName": "cert-example.com",
        "DomainCnameStatus": "ok",
        "ServerCertificate": "****",
        "CertId": "13227737-cn-hangzhou",
        "CertRegion": "cn-hangzhou"
      }
    ]
  }
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.