Pure Storage · Capability

FlashArray REST API — Container Default Protections

FlashArray REST API — Container Default Protections. 2 operations. Lead operation: Pure Storage List Container Default Protections. Self-contained Naftiko capability covering one Pure Storage business surface.

Run with Naftiko Pure StorageContainer Default Protections

What You Can Do

GET
Get — Pure Storage List Container Default Protections
/v1/api/2-52/container-default-protections
PATCH
Patch — Pure Storage Modify a Container's Default Protections
/v1/api/2-52/container-default-protections

MCP Tools

pure-storage-list-container-default

Pure Storage List Container Default Protections

read-only idempotent
pure-storage-modify-container-s-default

Pure Storage Modify a Container's Default Protections

idempotent

Capability Spec

flasharray-rest-container-default-protections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FlashArray REST API — Container Default Protections
  description: 'FlashArray REST API — Container Default Protections. 2 operations. Lead operation: Pure Storage List Container
    Default Protections. Self-contained Naftiko capability covering one Pure Storage business surface.'
  tags:
  - Pure Storage
  - Container Default Protections
  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-container-default-protections
    baseUri: ''
    description: FlashArray REST API — Container Default Protections business capability. Self-contained, no shared references.
    resources:
    - name: api-2.52-container-default-protections
      path: /api/2.52/container-default-protections
      operations:
      - name: get
        method: GET
        description: Pure Storage List Container Default Protections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch
        method: PATCH
        description: Pure Storage Modify a Container's Default Protections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: flasharray-rest-container-default-protections-rest
    port: 8080
    description: REST adapter for FlashArray REST API — Container Default Protections. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/2-52/container-default-protections
      name: api-2-52-container-default-protections
      description: REST surface for api-2.52-container-default-protections.
      operations:
      - method: GET
        name: get
        description: Pure Storage List Container Default Protections
        call: flasharray-rest-container-default-protections.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: Pure Storage Modify a Container's Default Protections
        call: flasharray-rest-container-default-protections.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flasharray-rest-container-default-protections-mcp
    port: 9090
    transport: http
    description: MCP adapter for FlashArray REST API — Container Default Protections. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: pure-storage-list-container-default
      description: Pure Storage List Container Default Protections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flasharray-rest-container-default-protections.get
      outputParameters:
      - type: object
        mapping: $.
    - name: pure-storage-modify-container-s-default
      description: Pure Storage Modify a Container's Default Protections
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: flasharray-rest-container-default-protections.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.