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

Edge Security Acceleration:UpdateWaitingRoom

最終更新日:Jul 13, 2026

指定されたウェイティングルームの構成を更新します。

今すぐお試しください

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

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

esa:UpdateWaitingRoom

update

*サイト。

acs:esa:{#regionId}:{#accountId}:site/{#SiteId}

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

SiteId

integer

必須

サイト ID。 ListSites 操作を呼び出すことで取得できます。

7096621098****

WaitingRoomId

string

必須

ウェイティングルーム ID。 ListWaitingRooms 操作を呼び出すことで取得できます。

6a51d5bc6460887abd129****

Enable

string

任意

ウェイティングルームのステータス。有効な値:

  • on: 有効。

  • off: 無効。

on

Name

string

任意

ウェイティングルームの名前。

holiday-promotion-waiting-room

QueueAllEnable

string

任意

すべての訪問者をキューに入れるかどうかを指定します。有効な値:

  • on: 有効。

  • off: 無効。

on

HostNameAndPath

array<object>

任意

ホスト名とパスの構成。

object

任意

ホスト名とパスの詳細。

Subdomain

string

任意

サブドメイン。

test.

Domain

string

任意

ドメイン名。

example.com

Path

string

任意

パス。

/test

CookieName

string

任意

カスタム Cookie 名。

__aliwaitingroom_example

TotalActiveUsers

string

任意

アクティブなユーザーの総数。

300

NewUsersPerMinute

string

任意

1 分あたりの新規ユーザー数。

200

SessionDuration

string

任意

セッション期間 (分単位)。

5

DisableSessionRenewalEnable

string

任意

会話の更新を無効にするかどうかを指定します。有効な値:

  • on: 有効。

  • off: 無効。

on

QueuingMethod

string

任意

キューイングメソッド。有効な値:

  • random: ランダム。

  • fifo: 先入れ先出し。

  • passthrough: パススルー。

  • reject-all: すべて拒否。

random

QueuingStatusCode

string

任意

ウェイティングルームが返す状態コード。有効な値:

  • 200

  • 202

  • 429

200

JsonResponseEnable

string

任意

JSON 応答を有効にするかどうかを指定します。有効にすると、Accept ヘッダーに "application/json" を含むリクエストに対して JSON データが返されます。有効な値:

  • on: 有効。

  • off: 無効。

on

Description

string

任意

ウェイティングルームの説明。

Special event queue page

WaitingRoomType

string

任意

ウェイティングルームのタイプ。有効な値:

  • default: デフォルトタイプ。

  • custom: カスタムタイプ。

default

CustomPageHtml

string

任意

カスタムウェイティングルームページのコンテンツ。ウェイティングルームのタイプが custom に設定されている場合、このパラメーターは必須です。コンテンツは Base64 エンコーディングである必要があります。

SGVsbG8gd29ybGQ=

Language

string

任意

ウェイティングルームページの言語。ウェイティングルームのタイプがデフォルトに設定されている場合、このパラメーターは必須です。有効な値:

  • enus: 英語。

  • zhcn: 簡体字中国語。

  • zhhk: 繁体字中国語。

zhcn

レスポンスフィールド

フィールド

説明

object

RequestId

string

リクエスト ID。

0195619f-eab3-4a66-ac00-ed53d913e72e

成功レスポンス

JSONJSON

{
  "RequestId": "0195619f-eab3-4a66-ac00-ed53d913e72e"
}

エラーコード

HTTP ステータスコード

エラーコード

エラーメッセージ

説明

400 CompileRuleError Rule compilation failed, please check the rule information passed in to ensure that the rule is written according to the syntax described in the document. ルールのコンパイルに失敗しました。指定したルール構成を確認してください。API リファレンスに記載されているルール構成フォーマットをご参照ください。
400 SiteConfigLengthExceedLimit The overall configuration size of the site exceeds the limit, and the total size of all functional configurations of the site cannot exceed 512K. サイトの特徴構成サイズが制限を超えています。合計サイズは 512 KB を超えることはできません。
400 ConfigConflicts Configuration conflicts, usually when multiple configurations are configured under the same function of the same site, such as duplicate rule names between multiple configurations. パラメーターの一意性チェックに失敗しました。パラメーター値が重複していないか確認してください。
400 RuleRegexQuotaCheckFailed When configuring rules, rules with regular expressions are not allowed in this plan. Please check the relevant documentation of the plan or upgrade the plan. 現在のプランでは、正規表現を使用したルールエンジンの設定はサポートされていません。プランの説明を確認し、プランをスペックアップしてください。
400 NestedRuleQuotaCheckFailed The nesting level of rules allowed by the plan failed to be verified. Please modify the nesting level of rules or upgrade the plan. ルール内のネストされたサブ条件の数がプランの制限を超えています。プランの説明を確認し、プランをスペックアップしてください。
400 ServiceInvokeFailed The call to the internal service failed. The engineer is resolving the problem. Please wait a moment before trying, or contact customer service for details. サービスの呼び出しに失敗しました。後でもう一度試すか、詳細についてはカスタマーサービスにお問い合わせください。
400 FunctionConflict The feature configuration conflicts. Sites with version management enabled cannot configure this feature. 現在の機能構成が他の特徴と競合しています。続行する前に、競合する機能構成を削除してください。
400 InternalException Failed to call the service. Try again later or contact technical support. サービスの呼び出しに失敗しました。後でもう一度お試しいただくか、詳細についてはカスタマーサポートにお問い合わせください。
400 InvalidParameter.ArgName Invalid ArgName. Check your website configuration parameters and make sure that they match the supported features and parameter names listed in the official documentation. 指定された ArgName が無効です。サイト構成パラメーターを確認し、公式ドキュメントに記載されているサポート対象の特徴およびパラメーター名のリストと一致していることを確認してください。
400 InvalidParameter.ArgValue Invalid parameter value. Check whether the value format and length meet the requirements. パラメーターの値が無効です。入力が必須のフォーマットおよび長さの制限を満たしているかどうかを確認してください。
400 InstanceNotExist The instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account. インスタンスが存在しません。指定されたインスタンス ID が正しいか、またはインスタンスがお使いのアカウントに属しているかを確認してください。
400 LockFailed The system is handling requests you previously submitted. Try again later. 別のリクエストがプロセス中です。後でもう一度お試しください。
400 WaitingRoomNotExist The waiting room that you want to modify does not exist or does not belong to you. Confirm and try again. 変更対象のウェイティングルームが存在しないか、またはあなたの所有物ではありません。ウェイティングルームを確認してから、もう一度お試しください。
400 FunctionQuotaCheckFailed The quota verification for this function fails. It may be that the configuration of this function exceeds the limit of the site plan. Please check the plan introduction document corresponding to this site. 現在のプランでは制限された機能がサポートされていません。プランの特徴の説明を確認してください。
400 QuotaCheckFailed.FunctionArg The specified feature parameter is not allowed in your plan, or the feature parameter configurations have reached the upper limit in your plan. 特徴パラメーターは現在のプランでは利用できないか、数量がクォータ制限を超えています。
404 SiteNotFound The website does not exist or does not belong to you. サイトが存在しないか、またはサイトにアクセスする権限がありません。

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

変更履歴

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