Show VPN service details#
VPNサービスの詳細を表示します。
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
/vpn/nfv/vpnservices/{service-id}
HTTPステータスコード#
正常時:200
エラー時:404
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
service-id | path | string | 必須 | VPNサービスID |
レスポンスボディ(正常系)の説明#
名前 | Type | Description |
---|---|---|
vpnservice | object | VPNサービスのオブジェクト |
router_id | string | VPNサービスで利用する仮想ルータID |
status | string | 設定ステータス ACTIVE / BUILD / DELETING / CREATE_ERROR / UPDATE_ERROR / DELETE_ERROR |
name | string | VPNサービスの名前 |
admin_state_up | boolean | VPNサービスの状態 「false」の場合は、VPNサービスは非活性です。 |
subnet_id | string | VPNサービスを利用するサブネットID |
tenant_id | string | VPNサービスが属するプロジェクトID |
id | string | VPNサービスのID |
description | string | VPNサービスの説明 |
availability_zone | string | 常にnullです。 |
detail | string | 詳細情報 |
レスポンス例#
{ "vpnservice": { "router_id": "8b227d33-7fdf-46ee-aee7-a0a936be8673", "status": "ACTIVE", "name": "vpnservice01", "admin_state_up": true, "subnet_id": "66d4f593-3f4a-48a4-8b06-5400d1b34737", "tenant_id": "17ffaf19a5bd4f02ba773673a5815be4", "id": "20", "description": "VPNservice-TenantA", "availability_zone": null, "detail": " " } }