Akamai API Security · JSON Structure

Api Security Prefetch Request Put Structure

The PUT Request JSON for Prefetch Requests.

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

prefetch-request-put is a JSON Structure definition published by Akamai API Security, describing 4 properties. 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-put-structure.json",
  "name": "prefetch-request-put",
  "description": "The PUT Request 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"
    }
  },
  "additionalProperties": false
}