Pure Storage · Capability

FlashBlade REST API — Quotas

FlashBlade REST API — Quotas. 10 operations. Lead operation: Pure Storage GET Quotas/groups. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageQuotas

What You Can Do

GET
Get — Pure Storage GET Quotas/groups
/v1/api/2-26/quotas/groups
POST
Post — Pure Storage POST Quotas/groups
/v1/api/2-26/quotas/groups
DELETE
Delete — Pure Storage DELETE Quotas/groups
/v1/api/2-26/quotas/groups
PATCH
Patch — Pure Storage PATCH Quotas/groups
/v1/api/2-26/quotas/groups
GET
Get — Pure Storage GET Quotas-settings
/v1/api/2-26/quotas/settings
PATCH
Patch — Pure Storage PATCH Quotas-settings
/v1/api/2-26/quotas/settings
GET
Get — Pure Storage GET Quotas/users
/v1/api/2-26/quotas/users
POST
Post — Pure Storage POST Quotas/users
/v1/api/2-26/quotas/users
DELETE
Delete — Pure Storage DELETE Quotas/users
/v1/api/2-26/quotas/users
PATCH
Patch — Pure Storage PATCH Quotas/users
/v1/api/2-26/quotas/users

MCP Tools

pure-storage-get-quotas-groups

Pure Storage GET Quotas/groups

read-only idempotent
pure-storage-post-quotas-groups

Pure Storage POST Quotas/groups

pure-storage-delete-quotas-groups

Pure Storage DELETE Quotas/groups

idempotent
pure-storage-patch-quotas-groups

Pure Storage PATCH Quotas/groups

idempotent
pure-storage-get-quotas-settings

Pure Storage GET Quotas-settings

read-only idempotent
pure-storage-patch-quotas-settings

Pure Storage PATCH Quotas-settings

idempotent
pure-storage-get-quotas-users

Pure Storage GET Quotas/users

read-only idempotent
pure-storage-post-quotas-users

Pure Storage POST Quotas/users

pure-storage-delete-quotas-users

Pure Storage DELETE Quotas/users

idempotent
pure-storage-patch-quotas-users

Pure Storage PATCH Quotas/users

idempotent

Capability Spec

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