Pure Storage · Capability

FlashBlade REST API — RDL

FlashBlade REST API — RDL. 4 operations. Lead operation: Pure Storage Get the Status of the Rapid Data Locking Feature.. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageRDL

What You Can Do

GET
Get — Pure Storage Get the Status of the Rapid Data Locking Feature.
/v1/api/2-26/rapid-data-locking
PATCH
Patch — Pure Storage Modifies the Rapid Data Locking Feature.
/v1/api/2-26/rapid-data-locking
POST
Post — Pure Storage Rotates the External Keys on the Associated EKM Appliance.
/v1/api/2-26/rapid-data-locking/rotate
GET
Get — Pure Storage Displays Rapid Data Locking Test Results.
/v1/api/2-26/rapid-data-locking/test

MCP Tools

pure-storage-get-status-rapid

Pure Storage Get the Status of the Rapid Data Locking Feature.

read-only idempotent
pure-storage-modifies-rapid-data

Pure Storage Modifies the Rapid Data Locking Feature.

idempotent
pure-storage-rotates-external-keys

Pure Storage Rotates the External Keys on the Associated EKM Appliance.

pure-storage-displays-rapid-data

Pure Storage Displays Rapid Data Locking Test Results.

read-only idempotent

Capability Spec

flashblade-rest-rdl.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — RDL
  description: 'FlashBlade REST API — RDL. 4 operations. Lead operation: Pure Storage Get the Status of the Rapid Data Locking
    Feature.. Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - RDL
  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-rdl
    baseUri: http://[array]
    description: FlashBlade REST API — RDL business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-rapid-data-locking
      path: /api/2.26/rapid-data-locking
      operations:
      - name: get
        method: GET
        description: Pure Storage Get the Status of the Rapid Data Locking Feature.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modifies the Rapid Data Locking Feature.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-2.26-rapid-data-locking-rotate
      path: /api/2.26/rapid-data-locking/rotate
      operations:
      - name: post
        method: POST
        description: Pure Storage Rotates the External Keys on the Associated EKM Appliance.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-2.26-rapid-data-locking-test
      path: /api/2.26/rapid-data-locking/test
      operations:
      - name: get
        method: GET
        description: Pure Storage Displays Rapid Data Locking Test Results.
        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-rdl-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — RDL. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/2-26/rapid-data-locking
      name: api-2-26-rapid-data-locking
      description: REST surface for api-2.26-rapid-data-locking.
      operations:
      - method: GET
        name: get
        description: Pure Storage Get the Status of the Rapid Data Locking Feature.
        call: flashblade-rest-rdl.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modifies the Rapid Data Locking Feature.
        call: flashblade-rest-rdl.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/rapid-data-locking/rotate
      name: api-2-26-rapid-data-locking-rotate
      description: REST surface for api-2.26-rapid-data-locking-rotate.
      operations:
      - method: POST
        name: post
        description: Pure Storage Rotates the External Keys on the Associated EKM Appliance.
        call: flashblade-rest-rdl.post
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/rapid-data-locking/test
      name: api-2-26-rapid-data-locking-test
      description: REST surface for api-2.26-rapid-data-locking-test.
      operations:
      - method: GET
        name: get
        description: Pure Storage Displays Rapid Data Locking Test Results.
        call: flashblade-rest-rdl.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-rdl-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — RDL. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: pure-storage-get-status-rapid
      description: Pure Storage Get the Status of the Rapid Data Locking Feature.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-rdl.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modifies-rapid-data
      description: Pure Storage Modifies the Rapid Data Locking Feature.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-rdl.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-rotates-external-keys
      description: Pure Storage Rotates the External Keys on the Associated EKM Appliance.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-rdl.post
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-displays-rapid-data
      description: Pure Storage Displays Rapid Data Locking Test Results.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-rdl.get
      outputParameters:
      - type: object
        mapping: $.