Api Security Host Info In Config Structure
Contains the list of hostnames available for protection and its details.
host-info-in-config is a JSON Structure definition published by Akamai API Security, describing 6 properties, of which 3 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-host-info-in-config-structure.json",
"name": "host-info-in-config",
"description": "Contains the list of hostnames available for protection and its details.",
"type": "object",
"properties": {
"availableSet": {
"description": "The available hosts set for the current user.",
"items": {
"additionalProperties": false,
"description": "Contains details about the hostname and its status.",
"properties": {
"activeInProduction": {
"description": "Whether the hostname is active in the production network.",
"type": "boolean"
},
"activeInStaging": {
"description": "Whether the hostname is active in the staging network.",
"type": "boolean"
},
"arlInclusion": {
"description": "Whether the hostname is Akamai Resource Locator (ARL) included.",
"type": "boolean"
},
"configIdInProduction": {
"description": "Uniquely identifies the configuration that protects the hostname.",
"nullable": true,
"type": "int32"
},
"configNameInProduction": {
"description": "The name of the configuration that protects the hostname.",
"nullable": true,
"type": "string"
},
"hostname": {
"description": "The hostname.",
"type": "string"
}
},
"required": [
"hostname"
],
"type": "object",
"x-akamai": {
"file-path": "schemas/hostname-object.yaml"
}
},
"type": "array"
},
"configId": {
"description": "Uniquely identifies the security configuration.",
"type": "int32"
},
"configVersion": {
"description": "The security configuration version.",
"type": "int32"
},
"errorSet": {
"description": "The requested hosts aren't available in this configuration version.",
"items": {
"additionalProperties": false,
"properties": {
"hostname": {
"description": "The hostname that triggers an error.",
"type": "string"
},
"reason": {
"description": "The reason why the hosts aren't protectable in this configuration version.",
"type": "string"
},
"reasonCode": {
"description": "The error status code for the hostname.",
"type": "int32"
}
},
"required": [
"reason",
"reasonCode",
"hostname"
],
"type": "object"
},
"type": "array"
},
"protectARLInclusionHost": {
"description": "Whether the host defined in the ARL file has legacy WAF enabled in the configuration.",
"type": "boolean"
},
"selectedSet": {
"description": "The selected set of hostnames in this configuration version.",
"items": {
"additionalProperties": false,
"description": "Contains details about the hostname and its status.",
"properties": {
"activeInProduction": {
"description": "Whether the hostname is active in the production network.",
"type": "boolean"
},
"activeInStaging": {
"description": "Whether the hostname is active in the staging network.",
"type": "boolean"
},
"arlInclusion": {
"description": "Whether the hostname is Akamai Resource Locator (ARL) included.",
"type": "boolean"
},
"configIdInProduction": {
"description": "Uniquely identifies the configuration that protects the hostname.",
"nullable": true,
"type": "int32"
},
"configNameInProduction": {
"description": "The name of the configuration that protects the hostname.",
"nullable": true,
"type": "string"
},
"hostname": {
"description": "The hostname.",
"type": "string"
}
},
"required": [
"hostname"
],
"type": "object",
"x-akamai": {
"file-path": "schemas/hostname-object.yaml"
}
},
"type": "array"
}
},
"required": [
"configId",
"configVersion",
"protectARLInclusionHost"
],
"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-host-info-in-config-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.