Pure Storage · Capability

FlashArray REST API — Object Store Accounts

FlashArray REST API — Object Store Accounts. 4 operations. Lead operation: Pure Storage GET Object-store-accounts. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageObject Store Accounts

What You Can Do

GET
Get — Pure Storage GET Object-store-accounts
/v1/api/2-52/object-store-accounts
POST
Post — Pure Storage POST Object-store-accounts
/v1/api/2-52/object-store-accounts
DELETE
Delete — Pure Storage DELETE Object-store-accounts
/v1/api/2-52/object-store-accounts
GET
Get — Pure Storage List Object Store Account Space Information
/v1/api/2-52/object-store-accounts/space

MCP Tools

pure-storage-get-object-store

Pure Storage GET Object-store-accounts

read-only idempotent
pure-storage-post-object-store

Pure Storage POST Object-store-accounts

pure-storage-delete-object-store

Pure Storage DELETE Object-store-accounts

idempotent
pure-storage-list-object-store

Pure Storage List Object Store Account Space Information

read-only idempotent

Capability Spec

flasharray-rest-object-store-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Object Store Accounts
  description: 'FlashArray REST API — Object Store Accounts. 4 operations. Lead operation: Pure Storage GET Object-store-accounts.
    Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Object Store Accounts
  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-object-store-accounts
    baseUri: ''
    description: FlashArray REST API — Object Store Accounts business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-object-store-accounts
      path: /api/2.52/object-store-accounts
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Object-store-accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Object-store-accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage DELETE Object-store-accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-object-store-accounts-space
      path: /api/2.52/object-store-accounts/space
      operations:
      - name: get
        method: GET
        description: Pure Storage List Object Store Account Space Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: flasharray-rest-object-store-accounts-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Object Store Accounts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/2-52/object-store-accounts
      name: api-2-52-object-store-accounts
      description: REST surface for api-2.52-object-store-accounts.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Object-store-accounts
        call: flasharray-rest-object-store-accounts.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Object-store-accounts
        call: flasharray-rest-object-store-accounts.post
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage DELETE Object-store-accounts
        call: flasharray-rest-object-store-accounts.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/object-store-accounts/space
      name: api-2-52-object-store-accounts-space
      description: REST surface for api-2.52-object-store-accounts-space.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Object Store Account Space Information
        call: flasharray-rest-object-store-accounts.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-object-store-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Object Store Accounts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: pure-storage-get-object-store
      description: Pure Storage GET Object-store-accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-object-store-accounts.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-object-store
      description: Pure Storage POST Object-store-accounts
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-object-store-accounts.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-object-store
      description: Pure Storage DELETE Object-store-accounts
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-object-store-accounts.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-object-store
      description: Pure Storage List Object Store Account Space Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-object-store-accounts.get
      outputParameters:
      - type: object
        mapping: $.