Pure Storage · Capability

FlashBlade REST API — File System Junctions

FlashBlade REST API — File System Junctions. 3 operations. Lead operation: Pure Storage GET File-system-junctions. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageFile System Junctions

What You Can Do

GET
Get — Pure Storage GET File-system-junctions
/v1/api/2-26/file-system-junctions
POST
Post — Pure Storage POST File-system-junctions
/v1/api/2-26/file-system-junctions
DELETE
Delete — Pure Storage DELETE File-system-junctions
/v1/api/2-26/file-system-junctions

MCP Tools

pure-storage-get-file-system

Pure Storage GET File-system-junctions

read-only idempotent
pure-storage-post-file-system

Pure Storage POST File-system-junctions

pure-storage-delete-file-system

Pure Storage DELETE File-system-junctions

idempotent

Capability Spec

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