Array operations

RESTful API for IBM® Spectrum Control Base Edition uses the GET command for array operations.

You can run an array query by issuing the GET command to get a list of arrays and their properties, or display the properties of a single array.

For example, GET /api/v1/arrays/2810-999-dc21011 lists the properties of the storage with identification number 2810-999-dc21011, as illustrated below.
OK 200
{
  "id": 2810-999-dc21011,
  "alias": "pu21",
  "mgmt_addresses": [
        "9.151.153.87",
        "9.151.153.86",
        "9.151.153.39"
   "last_updated": "2015-04-15T17:55:02.431",
   "error_message": "",
   "connected": true,
   "name": "XIV pur21m10m11m15",
   "firmware_version": "11.5.0",
   "scsi_model_identifier": "2810XIV",
   "array_type": "2810XIV",
   "storage_model": "XIV",
   "physical_capacity": 12011310153728,
   "serial": "21011",
   "capacity_max_pool_size": 12011,
   "capacity_soft_mib": 11454878,
   "capacity_hard_mib": 11454878,
   "capacity_free_soft_mib": 32822,
   "capacity_free_hard_mib": 6859798,
   "capacity_spare_disks": 3,
   "capacity_spare_modules": 1,
   "capacity_target_spare_disks": 3,
   "capacity_target_spare_modules": 1,
   "capacity_limit_percentage": 100
}