
Previously sample JSON files are placed in the top directory of api-ref, but they belong to v2 API, so it sounds reasonable to place them in v2 directory. Preparation of API-ref cleanup. Part of blueprint neutron-in-tree-api-ref Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"ipsecpolicy": {
|
|
"name": "ipsecpolicy1",
|
|
"transform_protocol": "esp",
|
|
"auth_algorithm": "sha1",
|
|
"encapsulation_mode": "tunnel",
|
|
"encryption_algorithm": "aes-128",
|
|
"pfs": "group5",
|
|
"lifetime": {
|
|
"units": "seconds",
|
|
"value": 7200
|
|
}
|
|
}
|
|
}
|