指定されたウェイティングルームの構成を更新します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
esa:UpdateWaitingRoom |
update |
*サイト。
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| SiteId |
integer |
必須 |
サイト ID。 ListSites 操作を呼び出すことで取得できます。 |
7096621098**** |
| WaitingRoomId |
string |
必須 |
ウェイティングルーム ID。 ListWaitingRooms 操作を呼び出すことで取得できます。 |
6a51d5bc6460887abd129**** |
| Enable |
string |
任意 |
ウェイティングルームのステータス。有効な値:
|
on |
| Name |
string |
任意 |
ウェイティングルームの名前。 |
holiday-promotion-waiting-room |
| QueueAllEnable |
string |
任意 |
すべての訪問者をキューに入れるかどうかを指定します。有効な値:
|
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 |
| QueuingMethod |
string |
任意 |
キューイングメソッド。有効な値:
|
random |
| QueuingStatusCode |
string |
任意 |
ウェイティングルームが返す状態コード。有効な値:
|
200 |
| JsonResponseEnable |
string |
任意 |
JSON 応答を有効にするかどうかを指定します。有効にすると、Accept ヘッダーに "application/json" を含むリクエストに対して JSON データが返されます。有効な値:
|
on |
| Description |
string |
任意 |
ウェイティングルームの説明。 |
Special event queue page |
| WaitingRoomType |
string |
任意 |
ウェイティングルームのタイプ。有効な値:
|
default |
| CustomPageHtml |
string |
任意 |
カスタムウェイティングルームページのコンテンツ。ウェイティングルームのタイプが custom に設定されている場合、このパラメーターは必須です。コンテンツは Base64 エンコーディングである必要があります。 |
SGVsbG8gd29ybGQ= |
| Language |
string |
任意 |
ウェイティングルームページの言語。ウェイティングルームのタイプがデフォルトに設定されている場合、このパラメーターは必須です。有効な値:
|
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. | サイトが存在しないか、またはサイトにアクセスする権限がありません。 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。