naftiko: 1.0.0-alpha2 info: label: FlashArray REST API — Administrators description: 'FlashArray REST API — Administrators. 15 operations. Lead operation: Pure Storage List Administrators. Self-contained Naftiko capability covering one Pure Storage business surface.' tags: - Pure Storage - Administrators 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-administrators baseUri: '' description: FlashArray REST API — Administrators business capability. Self-contained, no shared references. resources: - name: api-2.52-admins path: /api/2.52/admins operations: - name: get method: GET description: Pure Storage List Administrators outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage Create an Administrator 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 an Administrator outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage Modify an Administrator outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-2.52-admins-api-tokens path: /api/2.52/admins/api-tokens operations: - name: get method: GET description: Pure Storage List API Tokens outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage Create API Tokens outputRawFormat: json outputParameters: - name: result type: object value: $. - name: delete method: DELETE description: Pure Storage Delete API Tokens outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-admins-cache path: /api/2.52/admins/cache operations: - name: get method: GET description: Pure Storage List Administrator Cache Entries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: put method: PUT description: Pure Storage Update or Refresh Entries in the Administrator Cache outputRawFormat: json outputParameters: - name: result type: object value: $. - name: delete method: DELETE description: Pure Storage Delete Cache Entries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-admins-policies-management-access path: /api/2.52/admins/policies/management-access operations: - name: get method: GET description: Pure Storage List Management Access Policies Attached to Administrators outputRawFormat: json outputParameters: - name: result type: object value: $. - name: post method: POST description: Pure Storage Create a Membership Between an Administrator with One or More Management Access Policies. 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 a Membership Between an Administrator and One or More Management Access Policies outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-2.52-admins-settings path: /api/2.52/admins/settings operations: - name: get method: GET description: Pure Storage List Administrator Settings outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: Pure Storage Modify Administrator Settings 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-administrators-rest port: 8080 description: REST adapter for FlashArray REST API — Administrators. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/2-52/admins name: api-2-52-admins description: REST surface for api-2.52-admins. operations: - method: GET name: get description: Pure Storage List Administrators call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create an Administrator call: flasharray-rest-administrators.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete an Administrator call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage Modify an Administrator call: flasharray-rest-administrators.patch with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/2-52/admins/api-tokens name: api-2-52-admins-api-tokens description: REST surface for api-2.52-admins-api-tokens. operations: - method: GET name: get description: Pure Storage List API Tokens call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create API Tokens call: flasharray-rest-administrators.post outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete API Tokens call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-52/admins/cache name: api-2-52-admins-cache description: REST surface for api-2.52-admins-cache. operations: - method: GET name: get description: Pure Storage List Administrator Cache Entries call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - method: PUT name: put description: Pure Storage Update or Refresh Entries in the Administrator Cache call: flasharray-rest-administrators.put outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete Cache Entries call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-52/admins/policies/management-access name: api-2-52-admins-policies-management-access description: REST surface for api-2.52-admins-policies-management-access. operations: - method: GET name: get description: Pure Storage List Management Access Policies Attached to Administrators call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - method: POST name: post description: Pure Storage Create a Membership Between an Administrator with One or More Management Access Policies. call: flasharray-rest-administrators.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Pure Storage Delete a Membership Between an Administrator and One or More Management Access Policies call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - path: /v1/api/2-52/admins/settings name: api-2-52-admins-settings description: REST surface for api-2.52-admins-settings. operations: - method: GET name: get description: Pure Storage List Administrator Settings call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Pure Storage Modify Administrator Settings call: flasharray-rest-administrators.patch with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: flasharray-rest-administrators-mcp port: 9090 transport: http description: MCP adapter for FlashArray REST API — Administrators. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: pure-storage-list-administrators description: Pure Storage List Administrators hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - name: pure-storage-create-administrator description: Pure Storage Create an Administrator hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-administrators.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-administrator description: Pure Storage Delete an Administrator hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - name: pure-storage-modify-administrator description: Pure Storage Modify an Administrator hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-administrators.patch with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-list-api-tokens description: Pure Storage List API Tokens hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - name: pure-storage-create-api-tokens description: Pure Storage Create API Tokens hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-administrators.post outputParameters: - type: object mapping: $. - name: pure-storage-delete-api-tokens description: Pure Storage Delete API Tokens hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - name: pure-storage-list-administrator-cache description: Pure Storage List Administrator Cache Entries hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - name: pure-storage-update-refresh-entries description: Pure Storage Update or Refresh Entries in the Administrator Cache hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-administrators.put outputParameters: - type: object mapping: $. - name: pure-storage-delete-cache-entries description: Pure Storage Delete Cache Entries hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - name: pure-storage-list-management-access description: Pure Storage List Management Access Policies Attached to Administrators hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - name: pure-storage-create-membership-between description: Pure Storage Create a Membership Between an Administrator with One or More Management Access Policies. hints: readOnly: false destructive: false idempotent: false call: flasharray-rest-administrators.post with: body: tools.body outputParameters: - type: object mapping: $. - name: pure-storage-delete-membership-between description: Pure Storage Delete a Membership Between an Administrator and One or More Management Access Policies hints: readOnly: false destructive: true idempotent: true call: flasharray-rest-administrators.delete outputParameters: - type: object mapping: $. - name: pure-storage-list-administrator-settings description: Pure Storage List Administrator Settings hints: readOnly: true destructive: false idempotent: true call: flasharray-rest-administrators.get outputParameters: - type: object mapping: $. - name: pure-storage-modify-administrator-settings description: Pure Storage Modify Administrator Settings hints: readOnly: false destructive: false idempotent: true call: flasharray-rest-administrators.patch with: body: tools.body outputParameters: - type: object mapping: $.