custom-deny

Contains details about a custom deny action.

API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

Properties

Name Type Description
description string Describes the custom deny action.
id string __Read-only__ Uniquely identifies the custom deny action.
name string The name you assigned to the custom deny action.
parameters array Describes the custom deny parameters.
View JSON Schema on GitHub

JSON Schema

api-security-custom-deny-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-schema/api-security-custom-deny-schema.json",
  "title": "custom-deny",
  "description": "Contains details about a custom deny action.",
  "type": "object",
  "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"
  ],
  "additionalProperties": false
}

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/api-security-custom-deny"
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.