Pure Storage · Capability

FlashBlade REST API — Policies - NFS

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

Run with Naftiko Pure StoragePolicies - NFS

What You Can Do

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

MCP Tools

pure-storage-get-nfs-export

Pure Storage GET Nfs-export-policies

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

Pure Storage POST Nfs-export-policies

pure-storage-delete-nfs-export

Pure Storage DELETE Nfs-export-policies

idempotent
pure-storage-patch-nfs-export

Pure Storage PATCH Nfs-export-policies

idempotent
pure-storage-get-nfs-export-2

Pure Storage GET Nfs-export-policies/rules

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

Pure Storage POST Nfs-export-policies/rules

pure-storage-delete-nfs-export-2

Pure Storage DELETE Nfs-export-policies/rules

idempotent
pure-storage-patch-nfs-export-2

Pure Storage PATCH Nfs-export-policies/rules

idempotent

Capability Spec

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