List Firewalls

Verb URI Description
GET /fw/firewalls List Firewalls.

Normal Response Code: 200

Error Response Codes: Unauthorized (401)

This operation does not require a request body.

This operation returns a response body.

 

Example 4.140. List Firewalls: Request

GET /v2.0/fw/firewalls.json
User-Agent: python-neutronclient
Accept: application/json
                

 

Example 4.141. List Firewalls: Response

{
    "firewalls": [
        {
            "admin_state_up": true,
            "description": "",
            "firewall_policy_id": "c69933c1-b472-44f9-8226-30dc4ffd454c",
            "id": "3b0ef8f4-82c7-44d4-a4fb-6177f9a21977",
            "name": "",
            "status": "ACTIVE",
            "tenant_id": "45977fa2dbd7482098dd68d0d8970117"
        }
    ]
}

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


loading table of contents...