Pure Storage · Capability

FlashArray REST API — Object Store Virtual Hosts

FlashArray REST API — Object Store Virtual Hosts. 3 operations. Lead operation: Pure Storage GET Object-store-virtual-hosts. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageObject Store Virtual Hosts

What You Can Do

GET
Get — Pure Storage GET Object-store-virtual-hosts
/v1/api/2-52/object-store-virtual-hosts
POST
Post — Pure Storage POST Object-store-virtual-hosts
/v1/api/2-52/object-store-virtual-hosts
DELETE
Delete — Pure Storage DELETE Object-store-virtual-hosts
/v1/api/2-52/object-store-virtual-hosts

MCP Tools

pure-storage-get-object-store

Pure Storage GET Object-store-virtual-hosts

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

Pure Storage POST Object-store-virtual-hosts

pure-storage-delete-object-store

Pure Storage DELETE Object-store-virtual-hosts

idempotent

Capability Spec

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