Compute node chassis REST API

Use this REST API to manage compute node chassis.

Get all compute node chassis

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

Returns a list of Compute Node Chassis.

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

Response body

[
   {
      "vendor_informations": [
      ],
      "racks": "/admin/resources/racks/be3a36db-c14e-489a-a0ec-2dc7b0e43c38",
      "created_time_raw": 1465935928544,
      "events": [
      ],
      "state": "available",
      "updated_time": "Tue 14 Jun 2016 20:25:28.544 UTC",
      "power_supplies": [
      ],
      "version": "2.2.2.0",
      "id": "/admin/resources/compute_node_chassis/4617b83c-e961-4813-9cf3-44415f7c8211",
      "switches": [
      ],
      "label_user": "Flex Chassis",
      "leds": [
      ],
      "locations": [
      ],
      "name": "virtualchassis",
      "chassis_fans": [
      ],
      "temperature_stats": [
      ],
      "chassis_management_modules": [
      ],
      "compute_nodes": [
         "/admin/resources/compute_nodes/dd67b50a-4a6c-4b9b-aa14-40ca4828902f",
         "/admin/resources/compute_nodes/c947fe7f-03ae-495d-b49a-50aa17ae0a3b",
         "/admin/resources/compute_nodes/ba6943d2-6332-48df-8e2b-3a3c398d4999",
         "/admin/resources/compute_nodes/df44cce8-4b45-491c-861b-0a5d7942adec"
      ],
      "firmware_level": null,
      "energy_stats": [
      ],
      "isas_rn": 1,
      "label_text": "Flex Chassis",
      "label_key": "pure0511",
      "machine_type": null,
      "updated_time_raw": 1465935928544,
      "media_trays": [
      ],
      "management_nodes": [
         "/admin/resources/management_nodes/01c63101-c7ee-4ae8-8e39-3db57f09af8a",
         "/admin/resources/management_nodes/5518808b-6c2a-4836-ba75-dbcc1afc8c18"
      ],
      "created_time": "Tue 14 Jun 2016 20:25:28.544 UTC"
   }
]
created_time
The time at which the object is created
firmware_level
The firmware level of the compute node chassis
id
The unique ID of the object in the system.
label_key
The key for retrieving the label for the compute node chassis
label_text
Default translated message text
label_user
User modified message text
machine_type
The machine type of the the compute node chassis
name
The name of the compute node chassis
racks
A unique identifier for the rack where the compute node chassis is located
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.
updated_time
The time at which the object was last updated

Parents:

racks

Children:

chassis_management_modules, compute_nodes, management_nodes, media_trays, switches, chassis_fans, leds, vendor_information, locations, energy_stats, temperature_stats, events

Get a specific compute node chassis

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

Returns a single compute node chassis 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.