ClearLoadBalancerSession
処理概要
セッション固定オプションが設定されているロードバランサーのセッション情報を削除します。
ロードバランサーを指定するためには、ロードバランサー名・ポート番号が必要です。
指定するパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
LoadBalancerName | string |
対象のロードバランサー名 |
○ |
LoadBalancerPort | integer |
対象の待ち受けポート |
○ |
InstancePort | integer |
対象の宛先ポート |
○ |
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
ClearLoadBalancerSessionResponse | - |
ClearLoadBalancerSessionレスポンス |
␣ClearLoadBalancerSessionResult | string |
※空を返却 |
␣ResponseMetadata | - |
リクエスト情報 |
␣␣RequestId | string |
リクエスト識別子 |
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/
?Action=ClearLoadBalancerSession
&LoadBalancerName=lb0001
&LoadBalancerPort=80
&InstancePort=80
&CommonParams
応答サンプル
<ClearLoadBalancerSessionResponse xmlns="https://computing.api.nifcloud.com/api/">
<ClearLoadBalancerSessionResult/>
<ResponseMetadata>
<RequestId>ac501097-4c8d-475b-b06b-a90048ec181c</RequestId>
</ResponseMetadata>
</ClearLoadBalancerSessionResponse>