Show IKE policy details#
IKEポリシーを表示します。
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/ikepolicies/{ikepolicy-id}
HTTPステータスコード#
正常時:200
エラー時:404
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
ikepolicy-id | path | string | 必須 | IKEポリシーID |
レスポンスボディ(正常系)の説明#
名前 | Type | Description |
---|---|---|
ikepolicy | object | IKE ポリシーのオブジェクト |
status | string | 設定ステータス ACTIVE / BUILD / DELETING / CREATE_ERROR / UPDATE_ERROR / DELETE_ERROR |
name | string | IKE ポリシーの名前 |
tenant_id | string | IKE ポリシーが所属するプロジェクトID |
auth_algorithm | string | 利用する認証アルゴリズム sha1またはsha2です。 |
encryption_algorithm | string | 利用する暗号化アルゴリズム |
pfs | string | PFSで利用できるキーの最大のサイズグループ |
phase1_negotiation_mode | string | IKEの実行モード main固定です。 |
lifetime | object | ライフタイムのオブジェクト |
units | string | セキュリティアソシエーションの存続期間の単位 |
value | integer | ライフタイム値 |
id | string | IKE ポリシーのID |
description | string | IKE ポリシーの説明 |
availability_zone | string | 常にnullです。 |
detail | string | 詳細情報 |
レスポンス例#
{ "ikepolicy": { "auth_algorithm": "sha1", "availability_zone": null, "detail":"", "description": "", "encryption_algorithm": "aes-128", "id": "235560", "lifetime": { "units": "seconds", "value": 2000 }, "name": "", "pfs": "group5", "phase1_negotiation_mode": "main", "status": "ACTIVE", "tenant_id": "96fc2c872eab4b8e8b98f15d2659065a" } }