Akamai · Schema

siem-version

Contains Security Information Event Management (SIEM) version settings.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
id integer Uniquely identifies the SIEM version.
name string The name assigned to the SIEM version.
View JSON Schema on GitHub

JSON Schema

akamai-siem-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/siem-version",
  "title": "siem-version",
  "additionalProperties": false,
  "description": "Contains Security Information Event Management (SIEM) version settings.",
  "properties": {
    "id": {
      "description": "Uniquely identifies the SIEM version.",
      "type": "integer"
    },
    "name": {
      "description": "The name assigned to the SIEM version.",
      "type": "string"
    }
  },
  "required": [
    "id",
    "name"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/siem-version.yaml"
  }
}