Akamai · Schema

config-custom-rules-usage-request

Collects data for custom rule usage analysis.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
ruleIds array A list of the custom rule IDs.
View JSON Schema on GitHub

JSON Schema

akamai-config-custom-rules-usage-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/config-custom-rules-usage-request",
  "title": "config-custom-rules-usage-request",
  "additionalProperties": false,
  "description": "Collects data for custom rule usage analysis.",
  "properties": {
    "ruleIds": {
      "description": "A list of the custom rule IDs.",
      "items": {
        "type": "integer"
      },
      "minItems": 1,
      "nullable": false,
      "type": "array",
      "uniqueItems": true
    }
  },
  "required": [
    "ruleIds"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/config-custom-rules-usage-request.yaml"
  }
}