Pure Storage · Capability

FlashBlade REST API — DNS

FlashBlade REST API — DNS. 4 operations. Lead operation: Pure Storage GET Dns. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageDNS

What You Can Do

GET
Get — Pure Storage GET Dns
/v1/api/2-26/dns
POST
Post — Pure Storage POST Dns
/v1/api/2-26/dns
DELETE
Delete — Pure Storage DELETE Dns
/v1/api/2-26/dns
PATCH
Patch — Pure Storage PATCH Dns
/v1/api/2-26/dns

MCP Tools

pure-storage-get-dns

Pure Storage GET Dns

read-only idempotent
pure-storage-post-dns

Pure Storage POST Dns

pure-storage-delete-dns

Pure Storage DELETE Dns

idempotent
pure-storage-patch-dns

Pure Storage PATCH Dns

idempotent

Capability Spec

flashblade-rest-dns.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — DNS
  description: 'FlashBlade REST API — DNS. 4 operations. Lead operation: Pure Storage GET Dns. Self-contained Naftiko capability
    covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - DNS
  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: flashblade-rest-dns
    baseUri: http://[array]
    description: FlashBlade REST API — DNS business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-dns
      path: /api/2.26/dns
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Dns
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Dns
        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 Dns
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Dns
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-auth-token
      value: '{{env.PURE_STORAGE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: flashblade-rest-dns-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — DNS. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/2-26/dns
      name: api-2-26-dns
      description: REST surface for api-2.26-dns.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Dns
        call: flashblade-rest-dns.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Dns
        call: flashblade-rest-dns.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage DELETE Dns
        call: flashblade-rest-dns.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Dns
        call: flashblade-rest-dns.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-dns-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — DNS. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: pure-storage-get-dns
      description: Pure Storage GET Dns
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-dns.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-dns
      description: Pure Storage POST Dns
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-dns.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-dns
      description: Pure Storage DELETE Dns
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-dns.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-dns
      description: Pure Storage PATCH Dns
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-dns.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.