List IKE Policies

Verb URI Description
GET /vpn/ikepolicies Lists IKE policies.

Normal Response Code: 200

Error Response Codes: Unauthorized (401), Forbidden (403)

This operation does not require a request body.

This operation returns a response body.

 

Example 4.178. List IKE Policies: Request

GET /v2.0/vpn/ikepolicies.json
User-Agent: python-neutronclient
Accept: application/json
                

 

Example 4.179. List IKE Policies: Response

HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
                
{
  "ikepolicies": [
    {
      "name": "ikepolicy1",
      "tenant_id": "ccb81365fe36411a9011e90491fe1330",
      "auth_algorithm": "sha1",
      "encryption_algorithm": "aes-256",
      "pfs": "group5",
      "phase1_negotiation_mode": "main",
      "lifetime": {
        "units": "seconds",
        "value": 3600
      },
      "ike_version": "v1",
      "id": "5522aff7-1b3c-48dd-9c3c-b50f016b73db",
      "description": ""
    }
  ]
}

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...