Rack history REST API

Use this REST API to manage rack history.

Get all rack history

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

Returns a list of rack history.

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

Response body

[
   {
      "number_of_hdd": 24,
      "total_input_power_units": "W",
      "created_time_raw": 1470588948814,
      "average_chassis_exhaust_temperature": 0,
      "storage_total_bytes_in": 147037657,
      "number_of_volumes": 0,
      "total_input_power": 0,
      "average_chassis_ambient_temperature": 0,
      "physical_memory_available": 828021,
      "physical_cpus_utilization_percent": 3,
      "physical_cpus_units": "cores",
      "storage_avg_latency_out": 0.02190164396392405,
      "type": "rack_stats",
      "updated_time": "Tue 09 Aug 2016 13:46:54.278 UTC",
      "virtual_memory_total": 187776,
      "network_fc_total_bytes_errors": 0,
      "physical_cpus_total": 64,
      "number_of_controllers": 1,
      "number_of_expansions": 0,
      "storage_total_bytes_out": 150481752,
      "number_of_compute_node_chassis": 1,
      "physical_cpus_allocated": 44.6,
      "number_of_ssd": 0,
      "label_text": "Rack History",
      "physical_cpus_available": 19.4,
      "storage_free": 14301457,
      "label_key": "pure0509",
      "storage_total": 24025984,
      "updated_time_raw": 1470750414278,
      "virtual_memory_units": "MB",
      "network_ethernet_total_bytes_out": 0,
      "physical_memory_used": 120753,
      "network_ethernet_total_bytes_errors": 0,
      "physical_memory_allocated": 1265791,
      "storage_temperature": 27,
      "network_fc_total_bytes_out": 0,
      "state": "available",
      "number_of_compute_nodes": 4,
      "version": "2.2.2.0",
      "id": "/admin/resources/rack_history/9234365e-c287-4197-aef3-b6a098997493",
      "name": "8558/Rack37",
      "average_compute_node_temperature": 48,
      "virtual_cpus_total": 78,
      "virtual_memory_used": 11018,
      "total_pvu_value": 4480,
      "virtual_cpus_utilization_percent": 1,
      "storage_avg_latency_in": 0.06905573210474689,
      "isas_rn": 1,
      "temperature_units": "C",
      "number_of_instances": 49,
      "rack_stats": "/admin/resources/rack_stats/fd7d6b1a-e6f3-401e-90df-8f621850225d",
      "physical_memory_total": 2093812,
      "storage_time_interval": 3000,
      "network_fc_total_bytes_in": 0,
      "created_time": "Sun 07 Aug 2016 16:55:48.814 UTC",
      "network_ethernet_total_bytes_in": 0,
      "physical_memory_units": "MB"
   }
]
average_chassis_ambient_temperature
Average chassis ambient temperature
average_chassis_exhaust_temperature
Average chassis exhaust temperature
average_compute_node_temperature
Average compute node temperature
created_time
The time at which the object is created
id
The unique ID of the object in the system.
label_key
Key for retrieving label for the rack history
label_text
Default translated message text
name
The name of the rack history
network_ethernet_total_bytes_errors
Total bytes errors for ethernet network
network_ethernet_total_bytes_in
Total bytes in for ethernet network
network_ethernet_total_bytes_out
Total bytes out for ethernet network
network_fc_total_bytes_errors
Total bytes errors for FC network
network_fc_total_bytes_in
Total bytes in for FC network
network_fc_total_bytes_out
Total bytes out for FC network
number_of_compute_node_chassis
Number of compute node chassis
number_of_compute_nodes
Number of compute nodes
number_of_controllers
Number of controllers
number_of_expansions
Number of expansions
number_of_hdd
Number of HDD
number_of_instances
Number of instances
number_of_ssd
Number of SSD
number_of_volumes
Number of volumes
physical_cpus_allocated
Number of allocated cpus
physical_cpus_total
Total number of physical cpus
physical_cpus_units
Unit for physical cpus
physical_cpus_utilization_percent
Percent of physical cpu utilization
physical_memory_allocated
Physical memory allocated
physical_memory_total
Total physical memory
physical_memory_units
Unit for physical memory
physical_memory_used
Physical memory used
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.
storage_avg_latency_in
The average latency in
storage_avg_latency_out
The average latency out
storage_free
Free storage
storage_temperature
Storage temperature
storage_time_interval
The time interval for the averages
storage_total
Total storage
storage_total_bytes_in
Total bytes in for the storage controllers
storage_total_bytes_out
Total bytes out for the storage controllers
temperature_units
Unit for temperature
total_input_power
Total input power
total_input_power_units
Unit for input power
total_pvu_value
Total pvu value
type
The type of the rack history
updated_time
The time at which the object was last updated
virtual_cpus_total
Number of total virtual cpus
virtual_cpus_utilization_percent
Percent of virtual cpu utilization
virtual_memory_total
Total virtual memory
virtual_memory_units
Unit for virtual memory
virtual_memory_used
Virtual memory used

Parents:

rack_stats

Get a specific rack history

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

Returns a single rack history 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.