Akamai API Security · JSON Structure

Api Security Prefetch Request Get 200 Structure

The GET Response JSON for Prefetch Requests.

Type: object Properties: 4 Required: 3
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

prefetch-request-get-200 is a JSON Structure definition published by Akamai API Security, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

allExtensions enableAppLayer enableRateControls extensions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-structure/api-security-prefetch-request-get-200-structure.json",
  "name": "prefetch-request-get-200",
  "description": "The GET Response JSON for Prefetch Requests.",
  "type": "object",
  "properties": {
    "allExtensions": {
      "description": "Whether to enable prefetch requests for all extensions.",
      "type": "boolean"
    },
    "enableAppLayer": {
      "description": "Whether to enable Prefetch Requests.",
      "type": "boolean"
    },
    "enableRateControls": {
      "description": "Whether to enable Prefetch Requests for rate controls.",
      "type": "boolean"
    },
    "extensions": {
      "description": "List of extensions.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "allExtensions",
    "enableAppLayer",
    "enableRateControls"
  ],
  "additionalProperties": false
}