Akamai API Security · Schema
logging-option
Condition to be logged.
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier for each logging option. See [Logging option values](https://techdocs.akamai.com/application-security/reference/logging-option-values). |
| name | string | A description of the logging option type. |
| value | string | The value on which to match when determining whether to log the custom rule condition. |
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-logging-option-schema.json",
"title": "logging-option",
"description": "Condition to be logged.",
"type": "object",
"properties": {
"id": {
"description": "The unique identifier for each logging option. See [Logging option values](https://techdocs.akamai.com/application-security/reference/logging-option-values).",
"enum": [
"CLIENT_TLS_FINGERPRINT_MATCH",
"HEADER_ORDER_MATCH",
"REQUEST_HEADER_MATCH",
"COOKIE_MATCH",
"URI_QUERY_MATCH",
"ARGS_POST_MATCH"
],
"type": "string"
},
"name": {
"description": "A description of the logging option type.",
"type": "string"
},
"value": {
"description": "The value on which to match when determining whether to log the custom rule condition.",
"type": "string"
}
},
"required": [
"id"
],
"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-logging-option"
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.