Pure Storage FlashArray (Purity//FA REST)

v0.1.0

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.

Pack ID
pure-flasharray
Vendor
emisar
OS
linux
Actions
14
Required binaries: curl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:a839542beefe2c7711d1857388f012f5875151a5a1d32c405efc95bfce6c3c4c

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

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

Actions 14 total

View on GitHub