Akamai API Security · JSON Structure

Api Security Bypass Network Lists Put Structure

Contains bypass network lists for the specified configuration version.

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

bypass-network-lists-put is a JSON Structure definition published by Akamai API Security, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

networkLists

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-bypass-network-lists-put-structure.json",
  "name": "bypass-network-lists-put",
  "description": "Contains bypass network lists for the specified configuration version.",
  "type": "object",
  "properties": {
    "networkLists": {
      "description": "Contains a list of network list IDs.",
      "items": {
        "description": "List of network lists. The values are the network lists' IDs.",
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "networkLists"
  ],
  "additionalProperties": false
}