List VPN Services

Verb URI Description
GET /vpn/vpnservices Lists VPN services.

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.168. List VPN Services: Request

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

 

Example 4.169. List VPN Services: Response

{
  "vpnservices": [
    {
      "router_id": "ec8619be-0ba8-4955-8835-3b49ddb76f89",
      "status": "PENDING_CREATE",
      "name": "myservice",
      "admin_state_up": true,
      "subnet_id": "f4fb4528-ed93-467c-a57b-11c7ea9f963e",
      "tenant_id": "ccb81365fe36411a9011e90491fe1330",
      "id": "9faaf49f-dd89-4e39-a8c6-101839aa49bc",
      "description": ""
    }
  ]
}

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


loading table of contents...