高速化ドメイン名を追加するには、AddCdnDomain を呼び出します。
操作説明
高速化ドメイン名を追加する前に、CDN サービスをアクティブ化する必要があります。詳細については、「CDN サービスのアクティブ化」をご参照ください。
加速リージョンが中国本土のみ、またはグローバルに設定されている場合、高速化ドメイン名は有効な ICP 登録を取得している必要があります。
一度に追加できる高速化ドメイン名は 1 つだけです。デフォルトでは、各ユーザーは最大 50 個の高速化ドメイン名を追加できます。さらに追加するには、クォータセンターでリクエストを送信してください。
各ユーザーは、この API を 1 時間あたり最大 100 回呼び出すことができます。
注意事項
API を使用してドメイン名を追加した後、設定が有効になるまで 3~5 分かかります。ドメインステータスが
onlineになるまで待ってから、追加の構成を適用してください。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cdn:AddCdnDomain |
create |
*Domain
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| CdnType |
string |
必須 |
ドメイン名のビジネスタイプ。有効な値:
列挙値:
|
web |
| DomainName |
string |
必須 |
CDN に追加するドメイン名。 ワイルドカードドメイン名がサポートされています。ワイルドカードドメイン名は、ピリオド (.) で始まる必要があります (例: .example.com)。 |
.example.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。 |
www.example.com/test.html |
| Scope |
string |
任意 |
加速リージョン。有効な値:
|
domestic |
| TopLevelDomain |
string |
任意 |
トップレベルドメイン。 |
example.com |
| Tag |
array<object> |
任意 |
タグ。最大 20 個のタグを指定できます。 |
|
|
object |
任意 |
|||
| Key |
string |
任意 |
タグのキー。 |
env |
| Value |
string |
任意 |
タグの値。 |
value |
次の表に、Sources パラメーターのフィールドを示します。
| パラメーター | タイプ | 必須 | 説明 |
| type | String | はい | オリジンタイプ。有効な値:ipaddr: IP アドレス。domain: ドメイン名。oss: OSS バケット。fc_domain: Function Compute サービス。 |
| content | String | はい | オリジンアドレス。IP アドレスまたはドメイン名を指定できます。 |
| port | Integer | いいえ | オリジンサーバーのポート。 ポート 80、カスタムポート、または HTTPS オリジンへのリクエスト用のポート 443 を指定できます。デフォルトは 80 です。 |
| priority | String | いいえ | オリジンの優先度。 有効な値は 20 (プライマリオリジン) と 30 (セカンダリオリジン) です。デフォルトは 20 です。 |
| weight | String | いいえ | オリジンへのリクエストの重み。値は 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 | The specified source type does not match the specified source content. | |
| 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 | Abs.CheckUrl.Malformed | The CheckUrl you provided is malformed. | |
| 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 | DomainInBlacklist | The domain is in the blacklist. | |
| 400 | InvalidTagKey | The specified TagKey is invalid. | |
| 400 | InvalidTagValue | The specified TagValue is invalid. | |
| 400 | InvalidTagKey.Repeated | The specified TagKey is duplicated. | |
| 400 | InvalidTag | The specified Tag is Invalid. | |
| 400 | InvalidTagKey.OverLimit | The number of Tag can not over limit 20. | |
| 400 | SourceInBlacklist | Source is in the blacklist. | |
| 400 | ReservedTagKey | The tag key is used internally as a reserved field and is not allowed to be used. | |
| 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. | |
| 400 | RegionNoResource | Resource allocation failed. Please submit a work order to contact customer service. | |
| 403 | AccountException | Account exception. Please open ticket to make an appeal. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。