rulesets_DDoSDynamicRule

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-ddosdynamicrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_DDoSDynamicRule",
  "title": "rulesets_DDoSDynamicRule",
  "allOf": [
    {
      "$ref": "#/components/schemas/rulesets_Rule"
    },
    {
      "properties": {
        "action": {
          "enum": [
            "ddos_dynamic"
          ]
        },
        "description": {
          "example": "Performs a specific action according to a set of internal guidelines defined by Cloudflare."
        }
      },
      "title": "DDoS Dynamic rule"
    }
  ]
}