Pure Storage · Example Payload

Flasharray Rest Api Host Example

StorageData StorageFlash StorageEnterprise StorageCloud StorageObject StorageFile StorageBlock StorageKubernetes StorageInfrastructure

Flasharray Rest Api Host Example is an example object payload from Pure Storage, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecontextchapconnection_countdestroyedhost_groupiqnsis_localnqnsnvme_stretchpersonalityport_connectivitypreferred_arraysqosspacetime_remainingvlanwwns

Example Payload

Raw ↑
{
  "name": "array-prod-01",
  "context": {},
  "chap": {
    "host_password": "example-value",
    "host_user": "example-value",
    "target_password": "example-value",
    "target_user": "example-value"
  },
  "connection_count": 3,
  "destroyed": true,
  "host_group": {},
  "iqns": [
    "iqn.2010-06.com.purestorage:linux.393d930077be2977"
  ],
  "is_local": false,
  "nqns": [
    "nqn.2010-06.com.purestorage:flasharray.512f7bb185978505"
  ],
  "nvme_stretch": "example-value",
  "personality": "example-value",
  "port_connectivity": {
    "details": "Redundant",
    "status": "healthy"
  },
  "preferred_arrays": [],
  "qos": {},
  "space": {},
  "time_remaining": 1746460800000,
  "vlan": "1",
  "wwns": [
    "52:4A:93:70:4E:E5:68:00"
  ]
}