Pure Storage · Capability

Pure1 Public REST API — Alerts

Pure1 Public REST API — Alerts. 1 operations. Lead operation: Pure Storage Get Alerts. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageAlerts

What You Can Do

GET
Get — Pure Storage Get Alerts
/v1/api/1-5/alerts

MCP Tools

pure-storage-get-alerts

Pure Storage Get Alerts

read-only idempotent

Capability Spec

pure1-cloud-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pure1 Public REST API — Alerts
  description: 'Pure1 Public REST API — Alerts. 1 operations. Lead operation: Pure Storage Get Alerts. Self-contained Naftiko
    capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Alerts
  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: pure1-cloud-alerts
    baseUri: https://api-staging.pure1.purestorage.com
    description: Pure1 Public REST API — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: api-1.5-alerts
      path: /api/1.5/alerts
      operations:
      - name: get
        method: GET
        description: Pure Storage Get Alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.PURE_STORAGE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: pure1-cloud-alerts-rest
    port: 8080
    description: REST adapter for Pure1 Public REST API — Alerts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/1-5/alerts
      name: api-1-5-alerts
      description: REST surface for api-1.5-alerts.
      operations:
      - method: GET
        name: get
        description: Pure Storage Get Alerts
        call: pure1-cloud-alerts.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pure1-cloud-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pure1 Public REST API — Alerts. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: pure-storage-get-alerts
      description: Pure Storage Get Alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pure1-cloud-alerts.get
      outputParameters:
      - type: object
        mapping: $.