Show IPsec Policy details

指定したIPSecポリシーの詳細を表示します。

URI

/v2.0/vpn/ipsecpolicies/{ipsecpolicy-id}

HTTPメソッド

GET

レスポンスステータス

ステータスコード 説明
200 Normal response codes
Unauthorized (401) Error response codes
Forbidden (403) Error response codes
Not Found (404) Error response codes

レスポンスボディ(正常系)


{
  "ipsecpolicy": {
    "name": "ipsecpolicy1",
    "transform_protocol": "esp",
    "auth_algorithm": "sha1",
    "encapsulation_mode": "tunnel",
    "encryption_algorithm": "aes-128",
    "pfs": "group14",
    "tenant_id": "ccb81365fe36411a9011e90491fe1330",
    "lifetime": {
      "units": "seconds",
      "value": 3600
    },
    "id": "5291b189-fd84-46e5-84bd-78f40c05d69c",
    "description": "",
    "availability_zone": "AZ1"
  }
}   
     

レスポンスボディ(正常系)の説明

要素名 説明
name IPSecポリシーのフレンドリー名
transform_protocol 使用されている変換プロトコル: esp
auth_algorithm 認証アルゴリズム: sha1
encapsulation_mode カプセル化モード: tunnel
encryption_algorithm 暗号アルゴリズム: aes-128、aes-256、または aes-192
pfs Perfect Forward Secrecy: group2、group5、またはgroup14
tenant_id プロジェクトID
lifetime SAのライフタイム

単位は「秒」。単位または値は省略できます。

id IPSecポリシーID
description IPSecポリシーの説明
availability_zone アベイラビリティゾーン名