すべてのプロダクト
Search
ドキュメントセンター

Edge Security Acceleration:DescribeDcdnDomainDetail

最終更新日:Jun 10, 2026

指定された加速ドメイン名の基本構成を照会します。

操作説明

説明

Call frequency for a single user: 30 calls per second.

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

下表に、この API を呼び出すために必要な認証情報を示します。認証情報は、RAM (Resource Access Management) ポリシーを使用して定義できます。以下で各列名について説明します。

  • アクション:特定のリソースに対して実行可能な操作。ポリシー構文ではAction要素として指定します。

  • API:アクションを具体的に実行するための API。

  • アクセスレベル:各 API に対して事前定義されているアクセスの種類。有効な値:create、list、get、update、delete。

  • リソースタイプ:アクションが作用するリソースの種類。リソースレベルでの権限をサポートするかどうかを示すことができます。ポリシーの有効性を確保するため、アクションの対象として適切なリソースを指定してください。

    • リソースレベルの権限を持つ API の場合、必要なリソースタイプはアスタリスク (*) でマークされます。ポリシーのResource要素で対応する ARN を指定してください。

    • リソースレベルの権限を持たない API の場合、「すべてのリソース」と表示され、ポリシーのResource要素でアスタリスク (*) でマークされます。

  • 条件キー:サービスによって定義された条件のキー。このキーにより、きめ細やかなアクセス制御が可能になります。この制御は、アクション単体に適用することも、特定のリソースに対するアクションに適用することもできます。Alibaba Cloud は、サービス固有の条件キーに加えて、すべての RAM 統合サービスに適用可能な一連の共通条件キーを提供しています。

  • 依存アクション:ある特定のアクションを実行するために、前提として実行が必要となる他のアクション。依存アクションの権限も RAM ユーザーまたは RAM ロールに付与する必要があります。

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

dcdn:DescribeDcdnDomainDetail

get

*Domain

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

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

DomainName

string

必須

加速ドメイン名。一度に 1 つのドメイン名のみをクエリできます。

example.com

レスポンスフィールド

フィールド

説明

object

RequestId

string

The request ID.

09ABE829-6CD3-4FE0-AFEE-556113E29727

DomainDetail

object

The details of the domain name.

GmtCreated

string

The time when the domain name was created.

2017-11-27T06:51:26Z

SSLPub

string

If HTTPS is enabled, this is the public key of the certificate.

xxx

Description

string

The ICP filing information of the domain name.

京ICP备1703xxxx号

SSLProtocol

string

Indicates whether the SSL certificate is enabled. Valid values:

  • on: Enabled.

  • off: Disabled.

on

ResourceGroupId

string

The ID of the resource group.

rg-acfmyuji4b6r4**

Scope

string

The acceleration region.

  • domestic (default): the Chinese mainland only.

  • overseas: global (excluding the Chinese mainland).

  • global: global.

overseas

Cname

string

The CNAME that is assigned to the accelerated domain name. You need to add a CNAME record for the accelerated domain name at your DNS service provider.

example.aliyundoc.com

DomainStatus

string

The status of the accelerated domain name. Valid values:

  • online: Enabled.

  • offline: Disabled.

  • configuring: Configuring.

  • configure_failed: Configuration failed.

  • checking: Under review.

  • check_failed: Review failed.

online

GmtModified

string

The time when the domain name was last modified.

2017-11-27T06:51:25Z

DomainName

string

The accelerated domain name.

example.com

Sources

object

Source

array<object>

The information about the origin server.

object

Type

string

The type of the origin server. Valid values:

  • ipaddr: an IP address

  • domain: an origin domain name

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

oss

Weight

string

The weight of the origin server if multiple origin servers are specified.

20

Enabled

string

The status.

online

Priority

string

The priority.

50

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

Scene

string

The acceleration scenario. Valid values:

  • apiscene: API acceleration.

  • webservicescene: website acceleration.

  • staticscene: acceleration for videos, images, and text.

  • (empty): no scenario.

apiscene

FunctionType

string

The type of the computing service. Valid values:

  • routine: program.

  • image: image.

  • cloudFunction: function.

routine

成功レスポンス

JSONJSON

{
  "RequestId": "09ABE829-6CD3-4FE0-AFEE-556113E29727",
  "DomainDetail": {
    "GmtCreated": "2017-11-27T06:51:26Z",
    "SSLPub": "xxx",
    "Description": "京ICP备1703xxxx号",
    "SSLProtocol": "on",
    "ResourceGroupId": "rg-acfmyuji4b6r4**",
    "Scope": "overseas",
    "Cname": "example.aliyundoc.com",
    "DomainStatus": "online",
    "GmtModified": "2017-11-27T06:51:25Z",
    "DomainName": "example.com",
    "Sources": {
      "Source": [
        {
          "Type": "oss",
          "Weight": "20",
          "Enabled": "online",
          "Priority": "50",
          "Port": 80,
          "Content": "example.org"
        }
      ]
    },
    "Scene": "apiscene",
    "FunctionType": "routine"
  }
}

エラーコード

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。