Pure Storage · Capability

FlashArray REST API — Volume Groups

FlashArray REST API — Volume Groups. 11 operations. Lead operation: Pure Storage List Volume Groups. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageVolume Groups

What You Can Do

GET
Get — Pure Storage List Volume Groups
/v1/api/2-52/volume-groups
POST
Post — Pure Storage Create a Volume Group and Upsert Tags.
/v1/api/2-52/volume-groups
DELETE
Delete — Pure Storage Delete a Volume Group
/v1/api/2-52/volume-groups
PATCH
Patch — Pure Storage Modify a Volume Group
/v1/api/2-52/volume-groups
GET
Get — Pure Storage List Volume Group Performance Data
/v1/api/2-52/volume-groups/performance
GET
Get — Pure Storage List Volume Group QoS Config
/v1/api/2-52/volume-groups/qos
GET
Get — Pure Storage List Volume Group Space Information
/v1/api/2-52/volume-groups/space
GET
Get — Pure Storage List Tags
/v1/api/2-52/volume-groups/tags
DELETE
Delete — Pure Storage Delete Tags
/v1/api/2-52/volume-groups/tags
PUT
Put — Pure Storage Update Tags
/v1/api/2-52/volume-groups/tags/batch
GET
Get — Pure Storage List Volume Groups with Volumes
/v1/api/2-52/volume-groups/volumes

MCP Tools

pure-storage-list-volume-groups

Pure Storage List Volume Groups

read-only idempotent
pure-storage-create-volume-group

Pure Storage Create a Volume Group and Upsert Tags.

pure-storage-delete-volume-group

Pure Storage Delete a Volume Group

idempotent
pure-storage-modify-volume-group

Pure Storage Modify a Volume Group

idempotent
pure-storage-list-volume-group

Pure Storage List Volume Group Performance Data

read-only idempotent
pure-storage-list-volume-group-2

Pure Storage List Volume Group QoS Config

read-only idempotent
pure-storage-list-volume-group-3

Pure Storage List Volume Group Space Information

read-only idempotent
pure-storage-list-tags

Pure Storage List Tags

read-only idempotent
pure-storage-delete-tags

Pure Storage Delete Tags

idempotent
pure-storage-update-tags

Pure Storage Update Tags

idempotent
pure-storage-list-volume-groups-2

Pure Storage List Volume Groups with Volumes

read-only idempotent

Capability Spec

flasharray-rest-volume-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Volume Groups
  description: 'FlashArray REST API — Volume Groups. 11 operations. Lead operation: Pure Storage List Volume Groups. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Volume Groups
  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: flasharray-rest-volume-groups
    baseUri: ''
    description: FlashArray REST API — Volume Groups business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-volume-groups
      path: /api/2.52/volume-groups
      operations:
      - name: get
        method: GET
        description: Pure Storage List Volume Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create a Volume Group and Upsert Tags.
        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 a Volume Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify a Volume Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.52-volume-groups-performance
      path: /api/2.52/volume-groups/performance
      operations:
      - name: get
        method: GET
        description: Pure Storage List Volume Group Performance Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-volume-groups-qos
      path: /api/2.52/volume-groups/qos
      operations:
      - name: get
        method: GET
        description: Pure Storage List Volume Group QoS Config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-volume-groups-space
      path: /api/2.52/volume-groups/space
      operations:
      - name: get
        method: GET
        description: Pure Storage List Volume Group Space Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-volume-groups-tags
      path: /api/2.52/volume-groups/tags
      operations:
      - name: get
        method: GET
        description: Pure Storage List Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-volume-groups-tags-batch
      path: /api/2.52/volume-groups/tags/batch
      operations:
      - name: put
        method: PUT
        description: Pure Storage Update Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.52-volume-groups-volumes
      path: /api/2.52/volume-groups/volumes
      operations:
      - name: get
        method: GET
        description: Pure Storage List Volume Groups with Volumes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: flasharray-rest-volume-groups-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Volume Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-52/volume-groups
      name: api-2-52-volume-groups
      description: REST surface for api-2.52-volume-groups.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Volume Groups
        call: flasharray-rest-volume-groups.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create a Volume Group and Upsert Tags.
        call: flasharray-rest-volume-groups.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete a Volume Group
        call: flasharray-rest-volume-groups.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify a Volume Group
        call: flasharray-rest-volume-groups.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/volume-groups/performance
      name: api-2-52-volume-groups-performance
      description: REST surface for api-2.52-volume-groups-performance.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Volume Group Performance Data
        call: flasharray-rest-volume-groups.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/volume-groups/qos
      name: api-2-52-volume-groups-qos
      description: REST surface for api-2.52-volume-groups-qos.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Volume Group QoS Config
        call: flasharray-rest-volume-groups.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/volume-groups/space
      name: api-2-52-volume-groups-space
      description: REST surface for api-2.52-volume-groups-space.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Volume Group Space Information
        call: flasharray-rest-volume-groups.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/volume-groups/tags
      name: api-2-52-volume-groups-tags
      description: REST surface for api-2.52-volume-groups-tags.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Tags
        call: flasharray-rest-volume-groups.get
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete Tags
        call: flasharray-rest-volume-groups.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/volume-groups/tags/batch
      name: api-2-52-volume-groups-tags-batch
      description: REST surface for api-2.52-volume-groups-tags-batch.
      operations:
      - method: PUT
        name: put
        description: Pure Storage Update Tags
        call: flasharray-rest-volume-groups.put
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/volume-groups/volumes
      name: api-2-52-volume-groups-volumes
      description: REST surface for api-2.52-volume-groups-volumes.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Volume Groups with Volumes
        call: flasharray-rest-volume-groups.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-volume-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Volume Groups. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-list-volume-groups
      description: Pure Storage List Volume Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-volume-group
      description: Pure Storage Create a Volume Group and Upsert Tags.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-volume-groups.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-volume-group
      description: Pure Storage Delete a Volume Group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-volume-groups.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-volume-group
      description: Pure Storage Modify a Volume Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-volume-group
      description: Pure Storage List Volume Group Performance Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-volume-group-2
      description: Pure Storage List Volume Group QoS Config
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-volume-group-3
      description: Pure Storage List Volume Group Space Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-tags
      description: Pure Storage List Tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-tags
      description: Pure Storage Delete Tags
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-volume-groups.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-update-tags
      description: Pure Storage Update Tags
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.put
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-volume-groups-2
      description: Pure Storage List Volume Groups with Volumes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-volume-groups.get
      outputParameters:
      - type: object
        mapping: $.