Akamai API Security · Schema
waf-config-versions
Contains details about a security configuration's versions.
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection
Properties
| Name | Type | Description |
|---|---|---|
| configId | integer | Uniquely identifies the security configuration. |
| configName | string | The name you assigned to the security configuration. |
| lastCreatedVersion | integer | The version number of the security configuration that you created most recently. |
| page | integer | The current page number. |
| pageSize | integer | Represents the number of items per page. |
| productionActiveVersion | integer | The version number of the security configuration that is currently active on the production network. |
| productionExpediteRequestId | integer | Uniquely identifies the expedite activation request of the configuration version on the production network. |
| stagingActiveVersion | integer | The version number of the security configuration that is currently active on the staging network. |
| stagingExpediteRequestId | integer | Uniquely identifies the expedite activation request of the configuration version on the staging network. |
| totalSize | integer | The total number of configuration versions. |
| versionList | array | The security configuration's versions. |
JSON Schema
{
"$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-waf-config-versions-schema.json",
"title": "waf-config-versions",
"description": "Contains details about a security configuration's versions.",
"type": "object",
"properties": {
"configId": {
"description": "Uniquely identifies the security configuration.",
"type": "integer"
},
"configName": {
"description": "The name you assigned to the security configuration.",
"type": "string"
},
"lastCreatedVersion": {
"description": "The version number of the security configuration that you created most recently.",
"type": "integer"
},
"page": {
"description": "The current page number.",
"type": "integer"
},
"pageSize": {
"description": "Represents the number of items per page.",
"type": "integer"
},
"productionActiveVersion": {
"description": "The version number of the security configuration that is currently active on the production network.",
"type": "integer"
},
"productionExpediteRequestId": {
"description": "Uniquely identifies the expedite activation request of the configuration version on the production network.",
"type": "integer"
},
"stagingActiveVersion": {
"description": "The version number of the security configuration that is currently active on the staging network.",
"type": "integer"
},
"stagingExpediteRequestId": {
"description": "Uniquely identifies the expedite activation request of the configuration version on the staging network.",
"type": "integer"
},
"totalSize": {
"description": "The total number of configuration versions.",
"type": "integer"
},
"versionList": {
"description": "The security configuration's versions.",
"items": {
"additionalProperties": false,
"properties": {
"basedOn": {
"description": "The version from which you cloned this version.",
"type": "integer"
},
"createDate": {
"description": "The date when you created the configuration version.",
"type": "string"
},
"createdBy": {
"description": "The user who created the configuration version.",
"type": "string"
},
"production": {
"additionalProperties": false,
"description": "Contains details about the version's activation 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 of the configuration version. Either `Pending`, `Active`, `Inactive`, `Deactivated`, or `Failed`.",
"enum": [
"Pending",
"Active",
"Inactive",
"Deactivated",
"Failed"
],
"type": "string"
},
"time": {
"description": "The activation time.",
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
},
"staging": {
"additionalProperties": false,
"description": "Contains details about the version's activation 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 of the configuration version. Either `Pending`, `Active`, `Inactive`, `Deactivated`, or `Failed`.",
"enum": [
"Pending",
"Active",
"Inactive",
"Deactivated",
"Failed"
],
"type": "string"
},
"time": {
"description": "The activation time.",
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
},
"version": {
"description": "The security configuration's version.",
"type": "integer"
},
"versionNotes": {
"description": "The notes you entered for the configuration version.",
"type": "string"
}
},
"required": [
"production",
"staging",
"version"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"configId",
"configName",
"lastCreatedVersion",
"page",
"pageSize",
"totalSize"
],
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/api-security-waf-config-versions"
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.