Akamai · Schema

configs-get

Specifies the details of a security config.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
configurations array A list of security configurations.
View JSON Schema on GitHub

JSON Schema

appsec-configs-get-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/appsec-configs-get-schema.json",
  "title": "configs-get",
  "additionalProperties": false,
  "description": "Specifies the details of a security config.",
  "properties": {
    "configurations": {
      "description": "A list of security configurations.",
      "items": {
        "additionalProperties": false,
        "description": "Contains details about a security configuration.",
        "properties": {
          "description": {
            "description": "__Read-only__ Describes the security configuration.",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "__Read-only__ Uniquely identifies the security configuration.",
            "readOnly": true,
            "type": "integer"
          },
          "latestVersion": {
            "description": "__Read-only__ The latest version of the security configuration.",
            "readOnly": true,
            "type": "integer"
          },
          "name": {
            "description": "__Read-only__ The security configuration name.",
            "readOnly": true,
            "type": "string"
          },
          "productionHostnames": {
            "description": "__Read-only__ The list of hostnames protected by this security configuration in the production network.",
            "items": {
              "type": "string"
            },
            "readOnly": true,
            "type": "array"
          },
          "productionVersion": {
            "description": "__Read-only__ The latest security configuration version active in the production network.",
            "readOnly": true,
            "type": "integer"
          },
          "stagingVersion": {
            "description": "__Read-only__ The latest security configuration version active in the staging network.",
            "readOnly": true,
            "type": "integer"
          }
        },
        "required": [
          "id",
          "latestVersion",
          "name"
        ],
        "type": "object",
        "x-akamai": {
          "file-path": "schemas/config-get.yaml"
        }
      },
      "type": "array"
    }
  },
  "required": [
    "configurations"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/configs-get.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-configs-get"
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.