Skip to main content

Pure Storage FlashArray (Purity//FA REST)

v0.1.3

Read-only access to a Pure Storage FlashArray over its Purity//FA REST API 2.x: array identity / capacity / performance, alerts, controller and hardware / drive health, volumes and per-volume space, the host -> volume -> LUN connection map, host and target-port identities, per-controller network interface state, and replication / array-connection status. Drives a remote array via curl; every call is a GET.

14 allowed by default
Pack ID
pure-flasharray
Vendor
emisar
OS
linux
Actions
14
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:bf0978ad585451b1e4d8d81623114b820031af71ebb3ce376ba5d3acc88c3c58

on the runner host
sudo emisar pack install pure-flasharray \
  --hash sha256:bf0978ad585451b1e4d8d81623114b820031af71ebb3ce376ba5d3acc88c3c58 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 14 total

View on GitHub