Pure Storage · Capability

FlashBlade REST API — Audit Log Target for File Systems

FlashBlade REST API — Audit Log Target for File Systems. 4 operations. Lead operation: Pure Storage GET Log-target-file-systems. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageAudit Log Target for File Systems

What You Can Do

GET
Get — Pure Storage GET Log-target-file-systems
/v1/api/2-26/log-targets/file-systems
POST
Post — Pure Storage POST Log-target-file-systems
/v1/api/2-26/log-targets/file-systems
DELETE
Delete — Pure Storage DELETE Log-target-file-systems
/v1/api/2-26/log-targets/file-systems
PATCH
Patch — Pure Storage PATCH Log-target-file-systems
/v1/api/2-26/log-targets/file-systems

MCP Tools

pure-storage-get-log-target

Pure Storage GET Log-target-file-systems

read-only idempotent
pure-storage-post-log-target

Pure Storage POST Log-target-file-systems

pure-storage-delete-log-target

Pure Storage DELETE Log-target-file-systems

idempotent
pure-storage-patch-log-target

Pure Storage PATCH Log-target-file-systems

idempotent

Capability Spec

flashblade-rest-audit-log-target-for-file-systems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Audit Log Target for File Systems
  description: 'FlashBlade REST API — Audit Log Target for File Systems. 4 operations. Lead operation: Pure Storage GET Log-target-file-systems.
    Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Audit Log Target for File Systems
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PURE_STORAGE_API_KEY: PURE_STORAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: flashblade-rest-audit-log-target-for-file-systems
    baseUri: http://[array]
    description: FlashBlade REST API — Audit Log Target for File Systems business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-log-targets-file-systems
      path: /api/2.26/log-targets/file-systems
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Log-target-file-systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Log-target-file-systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: delete
        method: DELETE
        description: Pure Storage DELETE Log-target-file-systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Log-target-file-systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-auth-token
      value: '{{env.PURE_STORAGE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: flashblade-rest-audit-log-target-for-file-systems-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Audit Log Target for File Systems. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/2-26/log-targets/file-systems
      name: api-2-26-log-targets-file-systems
      description: REST surface for api-2.26-log-targets-file-systems.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Log-target-file-systems
        call: flashblade-rest-audit-log-target-for-file-systems.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Log-target-file-systems
        call: flashblade-rest-audit-log-target-for-file-systems.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage DELETE Log-target-file-systems
        call: flashblade-rest-audit-log-target-for-file-systems.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Log-target-file-systems
        call: flashblade-rest-audit-log-target-for-file-systems.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-audit-log-target-for-file-systems-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Audit Log Target for File Systems. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: pure-storage-get-log-target
      description: Pure Storage GET Log-target-file-systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-audit-log-target-for-file-systems.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-log-target
      description: Pure Storage POST Log-target-file-systems
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-audit-log-target-for-file-systems.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-log-target
      description: Pure Storage DELETE Log-target-file-systems
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-audit-log-target-for-file-systems.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-log-target
      description: Pure Storage PATCH Log-target-file-systems
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-audit-log-target-for-file-systems.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.