Storage controllers REST API

Use this REST API to manage storage controllers.

Get all storage controllers

URI /admin/resources/storage_controllers
Method GET
Returns 200 Returns a list of all storage controllers
404 The storage controller list was not found
500 Platform System Manager encountered an internal error while processing the request.

Returns a list of storage controllers.

You can use optional parameters to modify the response from the REST API call. For more information, see the Related information section.

capacity
Total amount of storage in the storage controller
capacity_used_warning
The limit at which the percentage of storage in use causes a warning event that signifies that the amount of used storage is reaching capacity. This limit applies only to the primary storage node.
created_time
The time at which the object is created
enclosure_id
The ID of the enclosure
firmware_level
The current firmware edition of the storage controller
free_capacity
Total amount of free or unused storage in the storage controller
id
The unique ID of the object in the system.
label_key
Key for retrieving label for the storage controller
label_user
User modified message text
lable_text
Default label for the storage controller
max_flash_copies
The maximum number of flash copies that this storage controller can make
name
The name of the storage controller
ongoing_flash_copies
The number of copies that this storage controller is currently making
racks
The rack which holds this storage controller
state
The general availability of the object. If "pending" the object has been created but not activated. If "available" the object is active in the system.
units
The units of measurement used for sizes with this storage controller
updated_time
The time at which the object was last updated
vms_id
The Virtualization Management System ID for the storage controller
vms_uuid
The Virtualization Management System UUID for the storage controller

Parents:

racks

Children:

disk_drives, storage_expansions, storage_pools, storage_controller_ports, vendor_informations, locations, leds, temperature_stats, events, storage_node_statistics, storage_mdisks

Get a specific storage controller

URI /admin/resources/storage_controllers/{id}
Method GET
Returns 200 The storage controller was returned.
404 The storage controller was not found
500 Platform System Manager encountered an internal error while processing the request.

Returns a single storage controller identified by {id}.

You can use optional parameters to modify the response from the REST API call. For more information, see the Related information section.