Pure Storage · Capability

FlashArray REST API — SNMP Managers

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

Run with Naftiko Pure StorageSNMP Managers

What You Can Do

GET
Get — Pure Storage List SNMP Managers
/v1/api/2-52/snmp-managers
POST
Post — Pure Storage Create SNMP Manager
/v1/api/2-52/snmp-managers
DELETE
Delete — Pure Storage Delete SNMP Manager
/v1/api/2-52/snmp-managers
PATCH
Patch — Pure Storage Modify SNMP Manager
/v1/api/2-52/snmp-managers
GET
Get — Pure Storage List SNMP Manager Test Results
/v1/api/2-52/snmp-managers/test

MCP Tools

pure-storage-list-snmp-managers

Pure Storage List SNMP Managers

read-only idempotent
pure-storage-create-snmp-manager

Pure Storage Create SNMP Manager

pure-storage-delete-snmp-manager

Pure Storage Delete SNMP Manager

idempotent
pure-storage-modify-snmp-manager

Pure Storage Modify SNMP Manager

idempotent
pure-storage-list-snmp-manager

Pure Storage List SNMP Manager Test Results

read-only idempotent

Capability Spec

flasharray-rest-snmp-managers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — SNMP Managers
  description: 'FlashArray REST API — SNMP Managers. 5 operations. Lead operation: Pure Storage List SNMP Managers. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - SNMP Managers
  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-snmp-managers
    baseUri: ''
    description: FlashArray REST API — SNMP Managers business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-snmp-managers
      path: /api/2.52/snmp-managers
      operations:
      - name: get
        method: GET
        description: Pure Storage List SNMP Managers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create SNMP Manager
        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 SNMP Manager
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify SNMP Manager
        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-snmp-managers-test
      path: /api/2.52/snmp-managers/test
      operations:
      - name: get
        method: GET
        description: Pure Storage List SNMP Manager Test Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: flasharray-rest-snmp-managers-rest
    port: 8080
    description: REST adapter for FlashArray REST API — SNMP Managers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-52/snmp-managers
      name: api-2-52-snmp-managers
      description: REST surface for api-2.52-snmp-managers.
      operations:
      - method: GET
        name: get
        description: Pure Storage List SNMP Managers
        call: flasharray-rest-snmp-managers.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create SNMP Manager
        call: flasharray-rest-snmp-managers.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete SNMP Manager
        call: flasharray-rest-snmp-managers.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify SNMP Manager
        call: flasharray-rest-snmp-managers.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/snmp-managers/test
      name: api-2-52-snmp-managers-test
      description: REST surface for api-2.52-snmp-managers-test.
      operations:
      - method: GET
        name: get
        description: Pure Storage List SNMP Manager Test Results
        call: flasharray-rest-snmp-managers.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-snmp-managers-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — SNMP Managers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-list-snmp-managers
      description: Pure Storage List SNMP Managers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-snmp-managers.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-snmp-manager
      description: Pure Storage Create SNMP Manager
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-snmp-managers.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-snmp-manager
      description: Pure Storage Delete SNMP Manager
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-snmp-managers.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-snmp-manager
      description: Pure Storage Modify SNMP Manager
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-snmp-managers.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-snmp-manager
      description: Pure Storage List SNMP Manager Test Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-snmp-managers.get
      outputParameters:
      - type: object
        mapping: $.