Akamai · Schema

waf-config-version

Contains configuration version details.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
basedOn integer __Read-only__ The version from which you cloned this version.
configId integer __Read-only__ Uniquely identifies the security configuration.
configName string The security configuration name.
createDate string __Read-only__ The date when you created the configuration version.
createdBy string __Read-only__ The user who created the configuration version.
production object __Read-only__ The activation status of the configuration version in the production network.
staging object __Read-only__ The activation status of the configuration version in the staging network.
version integer __Read-only__ The security configuration version.
versionNotes string The notes you entered for the configuration version.
View JSON Schema on GitHub

JSON Schema

akamai-waf-config-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waf-config-version",
  "title": "waf-config-version",
  "additionalProperties": false,
  "description": "Contains configuration version details.",
  "properties": {
    "basedOn": {
      "description": "__Read-only__ The version from which you cloned this version.",
      "readOnly": true,
      "type": "integer"
    },
    "configId": {
      "description": "__Read-only__ Uniquely identifies the security configuration.",
      "readOnly": true,
      "type": "integer"
    },
    "configName": {
      "description": "The security configuration name.",
      "type": "string"
    },
    "createDate": {
      "description": "__Read-only__ The date when you created the configuration version.",
      "readOnly": true,
      "type": "string"
    },
    "createdBy": {
      "description": "__Read-only__ The user who created the configuration version.",
      "readOnly": true,
      "type": "string"
    },
    "production": {
      "additionalProperties": false,
      "description": "__Read-only__ The activation status of the configuration version in the production network.",
      "properties": {
        "action": {
          "description": "The action taken on the configuration version. Either `ACTIVATE` or `DEACTIVATE`.",
          "enum": [
            "ACTIVATE",
            "DEACTIVATE"
          ],
          "type": "string"
        },
        "status": {
          "description": "The activation status, either `Pending`, `Active`, `Inactive`, `Deactivated`, or `Failed`.",
          "enum": [
            "Pending",
            "Active",
            "Inactive",
            "Deactivated",
            "Failed"
          ],
          "type": "string"
        },
        "time": {
          "description": "The activation time.",
          "type": "string"
        }
      },
      "readOnly": true,
      "required": [
        "status"
      ],
      "type": "object"
    },
    "staging": {
      "additionalProperties": false,
      "description": "__Read-only__ The activation status of the configuration version in the staging network.",
      "properties": {
        "action": {
          "description": "The action taken on the configuration version. Either `ACTIVATE` or `DEACTIVATE`.",
          "enum": [
            "ACTIVATE",
            "DEACTIVATE"
          ],
          "type": "string"
        },
        "status": {
          "description": "The activation status, either `Pending`, `Active`, `Inactive`, `Deactivated`, or `Failed`.",
          "enum": [
            "Pending",
            "Active",
            "Inactive",
            "Deactivated",
            "Failed"
          ],
          "type": "string"
        },
        "time": {
          "description": "The ISO 8601 time stamp indicating the activation time.",
          "type": "string"
        }
      },
      "readOnly": true,
      "required": [
        "status"
      ],
      "type": "object"
    },
    "version": {
      "description": "__Read-only__ The security configuration version.",
      "readOnly": true,
      "type": "integer"
    },
    "versionNotes": {
      "description": "The notes you entered for the configuration version.",
      "type": "string"
    }
  },
  "required": [
    "configId",
    "configName",
    "version",
    "staging",
    "production"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/waf-config-version.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/akamai-waf-config-version"
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 email required.

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