Pure Storage · Capability

FlashBlade REST API — Policies - S3 Export

FlashBlade REST API — Policies - S3 Export. 8 operations. Lead operation: Pure Storage GET S3-export-policies. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StoragePolicies - S3 Export

What You Can Do

GET
Get — Pure Storage GET S3-export-policies
/v1/api/2-26/s3-export-policies
POST
Post — Pure Storage POST S3-export-policies
/v1/api/2-26/s3-export-policies
DELETE
Delete — Pure Storage DELETE S3-export-policies
/v1/api/2-26/s3-export-policies
PATCH
Patch — Pure Storage PATCH S3-export-policies
/v1/api/2-26/s3-export-policies
GET
Get — Pure Storage GET S3-export-policies/rules
/v1/api/2-26/s3-export-policies/rules
POST
Post — Pure Storage POST S3-export-policies/rules
/v1/api/2-26/s3-export-policies/rules
DELETE
Delete — Pure Storage DELETE S3-export-policies/rules
/v1/api/2-26/s3-export-policies/rules
PATCH
Patch — Pure Storage PATCH S3-export-policies/rules
/v1/api/2-26/s3-export-policies/rules

MCP Tools

pure-storage-get-s3-export

Pure Storage GET S3-export-policies

read-only idempotent
pure-storage-post-s3-export

Pure Storage POST S3-export-policies

pure-storage-delete-s3-export

Pure Storage DELETE S3-export-policies

idempotent
pure-storage-patch-s3-export

Pure Storage PATCH S3-export-policies

idempotent
pure-storage-get-s3-export-2

Pure Storage GET S3-export-policies/rules

read-only idempotent
pure-storage-post-s3-export-2

Pure Storage POST S3-export-policies/rules

pure-storage-delete-s3-export-2

Pure Storage DELETE S3-export-policies/rules

idempotent
pure-storage-patch-s3-export-2

Pure Storage PATCH S3-export-policies/rules

idempotent

Capability Spec

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