Api Security Waf Config Version Structure
Contains configuration version details.
waf-config-version is a JSON Structure definition published by Akamai API Security, describing 9 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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-waf-config-version-structure.json",
"name": "waf-config-version",
"description": "Contains configuration version details.",
"type": "object",
"properties": {
"basedOn": {
"description": "__Read-only__ The version from which you cloned this version.",
"readOnly": true,
"type": "int32"
},
"configId": {
"description": "__Read-only__ Uniquely identifies the security configuration.",
"readOnly": true,
"type": "int32"
},
"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": "int32"
},
"versionNotes": {
"description": "The notes you entered for the configuration version.",
"type": "string"
}
},
"required": [
"configId",
"configName",
"version",
"staging",
"production"
],
"additionalProperties": false
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/api-security-waf-config-version-structure"
curl "https://apis.io/api/v1/json-structures?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.