Pure Storage · Capability

FlashArray REST API — Administrators

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

Run with Naftiko Pure StorageAdministrators

What You Can Do

GET
Get — Pure Storage List Administrators
/v1/api/2-52/admins
POST
Post — Pure Storage Create an Administrator
/v1/api/2-52/admins
DELETE
Delete — Pure Storage Delete an Administrator
/v1/api/2-52/admins
PATCH
Patch — Pure Storage Modify an Administrator
/v1/api/2-52/admins
GET
Get — Pure Storage List API Tokens
/v1/api/2-52/admins/api-tokens
POST
Post — Pure Storage Create API Tokens
/v1/api/2-52/admins/api-tokens
DELETE
Delete — Pure Storage Delete API Tokens
/v1/api/2-52/admins/api-tokens
GET
Get — Pure Storage List Administrator Cache Entries
/v1/api/2-52/admins/cache
PUT
Put — Pure Storage Update or Refresh Entries in the Administrator Cache
/v1/api/2-52/admins/cache
DELETE
Delete — Pure Storage Delete Cache Entries
/v1/api/2-52/admins/cache
GET
Get — Pure Storage List Management Access Policies Attached to Administrators
/v1/api/2-52/admins/policies/management-access
POST
Post — Pure Storage Create a Membership Between an Administrator with One or More Management Access Policies.
/v1/api/2-52/admins/policies/management-access
DELETE
Delete — Pure Storage Delete a Membership Between an Administrator and One or More Management Access Policies
/v1/api/2-52/admins/policies/management-access
GET
Get — Pure Storage List Administrator Settings
/v1/api/2-52/admins/settings
PATCH
Patch — Pure Storage Modify Administrator Settings
/v1/api/2-52/admins/settings

MCP Tools

pure-storage-list-administrators

Pure Storage List Administrators

read-only idempotent
pure-storage-create-administrator

Pure Storage Create an Administrator

pure-storage-delete-administrator

Pure Storage Delete an Administrator

idempotent
pure-storage-modify-administrator

Pure Storage Modify an Administrator

idempotent
pure-storage-list-api-tokens

Pure Storage List API Tokens

read-only idempotent
pure-storage-create-api-tokens

Pure Storage Create API Tokens

pure-storage-delete-api-tokens

Pure Storage Delete API Tokens

idempotent
pure-storage-list-administrator-cache

Pure Storage List Administrator Cache Entries

read-only idempotent
pure-storage-update-refresh-entries

Pure Storage Update or Refresh Entries in the Administrator Cache

idempotent
pure-storage-delete-cache-entries

Pure Storage Delete Cache Entries

idempotent
pure-storage-list-management-access

Pure Storage List Management Access Policies Attached to Administrators

read-only idempotent
pure-storage-create-membership-between

Pure Storage Create a Membership Between an Administrator with One or More Management Access Policies.

pure-storage-delete-membership-between

Pure Storage Delete a Membership Between an Administrator and One or More Management Access Policies

idempotent
pure-storage-list-administrator-settings

Pure Storage List Administrator Settings

read-only idempotent
pure-storage-modify-administrator-settings

Pure Storage Modify Administrator Settings

idempotent

Capability Spec

flasharray-rest-administrators.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Administrators
  description: 'FlashArray REST API — Administrators. 15 operations. Lead operation: Pure Storage List Administrators. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Administrators
  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-administrators
    baseUri: ''
    description: FlashArray REST API — Administrators business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-admins
      path: /api/2.52/admins
      operations:
      - name: get
        method: GET
        description: Pure Storage List Administrators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create an Administrator
        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 an Administrator
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify an Administrator
        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-admins-api-tokens
      path: /api/2.52/admins/api-tokens
      operations:
      - name: get
        method: GET
        description: Pure Storage List API Tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create API Tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete API Tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-admins-cache
      path: /api/2.52/admins/cache
      operations:
      - name: get
        method: GET
        description: Pure Storage List Administrator Cache Entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put
        method: PUT
        description: Pure Storage Update or Refresh Entries in the Administrator Cache
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete Cache Entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-admins-policies-management-access
      path: /api/2.52/admins/policies/management-access
      operations:
      - name: get
        method: GET
        description: Pure Storage List Management Access Policies Attached to Administrators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create a Membership Between an Administrator with One or More Management Access 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 a Membership Between an Administrator and One or More Management Access Policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-admins-settings
      path: /api/2.52/admins/settings
      operations:
      - name: get
        method: GET
        description: Pure Storage List Administrator Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify Administrator Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: flasharray-rest-administrators-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Administrators. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-52/admins
      name: api-2-52-admins
      description: REST surface for api-2.52-admins.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Administrators
        call: flasharray-rest-administrators.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create an Administrator
        call: flasharray-rest-administrators.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete an Administrator
        call: flasharray-rest-administrators.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify an Administrator
        call: flasharray-rest-administrators.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/admins/api-tokens
      name: api-2-52-admins-api-tokens
      description: REST surface for api-2.52-admins-api-tokens.
      operations:
      - method: GET
        name: get
        description: Pure Storage List API Tokens
        call: flasharray-rest-administrators.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create API Tokens
        call: flasharray-rest-administrators.post
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete API Tokens
        call: flasharray-rest-administrators.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/admins/cache
      name: api-2-52-admins-cache
      description: REST surface for api-2.52-admins-cache.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Administrator Cache Entries
        call: flasharray-rest-administrators.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Pure Storage Update or Refresh Entries in the Administrator Cache
        call: flasharray-rest-administrators.put
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete Cache Entries
        call: flasharray-rest-administrators.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/admins/policies/management-access
      name: api-2-52-admins-policies-management-access
      description: REST surface for api-2.52-admins-policies-management-access.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Management Access Policies Attached to Administrators
        call: flasharray-rest-administrators.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create a Membership Between an Administrator with One or More Management Access Policies.
        call: flasharray-rest-administrators.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete a Membership Between an Administrator and One or More Management Access Policies
        call: flasharray-rest-administrators.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/admins/settings
      name: api-2-52-admins-settings
      description: REST surface for api-2.52-admins-settings.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Administrator Settings
        call: flasharray-rest-administrators.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify Administrator Settings
        call: flasharray-rest-administrators.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-administrators-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Administrators. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-list-administrators
      description: Pure Storage List Administrators
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-administrator
      description: Pure Storage Create an Administrator
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-administrators.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-administrator
      description: Pure Storage Delete an Administrator
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-administrators.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-administrator
      description: Pure Storage Modify an Administrator
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-api-tokens
      description: Pure Storage List API Tokens
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-api-tokens
      description: Pure Storage Create API Tokens
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-administrators.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-api-tokens
      description: Pure Storage Delete API Tokens
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-administrators.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-administrator-cache
      description: Pure Storage List Administrator Cache Entries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-update-refresh-entries
      description: Pure Storage Update or Refresh Entries in the Administrator Cache
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.put
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-cache-entries
      description: Pure Storage Delete Cache Entries
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-administrators.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-management-access
      description: Pure Storage List Management Access Policies Attached to Administrators
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-membership-between
      description: Pure Storage Create a Membership Between an Administrator with One or More Management Access Policies.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-administrators.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-membership-between
      description: Pure Storage Delete a Membership Between an Administrator and One or More Management Access Policies
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-administrators.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-administrator-settings
      description: Pure Storage List Administrator Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-administrator-settings
      description: Pure Storage Modify Administrator Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-administrators.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.