Pure Storage · Capability

Pure1 Public REST API — Metrics

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

Run with Naftiko Pure StorageMetrics

What You Can Do

GET
Get — Pure Storage Get Metrics
/v1/api/1-5/metrics
GET
Get — Pure Storage Get Metrics History
/v1/api/1-5/metrics/history

MCP Tools

pure-storage-get-metrics

Pure Storage Get Metrics

read-only idempotent
pure-storage-get-metrics-history

Pure Storage Get Metrics History

read-only idempotent

Capability Spec

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