Firewall

List firewalls in a location

get/project/{project_id}/location/{location}/firewall

Response

A list of Firewalls

countinteger required

Example response

{
  "items": [
    {
      "firewall_rules": [
        {
          "id": "fraz0q3vbrpa7pkg7zbmah9csn"
        }
      ],
      "id": "fwfg7td83em22qfw9pq5xyfqb7"
    }
  ]
}

Changes

Changed in 2 of the 59 revisions of this API.2

    • added the required property items/items/firewall_rules/items/protocol to the response with the 200 status

      response-required-property-added

    • added the required property items/items/firewall_rules/items/description to the response with the 200 status

      response-required-property-added