Pure Storage · Capability

FlashBlade REST API — Audit Log Target for Object Store

FlashBlade REST API — Audit Log Target for Object Store. 4 operations. Lead operation: Pure Storage GET Log-targets/object-store. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageAudit Log Target for Object Store

What You Can Do

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

MCP Tools

pure-storage-get-log-targets

Pure Storage GET Log-targets/object-store

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

Pure Storage POST Log-targets/object-store

pure-storage-delete-log-targets

Pure Storage DELETE Log-targets/object-store

idempotent
pure-storage-patch-log-targets

Pure Storage PATCH Log-targets/object-store

idempotent

Capability Spec

flashblade-rest-audit-log-target-for-object-store.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Audit Log Target for Object Store
  description: 'FlashBlade REST API — Audit Log Target for Object Store. 4 operations. Lead operation: Pure Storage GET Log-targets/object-store.
    Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Audit Log Target for Object Store
  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-object-store
    baseUri: http://[array]
    description: FlashBlade REST API — Audit Log Target for Object Store business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-log-targets-object-store
      path: /api/2.26/log-targets/object-store
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Log-targets/object-store
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Log-targets/object-store
        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-targets/object-store
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Log-targets/object-store
        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-object-store-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Audit Log Target for Object Store. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/2-26/log-targets/object-store
      name: api-2-26-log-targets-object-store
      description: REST surface for api-2.26-log-targets-object-store.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Log-targets/object-store
        call: flashblade-rest-audit-log-target-for-object-store.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Log-targets/object-store
        call: flashblade-rest-audit-log-target-for-object-store.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage DELETE Log-targets/object-store
        call: flashblade-rest-audit-log-target-for-object-store.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Log-targets/object-store
        call: flashblade-rest-audit-log-target-for-object-store.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-audit-log-target-for-object-store-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Audit Log Target for Object Store. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: pure-storage-get-log-targets
      description: Pure Storage GET Log-targets/object-store
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-audit-log-target-for-object-store.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-log-targets
      description: Pure Storage POST Log-targets/object-store
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-audit-log-target-for-object-store.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-log-targets
      description: Pure Storage DELETE Log-targets/object-store
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-audit-log-target-for-object-store.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-log-targets
      description: Pure Storage PATCH Log-targets/object-store
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-audit-log-target-for-object-store.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.