Pure Storage · Capability

FlashBlade REST API — Policies - Data Eviction

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

Run with Naftiko Pure StoragePolicies - Data Eviction

What You Can Do

GET
Get — Pure Storage GET Data-eviction-policies
/v1/api/2-26/data-eviction-policies
POST
Post — Pure Storage POST Data-eviction-policies
/v1/api/2-26/data-eviction-policies
DELETE
Delete — Pure Storage DELETE Data-eviction-policies
/v1/api/2-26/data-eviction-policies
PATCH
Patch — Pure Storage PATCH Data-eviction-policies
/v1/api/2-26/data-eviction-policies
GET
Get — Pure Storage GET Data-eviction-policies/file-systems
/v1/api/2-26/data-eviction-policies/file-systems
POST
Post — Pure Storage POST Data-eviction-policies/file-systems
/v1/api/2-26/data-eviction-policies/file-systems
DELETE
Delete — Pure Storage DELETE Data-eviction-policies/file-systems
/v1/api/2-26/data-eviction-policies/file-systems
GET
Get — Pure Storage GET Data-eviction-policies/members
/v1/api/2-26/data-eviction-policies/members

MCP Tools

pure-storage-get-data-eviction

Pure Storage GET Data-eviction-policies

read-only idempotent
pure-storage-post-data-eviction

Pure Storage POST Data-eviction-policies

pure-storage-delete-data-eviction

Pure Storage DELETE Data-eviction-policies

idempotent
pure-storage-patch-data-eviction

Pure Storage PATCH Data-eviction-policies

idempotent
pure-storage-get-data-eviction-2

Pure Storage GET Data-eviction-policies/file-systems

read-only idempotent
pure-storage-post-data-eviction-2

Pure Storage POST Data-eviction-policies/file-systems

pure-storage-delete-data-eviction-2

Pure Storage DELETE Data-eviction-policies/file-systems

idempotent
pure-storage-get-data-eviction-3

Pure Storage GET Data-eviction-policies/members

read-only idempotent

Capability Spec

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