Pure Storage · Capability

FlashBlade REST API — Certificate Groups

FlashBlade REST API — Certificate Groups. 7 operations. Lead operation: Pure Storage GET Certificate-groups. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageCertificate Groups

What You Can Do

GET
Get — Pure Storage GET Certificate-groups
/v1/api/2-26/certificate-groups
POST
Post — Pure Storage POST Certificate-groups
/v1/api/2-26/certificate-groups
DELETE
Delete — Pure Storage DELETE Certificate-groups
/v1/api/2-26/certificate-groups
GET
Get — Pure Storage GET Certificate-groups/certificates
/v1/api/2-26/certificate-groups/certificates
POST
Post — Pure Storage POST Certificate-groups/certificates
/v1/api/2-26/certificate-groups/certificates
DELETE
Delete — Pure Storage DELETE Certificate-groups/certificates
/v1/api/2-26/certificate-groups/certificates
GET
Get — Pure Storage GET Certificate-groups/uses
/v1/api/2-26/certificate-groups/uses

MCP Tools

pure-storage-get-certificate-groups

Pure Storage GET Certificate-groups

read-only idempotent
pure-storage-post-certificate-groups

Pure Storage POST Certificate-groups

pure-storage-delete-certificate-groups

Pure Storage DELETE Certificate-groups

idempotent
pure-storage-get-certificate-groups-2

Pure Storage GET Certificate-groups/certificates

read-only idempotent
pure-storage-post-certificate-groups-2

Pure Storage POST Certificate-groups/certificates

pure-storage-delete-certificate-groups-2

Pure Storage DELETE Certificate-groups/certificates

idempotent
pure-storage-get-certificate-groups-3

Pure Storage GET Certificate-groups/uses

read-only idempotent

Capability Spec

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