Akamai API Security · Capability

Akamai: Application Security API — SIEM settings

Akamai: Application Security API — SIEM settings. 3 operations. Lead operation: Akamai API Security Get SIEM Settings. Self-contained Naftiko capability covering one Akamai Api Security business surface.

Run with Naftiko Akamai Api SecuritySIEM settings

What You Can Do

GET
Getsiem — Akamai API Security Get SIEM Settings
/v1/configs/{configid}/versions/{versionnumber}/siem
PUT
Putsiem — Akamai API Security Modify SIEM Settings
/v1/configs/{configid}/versions/{versionnumber}/siem
GET
Getsiemdefinitions — Akamai API Security Get SIEM Versions
/v1/siem-definitions

MCP Tools

akamai-api-security-get-siem

Akamai API Security Get SIEM Settings

read-only idempotent
akamai-api-security-modify-siem

Akamai API Security Modify SIEM Settings

idempotent
akamai-api-security-get-siem-2

Akamai API Security Get SIEM Versions

read-only idempotent

Capability Spec

akamai-api-security-siem-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — SIEM settings'
  description: 'Akamai: Application Security API — SIEM settings. 3 operations. Lead operation: Akamai API Security Get SIEM
    Settings. Self-contained Naftiko capability covering one Akamai Api Security business surface.'
  tags:
  - Akamai Api Security
  - SIEM settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_SECURITY_API_KEY: AKAMAI_API_SECURITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: akamai-api-security-siem-settings
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — SIEM settings business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-siem
      path: /configs/{configId}/versions/{versionNumber}/siem
      operations:
      - name: getsiem
        method: GET
        description: Akamai API Security Get SIEM Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
      - name: putsiem
        method: PUT
        description: Akamai API Security Modify SIEM Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: siem-definitions
      path: /siem-definitions
      operations:
      - name: getsiemdefinitions
        method: GET
        description: Akamai API Security Get SIEM Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
  exposes:
  - type: rest
    namespace: akamai-api-security-siem-settings-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — SIEM settings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/configs/{configid}/versions/{versionnumber}/siem
      name: configs-configid-versions-versionnumber-siem
      description: REST surface for configs-configId-versions-versionNumber-siem.
      operations:
      - method: GET
        name: getsiem
        description: Akamai API Security Get SIEM Settings
        call: akamai-api-security-siem-settings.getsiem
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putsiem
        description: Akamai API Security Modify SIEM Settings
        call: akamai-api-security-siem-settings.putsiem
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/siem-definitions
      name: siem-definitions
      description: REST surface for siem-definitions.
      operations:
      - method: GET
        name: getsiemdefinitions
        description: Akamai API Security Get SIEM Versions
        call: akamai-api-security-siem-settings.getsiemdefinitions
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-siem-settings-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — SIEM settings. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-get-siem
      description: Akamai API Security Get SIEM Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-siem-settings.getsiem
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-modify-siem
      description: Akamai API Security Modify SIEM Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: akamai-api-security-siem-settings.putsiem
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-get-siem-2
      description: Akamai API Security Get SIEM Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-siem-settings.getsiemdefinitions
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.