Akamai · Schema

custom-denies

Contains details about custom deny actions.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
customDenyList array A list of custom deny actions in this configuration version.
View JSON Schema on GitHub

JSON Schema

appsec-custom-denies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/appsec-custom-denies-schema.json",
  "title": "custom-denies",
  "additionalProperties": false,
  "description": "Contains details about custom deny actions.",
  "properties": {
    "customDenyList": {
      "description": "A list of custom deny actions in this configuration version.",
      "items": {
        "additionalProperties": false,
        "description": "Contains details about a custom deny action.",
        "properties": {
          "description": {
            "description": "Describes the custom deny action.",
            "type": "string"
          },
          "id": {
            "description": "__Read-only__ Uniquely identifies the custom deny action.",
            "readOnly": true,
            "type": "string"
          },
          "name": {
            "description": "The name you assigned to the custom deny action.",
            "type": "string"
          },
          "parameters": {
            "description": "Describes the custom deny parameters.",
            "items": {
              "additionalProperties": false,
              "description": "Contains a list of parameters for the custom deny action. These parameters are not the same type of parameters you usually include in the path of a request.",
              "properties": {
                "displayName": {
                  "description": "The description of the custom deny parameter.",
                  "type": "string"
                },
                "name": {
                  "description": "The custom deny parameter you choose instead of the Akamai default response. For available values, see [Deny name values](https://techdocs.akamai.com/application-security/reference/deny-name-values).",
                  "enum": [
                    "response_status_code",
                    "prevent_browser_cache",
                    "response_content_type",
                    "response_body_content",
                    "response_header_name",
                    "response_header_value",
                    "custom_deny_hostname",
                    "custom_deny_path",
                    "include_true_ip",
                    "include_reference_id"
                  ],
                  "type": "string"
                },
                "value": {
                  "description": "The value you assign to the custom deny parameter. For available values, see [Deny name values](https://techdocs.akamai.com/application-security/reference/deny-name-values).",
                  "type": "string"
                }
              },
              "required": [
                "name",
                "value"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "name",
          "parameters"
        ],
        "type": "object",
        "x-akamai": {
          "file-path": "schemas/custom-deny.yaml"
        }
      },
      "type": "array"
    }
  },
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/custom-denies.yaml"
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/appsec-custom-denies"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.