Pure Storage · Capability

FlashBlade REST API — Policies - User and Group Quota Policy

FlashBlade REST API — Policies - User and Group Quota Policy. 12 operations. Lead operation: Pure Storage GET User-group-quota-policies. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StoragePolicies - User and Group Quota Policy

What You Can Do

GET
Get — Pure Storage GET User-group-quota-policies
/v1/api/2-26/user-group-quota-policies
POST
Post — Pure Storage POST User-group-quota-policies
/v1/api/2-26/user-group-quota-policies
PATCH
Patch — Pure Storage PATCH User-group-quota-policies
/v1/api/2-26/user-group-quota-policies
DELETE
Delete — Pure Storage DELETE User-group-quota-policies
/v1/api/2-26/user-group-quota-policies
GET
Get — Pure Storage GET User-group-quota-policies/file-systems
/v1/api/2-26/user-group-quota-policies/file-systems
POST
Post — Pure Storage POST User-group-quota-policies/file-systems
/v1/api/2-26/user-group-quota-policies/file-systems
DELETE
Delete — Pure Storage DELETE User-group-quota-policies/file-systems
/v1/api/2-26/user-group-quota-policies/file-systems
GET
Get — Pure Storage GET User-group-quota-policies/members
/v1/api/2-26/user-group-quota-policies/members
GET
Get — Pure Storage GET User-group-quota-policies/rules
/v1/api/2-26/user-group-quota-policies/rules
POST
Post — Pure Storage POST User-group-quota-policies/rules
/v1/api/2-26/user-group-quota-policies/rules
DELETE
Delete — Pure Storage DELETE User-group-quota-policies/rules
/v1/api/2-26/user-group-quota-policies/rules
PATCH
Patch — Pure Storage PATCH User-group-quota-policies/rules
/v1/api/2-26/user-group-quota-policies/rules

MCP Tools

pure-storage-get-user-group

Pure Storage GET User-group-quota-policies

read-only idempotent
pure-storage-post-user-group

Pure Storage POST User-group-quota-policies

pure-storage-patch-user-group

Pure Storage PATCH User-group-quota-policies

idempotent
pure-storage-delete-user-group

Pure Storage DELETE User-group-quota-policies

idempotent
pure-storage-get-user-group-2

Pure Storage GET User-group-quota-policies/file-systems

read-only idempotent
pure-storage-post-user-group-2

Pure Storage POST User-group-quota-policies/file-systems

pure-storage-delete-user-group-2

Pure Storage DELETE User-group-quota-policies/file-systems

idempotent
pure-storage-get-user-group-3

Pure Storage GET User-group-quota-policies/members

read-only idempotent
pure-storage-get-user-group-4

Pure Storage GET User-group-quota-policies/rules

read-only idempotent
pure-storage-post-user-group-3

Pure Storage POST User-group-quota-policies/rules

pure-storage-delete-user-group-3

Pure Storage DELETE User-group-quota-policies/rules

idempotent
pure-storage-patch-user-group-2

Pure Storage PATCH User-group-quota-policies/rules

idempotent

Capability Spec

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