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

:BatchAddCdnDomain

最終更新日:Apr 13, 2026

BatchAddCdnDomain 操作を呼び出して、1 回のリクエストで最大 50 個の高速化ドメイン名を追加します。

操作説明

  • 高速化ドメイン名を追加する前に、CDN サービスを有効化する必要があります。 詳細については、「CDN サービスの有効化」をご参照ください。

  • 加速リージョンとして中国本土またはグローバルを選択した場合、高速化ドメイン名は ICP 登録が必要です。

  • 1 回の呼び出しで最大 50 個のドメイン名を照会できます。 複数のドメイン名を照会するには、カンマ (,) で区切ります。

  • 各ユーザーは、この操作を 1 時間あたり最大 100 回呼び出すことができます。

今すぐお試しください

この 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 ロールに付与する必要があります。

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

cdn:BatchAddCdnDomain

create

*Domain

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

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

CdnType

string

必須

高速化ドメイン名のサービスタイプ。 有効値:

  • web:画像と小さいファイル。

  • download:大きいファイルのダウンロード。

  • video:VOD アクセラレーション。

web

DomainName

string

必須

CDN に追加するドメイン名。 複数のドメインはカンマで区切ります。

example.com,aliyundoc.com

ResourceGroupId

string

任意

リソースグループの ID。 このパラメーターを省略すると、システムは自動的にデフォルトのリソースグループの ID を使用します。

rg-acfmyuji4b6r4**

Sources

string

必須

オリジンのリスト。

[ { "content": "192.0.2.0", "type": "ipaddr", "priority": "20", "port": 80, "weight": "15" } ]

CheckUrl

string

任意

ヘルスチェック URL。

url

Scope

string

任意

サービスエリア。 有効値:

  • domestic:中国本土のみ。

  • overseas:グローバル (中国本土を除く)。

  • global:グローバル。

domestic

TopLevelDomain

string

任意

ルートドメイン名 (例: example.com)。

example.com

次の表に、Sources のフィールドを示します。

パラメータータイプ必須説明
typeStringはいオリジンのタイプ。 有効値:
ipaddr:IP オリジン。
domain:ドメイン名オリジン。
oss:OSS バケットオリジン。
fc_domain:Function Compute オリジン。










contentStringはいオリジンの IP アドレスまたはドメイン名。
portIntegerいいえオリジンのポート。 HTTPS オリジンフェッチの場合は 443、デフォルトは 80、またはカスタムポート番号を指定できます。
priorityStringいいえオリジンの優先度。 プライマリオリジンには 20 (デフォルト)、バックアップオリジンには 30 を使用します。
weightStringいいえオリジンの重み。 有効値の範囲:1~100。 デフォルト値:10。

レスポンスフィールド

フィールド

説明

object

RequestId

string

一意のリクエスト ID。

15C66C7B-671A-4297-9187-2C4477247A74

成功レスポンス

JSONJSON

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}

エラーコード

HTTP ステータスコード

エラーコード

エラーメッセージ

説明

400 InvalidDomainName.Malformed Specified DomainName is malformed. 不正なCDNドメイン形式
400 MissingParameter The input parameter cdnType that is mandatory for processing this request is not supplied.
400 InvalidCdnType.Malformed Specified CdnType is malformed.
400 InvalidSources.Malformed Specified Sources is malformed. 不正な発信元サイトアドレス。
400 InvalidSourceType.Malformed Specified CdnType is malformed.
400 InvalidSource.Priority.Malformed The specified Source Priority is invalid.
400 InvalidTypeAndContent.MissMatch InvalidTypeAndContent.MissMatch
400 InvalidScope.Malformed Specified Scope is malformed.
400 SourceIp.Exceed The Certificate you provided is malformed
400 InvalidCertificate The Certificate you provided is malformed
400 InvalidCertificate.TooLong The Certificate you provided is over the max length
400 InnerAddDomainDenied Your account has not bind aoneId, can not add domain.
400 CheckSourceHealthFailed sources ip or source domain check health failed,please input right source.
400 ExtensiveAndAllBothExist Extensive domain and the domain begins with all. can not exist at the same time.
400 CdnTypeNotSupportExtensiveDomain Extensive domain not supported for this cdn type.
400 ExtensiveAndSpecificDomainConflict The number of wildcard domain names exceeds the limit.
400 InvalidResourceGroupId.Malformed Specified ResourceGroupId is malformed.
400 DomainReserved The root domain of your domain is reserved by another account. Submit a ticket to contact customer support.
400 InvalidDomainNameLevel Domain name suffixed with alicdn.com only support third level.
400 InvalidTopLevelDomain.Malformed Specified TopLevelDomain is malformed.
400 TopLevelDomain.NotFound TopLevelDomain is not exist.
400 EntityNotExists.ResourceGroup The resource group does not exist.
400 EntityNotExist.ResourceGroup The resource group does not exist.
400 InvalidStatus.ResourceGroup It is not allowed to do this operation because of the current status of resource-group.
400 NotInternationRealIdentity You need to do real name authentication when you use Chinese mainland resources.
400 RecordCheckNotAvailable The ICP filing interface is unavailable. Please try again later.
400 IcpBlack The domain is on the ICP blacklist.
400 IspBlack The domain is on the ISP blacklist.
400 DomainOwnerVerifyFail Owner verification of the root domain failed.
400 TopLevelDomain.Mismatch The specified TopLevelDomain does not match webSiteType.
400 DomainOverLimit The maximum number of domains is exceeded.
400 DomainInRiskList The domain you added may be at risk. If you have any questions, please submit a ticket.

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

変更履歴

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