Akamai API Security · Capability

Akamai: Application Security API — HTTP header logs

Akamai: Application Security API — HTTP header logs. 4 operations. Lead operation: Akamai API Security Get the HTTP Header Log Settings for a Configuration. Self-contained Naftiko capability covering one Akamai Api Security business surface.

Run with Naftiko Akamai Api SecurityHTTP header logs

What You Can Do

GET
Getadvancedsettingslogging — Akamai API Security Get the HTTP Header Log Settings for a Configuration
/v1/configs/{configid}/versions/{versionnumber}/advanced-settings/logging
PUT
Putadvancedsettingslogging — Akamai API Security Modify HTTP Header Log Settings for a Configuration
/v1/configs/{configid}/versions/{versionnumber}/advanced-settings/logging
GET
Getpolicieslogging — Akamai API Security Get HTTP Header Log Settings
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/advanced-settings/logging
PUT
Putpolicieslogging — Akamai API Security Modify HTTP Header Log Settings
/v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/advanced-settings/logging

MCP Tools

akamai-api-security-get-http

Akamai API Security Get the HTTP Header Log Settings for a Configuration

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

Akamai API Security Modify HTTP Header Log Settings for a Configuration

idempotent
akamai-api-security-get-http-2

Akamai API Security Get HTTP Header Log Settings

read-only idempotent
akamai-api-security-modify-http-2

Akamai API Security Modify HTTP Header Log Settings

idempotent

Capability Spec

akamai-api-security-http-header-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — HTTP header logs'
  description: 'Akamai: Application Security API — HTTP header logs. 4 operations. Lead operation: Akamai API Security Get
    the HTTP Header Log Settings for a Configuration. Self-contained Naftiko capability covering one Akamai Api Security business
    surface.'
  tags:
  - Akamai Api Security
  - HTTP header logs
  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-http-header-logs
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — HTTP header logs business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-advanced-settings-logging
      path: /configs/{configId}/versions/{versionNumber}/advanced-settings/logging
      operations:
      - name: getadvancedsettingslogging
        method: GET
        description: Akamai API Security Get the HTTP Header Log Settings for a Configuration
        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: putadvancedsettingslogging
        method: PUT
        description: Akamai API Security Modify HTTP Header Log Settings for a Configuration
        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: configs-configId-versions-versionNumber-security-policies-policyId-advanced-sett
      path: /configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/advanced-settings/logging
      operations:
      - name: getpolicieslogging
        method: GET
        description: Akamai API Security Get HTTP Header Log 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: putpolicieslogging
        method: PUT
        description: Akamai API Security Modify HTTP Header Log 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
  exposes:
  - type: rest
    namespace: akamai-api-security-http-header-logs-rest
    port: 8080
    description: 'REST adapter for Akamai: Application Security API — HTTP header logs. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/configs/{configid}/versions/{versionnumber}/advanced-settings/logging
      name: configs-configid-versions-versionnumber-advanced-settings-logging
      description: REST surface for configs-configId-versions-versionNumber-advanced-settings-logging.
      operations:
      - method: GET
        name: getadvancedsettingslogging
        description: Akamai API Security Get the HTTP Header Log Settings for a Configuration
        call: akamai-api-security-http-header-logs.getadvancedsettingslogging
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putadvancedsettingslogging
        description: Akamai API Security Modify HTTP Header Log Settings for a Configuration
        call: akamai-api-security-http-header-logs.putadvancedsettingslogging
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/configs/{configid}/versions/{versionnumber}/security-policies/{policyid}/advanced-settings/logging
      name: configs-configid-versions-versionnumber-security-policies-policyid-advanced-sett
      description: REST surface for configs-configId-versions-versionNumber-security-policies-policyId-advanced-sett.
      operations:
      - method: GET
        name: getpolicieslogging
        description: Akamai API Security Get HTTP Header Log Settings
        call: akamai-api-security-http-header-logs.getpolicieslogging
        with:
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putpolicieslogging
        description: Akamai API Security Modify HTTP Header Log Settings
        call: akamai-api-security-http-header-logs.putpolicieslogging
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: akamai-api-security-http-header-logs-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Application Security API — HTTP header logs. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: akamai-api-security-get-http
      description: Akamai API Security Get the HTTP Header Log Settings for a Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-http-header-logs.getadvancedsettingslogging
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-modify-http
      description: Akamai API Security Modify HTTP Header Log Settings for a Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: akamai-api-security-http-header-logs.putadvancedsettingslogging
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-get-http-2
      description: Akamai API Security Get HTTP Header Log Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: akamai-api-security-http-header-logs.getpolicieslogging
      with:
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-api-security-modify-http-2
      description: Akamai API Security Modify HTTP Header Log Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: akamai-api-security-http-header-logs.putpolicieslogging
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.