Pure Storage · Capability

FlashBlade REST API — Active Directory

FlashBlade REST API — Active Directory. 5 operations. Lead operation: Pure Storage GET Active-directory. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageActive Directory

What You Can Do

GET
Get — Pure Storage GET Active-directory
/v1/api/2-26/active-directory
POST
Post — Pure Storage POST Active-directory
/v1/api/2-26/active-directory
DELETE
Delete — Pure Storage DELETE Active-directory
/v1/api/2-26/active-directory
PATCH
Patch — Pure Storage PATCH Active-directory
/v1/api/2-26/active-directory
GET
Get — Pure Storage GET Active-directory/test
/v1/api/2-26/active-directory/test

MCP Tools

pure-storage-get-active-directory

Pure Storage GET Active-directory

read-only idempotent
pure-storage-post-active-directory

Pure Storage POST Active-directory

pure-storage-delete-active-directory

Pure Storage DELETE Active-directory

idempotent
pure-storage-patch-active-directory

Pure Storage PATCH Active-directory

idempotent
pure-storage-get-active-directory-2

Pure Storage GET Active-directory/test

read-only idempotent

Capability Spec

flashblade-rest-active-directory.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashBlade REST API — Active Directory
  description: 'FlashBlade REST API — Active Directory. 5 operations. Lead operation: Pure Storage GET Active-directory. Self-contained
    Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Active Directory
  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-active-directory
    baseUri: http://[array]
    description: FlashBlade REST API — Active Directory business capability. Self-contained, no shared references.
    resources:
    - name: api-2.26-active-directory
      path: /api/2.26/active-directory
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Active-directory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Pure Storage POST Active-directory
        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 Active-directory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage PATCH Active-directory
        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-active-directory-test
      path: /api/2.26/active-directory/test
      operations:
      - name: get
        method: GET
        description: Pure Storage GET Active-directory/test
        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-active-directory-rest
    port: 8080
    description: REST adapter for FlashBlade REST API — Active Directory. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/2-26/active-directory
      name: api-2-26-active-directory
      description: REST surface for api-2.26-active-directory.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Active-directory
        call: flashblade-rest-active-directory.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Pure Storage POST Active-directory
        call: flashblade-rest-active-directory.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Pure Storage DELETE Active-directory
        call: flashblade-rest-active-directory.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage PATCH Active-directory
        call: flashblade-rest-active-directory.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/2-26/active-directory/test
      name: api-2-26-active-directory-test
      description: REST surface for api-2.26-active-directory-test.
      operations:
      - method: GET
        name: get
        description: Pure Storage GET Active-directory/test
        call: flashblade-rest-active-directory.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flashblade-rest-active-directory-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashBlade REST API — Active Directory. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pure-storage-get-active-directory
      description: Pure Storage GET Active-directory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-active-directory.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-post-active-directory
      description: Pure Storage POST Active-directory
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: flashblade-rest-active-directory.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-delete-active-directory
      description: Pure Storage DELETE Active-directory
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: flashblade-rest-active-directory.delete
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-patch-active-directory
      description: Pure Storage PATCH Active-directory
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flashblade-rest-active-directory.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-get-active-directory-2
      description: Pure Storage GET Active-directory/test
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flashblade-rest-active-directory.get
      outputParameters:
      - type: object
        mapping: $.