Show LB#
ロードバランサーを表示します。
APIエンドポイント#
リージョン | APIエンドポイント |
---|---|
西日本リージョン3の場合 | https://nfv.jp-west-3.cloud.global.fujitsu.com |
東日本リージョン3の場合 | https://nfv.jp-east-3.cloud.global.fujitsu.com |
HTTPメソッドとURI#
GET
/lb/nfv/loadbalancers/{loadbalancers_id}
HTTPステータスコード#
正常時:200
エラー時:404,500
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
loadbalancers_id | path | string | 必須 | ロードバランサーID |
レスポンスボディ(正常系)の説明#
名前 | Type | Description |
---|---|---|
loadbalancer | object | ロードバランサーのオブジェクト |
name | string | ロードバランサーの名前 |
router_id | uuid | ロードバランサーが所属する仮想ルータのID |
id | string | ロードバランサーのID |
description | string | ロードバランサーの説明 |
security_group_id | uuid | ロードバランサーに設定されているセキュリティグループのID |
status | string | 設定ステータス ACTIVE / BUILD / DELETING / CREATE_ERROR / UPDATE_ERROR / DELETE_ERROR |
tenant_id | string | ロードバランサーが属するプロジェクト |
detail | string | ロードバランサーの詳細 |
レスポンス例#
{ "loadbalancer": { "name": "LB01", "router_id": "77d3ea9a-aedf-4197-8c1b-cbd426453802", "id": "1281", "description": "", "security_group_id": [], "status": "ACTIVE", "tenant_id": "da89e9e029b243e48d898f778148b404", "detail":" " } }