firewall_status

When set to `active`, indicates that the WAF package will be applied to the zone.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_status",
  "title": "firewall_status",
  "default": "active",
  "description": "When set to `active`, indicates that the WAF package will be applied to the zone.",
  "enum": [
    "active"
  ],
  "readOnly": true,
  "type": "string"
}