All Products
Search
Document Center

CDN:DescribeCdnDomainDetail

Last Updated:Jun 10, 2026

Mengkueri nama domain akselerasi.

Deskripsi operasi

Catatan

Each account can call this operation up to 30 times per second.

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

cdn:DescribeCdnDomainDetail

get

*Domain

acs:cdn:*:{#accountId}:domain/{#DomainName}

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

DomainName

string

Yes

Nama domain akselerasi. Anda hanya dapat menentukan satu nama domain.

example.com

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

18CF38AA-1275-451D-A12B-4EC0BF1C5E30

GetDomainDetailModel

object

The details about the accelerated domain name.

GmtCreated

string

The time when the domain name was created.

2015-06-25T03:30:50Z

Description

string

The description of the domain name.

Streaming domain

HttpsCname

string

The CNAME for which HTTPS is enabled.

example.com.w.kunlunle.com

ResourceGroupId

string

The ID of the resource group.

abcd1234abcd1234

ServerCertificateStatus

string

Indicates whether the SSL certificate is enabled. Valid values:

  • on

  • off

on

Scope

string

The acceleration region.

domestic

DomainStatus

string

The status of the accelerated domain name. Valid values:

  • online

  • offline

  • configuring

  • configure_failed

  • checking

  • check_failed

  • stopping

  • deleting

online

Cname

string

The CNAME that is assigned to the accelerated domain name. You must add the CNAME record in the system of your DNS service provider to map the accelerated domain name to the CNAME.

example.com.w.kunlunle.com

GmtModified

string

The time when the domain name was last modified.

2017-06-25T03:30:50Z

CdnType

string

The workload type of the accelerated domain name. Valid values:

  • web: images and small files

  • download: large files

  • video: on-demand video and audio streaming

web

DomainName

string

The accelerated domain name.

example.com

SourceModels

object

SourceModel

array<object>

The information about the origin server.

object

Type

string

The type of the origin server. Valid values:

  • ipaddr: an origin IP address

  • domain: an origin domain name

  • oss: the domain name of an Object Storage Service (OSS) bucket

  • fc_domain: a Function Compute domain name

domain

Weight

string

The weight of the origin server if multiple origin servers have been specified.

10

Enabled

string

The status.

online

Priority

string

The priority.

20

Port

integer

The port over which requests are redirected to the origin server. Ports 443 and 80 are supported.

80

Content

string

The address of the origin server.

example.com

Contoh

Respons sukses

JSONformat

{
  "RequestId": "18CF38AA-1275-451D-A12B-4EC0BF1C5E30",
  "GetDomainDetailModel": {
    "GmtCreated": "2015-06-25T03:30:50Z",
    "Description": "直播域名",
    "HttpsCname": "example.com.w.kunlunle.com",
    "ResourceGroupId": "abcd1234abcd1234",
    "ServerCertificateStatus": "on",
    "Scope": "domestic",
    "DomainStatus": "online",
    "Cname": "example.com.w.kunlunle.com",
    "GmtModified": "2017-06-25T03:30:50Z",
    "CdnType": "web",
    "DomainName": "example.com",
    "SourceModels": {
      "SourceModel": [
        {
          "Type": "domain",
          "Weight": "10",
          "Enabled": "online",
          "Priority": "20",
          "Port": 80,
          "Content": "example.com"
        }
      ]
    }
  }
}

Respons error

JSONformat

{"RequestId":"16A96B9A-F203-4EC5-8E43-CB92E68F4CD8","HostId":"cdn.aliyuncs.com","Code":"InternalError","Message":"The request processing has failed due to some unknown error."}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.