- HOME
- 提供API一覧
- listLBStickinessPolicies
listLBStickinessPolicies
処理概要
標準ロードバランサーのスティッキー設定を取得
注意事項
・なし
リクエスト
・リクエストパラメータ
Parameter Name | Description | Required |
lbruleid | the ID of the load balancer rule | true |
keyword | List by keyword | false |
・リクエストサンプル
$ ./kick_api.sh command=listLBStickinessPolicies lbruleid=10c00c09-8e47-499b-85c8-f6eb29f46c8e
レスポンス
・レスポンスボディ
Response Name | Description |
account | the account of the Stickiness policy |
description | the description of the Stickiness policy |
domain | the domain of the Stickiness policy |
domainid | the domain ID of the Stickiness policy |
lbruleid | the LB rule ID |
name | the name of the Stickiness policy |
state | the state of the policy |
zoneid | the id of the zone the Stickiness policy belongs to |
stickinesspolicy(*) | the list of stickinesspolicies |
id | the LB Stickiness policy ID |
description | the description of the Stickiness policy |
fordisplay | is policy for display to the regular user |
methodname | the method name of the Stickiness policy |
name | the name of the Stickiness policy |
params | the params of the policy |
state | the state of the policy |
・レスポンスサンプル
【API実行結果】
<?xml version=”1.0″ encoding=”UTF-8″?>
<listlbstickinesspoliciesresponse cloud-stack-version=”4.3.0.2″>
<count>1</count>
<stickinesspolicies>
<lbruleid>10c00c09-8e47-499b-85c8-f6eb29f46c8e</lbruleid>
<account>kenshou02</account>
<domainid>57edb9da-0279-45f0-842a-d768c4ed0d47</domainid>
<domain>M00000002</domain>
<stickinesspolicy>
<id>08d3779b-eec6-4423-b6fd-3880dac4b9cc</id>
<name>test20</name>
<methodname>SourceBased</methodname>
<params>{}</params>
</stickinesspolicy>
</stickinesspolicies>
</listlbstickinesspoliciesresponse>