List IPsec Policies
IPsecポリシーの一覧を表示します。
URI
/v2.0/vpn/ipsecpolicies
HTTPメソッド
GET
レスポンスステータス
ステータスコード | 説明 |
---|---|
200 | Normal response codes |
Unauthorized (401) | Error response codes |
Forbidden (403) | Error response codes |
レスポンスボディ(正常系)
{
"ipsecpolicies": [
{
"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 | アベイラビリティゾーン名 |
レスポンスボディ(異常系)
{
"NeutronError": "network service is unavailable in availability_zone(AZ1)",
"request_id": "73b014c9-10ab-4e3b-b281-05feae513c02"
}
レスポンスボディ(異常系)の説明
要素名 | 説明 |
---|---|
NeutronError | エラーメッセージ |
request_id | リクエストID |