Pure Storage · Capability

FlashArray REST API — Certificate Groups

FlashArray REST API — Certificate Groups. 7 operations. Lead operation: Pure Storage List 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 List Certificate-groups
/v1/api/2-52/certificate-groups
POST
Post — Pure Storage Create Certificate-groups
/v1/api/2-52/certificate-groups
DELETE
Delete — Pure Storage Delete Certificate-groups
/v1/api/2-52/certificate-groups
GET
Get — Pure Storage List Certificate-groups and Certificates
/v1/api/2-52/certificate-groups/certificates
POST
Post — Pure Storage Create Certificate-groups/certificates
/v1/api/2-52/certificate-groups/certificates
DELETE
Delete — Pure Storage Delete Certificate-groups or Certificates
/v1/api/2-52/certificate-groups/certificates
GET
Get — Pure Storage List Certificate-groups/uses
/v1/api/2-52/certificate-groups/uses

MCP Tools

pure-storage-list-certificate-groups

Pure Storage List Certificate-groups

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

Pure Storage Create Certificate-groups

pure-storage-delete-certificate-groups

Pure Storage Delete Certificate-groups

idempotent
pure-storage-list-certificate-groups-2

Pure Storage List Certificate-groups and Certificates

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

Pure Storage Create Certificate-groups/certificates

pure-storage-delete-certificate-groups-2

Pure Storage Delete Certificate-groups or Certificates

idempotent
pure-storage-list-certificate-groups-3

Pure Storage List Certificate-groups/uses

read-only idempotent

Capability Spec

flasharray-rest-certificate-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Certificate Groups
  description: 'FlashArray REST API — Certificate Groups. 7 operations. Lead operation: Pure Storage List 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: flasharray-rest-certificate-groups
    baseUri: ''
    description: FlashArray REST API — Certificate Groups business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-certificate-groups
      path: /api/2.52/certificate-groups
      operations:
      - name: get
        method: GET
        description: Pure Storage List Certificate-groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create 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.52-certificate-groups-certificates
      path: /api/2.52/certificate-groups/certificates
      operations:
      - name: get
        method: GET
        description: Pure Storage List Certificate-groups and Certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage Create Certificate-groups/certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: Pure Storage Delete Certificate-groups or Certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.52-certificate-groups-uses
      path: /api/2.52/certificate-groups/uses
      operations:
      - name: get
        method: GET
        description: Pure Storage List Certificate-groups/uses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: flasharray-rest-certificate-groups-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Certificate Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-52/certificate-groups
      name: api-2-52-certificate-groups
      description: REST surface for api-2.52-certificate-groups.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Certificate-groups
        call: flasharray-rest-certificate-groups.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create Certificate-groups
        call: flasharray-rest-certificate-groups.post
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete Certificate-groups
        call: flasharray-rest-certificate-groups.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/certificate-groups/certificates
      name: api-2-52-certificate-groups-certificates
      description: REST surface for api-2.52-certificate-groups-certificates.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Certificate-groups and Certificates
        call: flasharray-rest-certificate-groups.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage Create Certificate-groups/certificates
        call: flasharray-rest-certificate-groups.post
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage Delete Certificate-groups or Certificates
        call: flasharray-rest-certificate-groups.delete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-52/certificate-groups/uses
      name: api-2-52-certificate-groups-uses
      description: REST surface for api-2.52-certificate-groups-uses.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Certificate-groups/uses
        call: flasharray-rest-certificate-groups.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-certificate-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Certificate Groups. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: pure-storage-list-certificate-groups
      description: Pure Storage List Certificate-groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-certificate-groups.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-certificate-groups
      description: Pure Storage Create Certificate-groups
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-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: flasharray-rest-certificate-groups.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-certificate-groups-2
      description: Pure Storage List Certificate-groups and Certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-certificate-groups.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-create-certificate-groups-2
      description: Pure Storage Create Certificate-groups/certificates
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flasharray-rest-certificate-groups.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-certificate-groups-2
      description: Pure Storage Delete Certificate-groups or Certificates
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flasharray-rest-certificate-groups.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-list-certificate-groups-3
      description: Pure Storage List Certificate-groups/uses
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-certificate-groups.get
      outputParameters:
      - type: object
        mapping: $.