-
-
-
-
ポリシーのコンテキスト外での高度なポリシー式の設定
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
ポリシーのコンテキスト外での高度なポリシー表現の設定
以下を含む多くの関数では、ポリシーの一部ではない高度なポリシー式が必要になる場合があります。
-
統合キャッシュセレクター:
セレクターの定義では、複数の非複合式 (セレクト) を定義します。各セレクションレットは、他のセレクトレットと暗黙の論理論理和関係にあります。
-
負荷分散:
負荷分散仮想サーバーの負荷分散の TOKEN メソッドの式を設定します。
-
書き換えアクション:
式は、設定する書き換えアクションの種類に応じて、書き換えアクションの場所と実行する書き換えの種類を定義します。たとえば、DELETE アクションはターゲットエクスプレッションのみを使用します。REPLACE アクションは、ターゲット式と式を使用して置換テキストを設定します。
-
レートベースのポリシー:
高度なポリシー式を使用してリミットセレクターを構成します。これらのセレクターは、さまざまなサーバーへのトラフィック速度を制限するポリシーを設定するときに使用できます。セレクターの定義には、最大 5 つの非複合式 (セレクトレット) を定義します。各セレクションレットは、他のセレクションレットと暗黙の論理和になっています。
CLI を使用してポリシーの外部に高度なポリシー表現を設定します(キャッシュセレクタの例)
コマンドプロンプトで次のコマンドを入力して、ポリシーの外に高度なポリシー表現を設定し、構成を確認します。
- add cache selector <selectorName> <rule>
- show cache selector <selectorName>
<!--NeedCopy-->
例:
> add cache selector mainpageSelector "http.req.cookie.value("ABC_def")"
"http.req.url.query.value("_ghi")"selector "mainpageSelector" added
Done
> show cache selector mainpageSelector
Name: mainpageSelector
Expressions:
1) http.req.cookie.value("ABC_def")
2) http.req.url.query.value("_ghi")
Done
<!--NeedCopy-->
次に、 ポリシーでの高度なポリシー式の設定で説明されているように、より読みやすい q 区切り文字を使用する同等のコマンドを示します。
> add cache selector mainpageSelector2 q~http.req.cookie.value("ABC_def")~
q~http.req.url.query.value("_ghi")~selector "mainpageSelector2" added
Done
> show cache selector mainpageSelector2
Name: mainpageSelector2
Expressions:
1) http.req.cookie.value("ABC_def")
2) http.req.url.query.value("_ghi")
Done
<!--NeedCopy-->
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.