Akamai API Security · JSON Structure

Api Security Client Reputation Condition Structure

Collects data needed for condition matches on Client Reputation.

Type: object Properties: 5 Required: 4
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

client-reputation-condition is a JSON Structure definition published by Akamai API Security, describing 5 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

className name positiveMatch sharedIpHandling value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-client-reputation-condition-structure.json",
  "name": "client-reputation-condition",
  "description": "Collects data needed for condition matches on Client Reputation.",
  "type": "object",
  "properties": {
    "className": {
      "description": "The type of condition. In this case, `ClientReputationCondition`.",
      "enum": [
        "ClientReputationCondition"
      ],
      "type": "string"
    },
    "name": {
      "description": "Identifies the reputation category. Web scrapers (`WEBSCRP`) crawl sites and collect data like hotel rates, product prices, store locations, and more. DoS attackers (`DOSATCK`) are web clients or botnets that use automated tools to launch volumetric Denial of Service (DoS) attacks. Web attackers (`WEBATCK`) target websites and web apps with techniques like SQL injection, remote file inclusion, or cross-site scripting. Scanning tools (`SCANTL`) probe web apps for vulnerabilities during an attack's reconnaissance phase.",
      "items": {
        "enum": [
          "WEBSCRP",
          "DOSATCK",
          "WEBATCK",
          "SCANTL"
        ],
        "type": "string"
      },
      "minItems": 1,
      "type": "array",
      "uniqueItems": true
    },
    "positiveMatch": {
      "description": "Whether the condition triggers on a match or lack of match.",
      "type": "boolean"
    },
    "sharedIpHandling": {
      "description": "Identifies the IP sharing. Either `NON_SHARED`, `SHARED_ONLY`, `BOTH`.",
      "enum": [
        "NON_SHARED",
        "SHARED_ONLY",
        "BOTH"
      ],
      "type": "string"
    },
    "value": {
      "description": "Threshold value that causes the trigger.",
      "maximum": 10,
      "minimum": 1,
      "type": "double"
    }
  },
  "required": [
    "className",
    "name",
    "value",
    "sharedIpHandling"
  ],
  "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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/api-security-client-reputation-condition-structure"
All json 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 email required.

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