get https://example.com/v2/chassis
Get list of all chassis info that are part of cluster.
Log in to see full request history
Responses
Get list of all chassis info that are part of cluster.
xxxxxxxxxx
curl --request GET \
--url https://example.com/v2/chassis \
--header 'accept: application/json'
xxxxxxxxxx
14{
"chassis": [
{
"hardwareModel": "string",
"id": 0,
"name": "string",
"nodeIds": [
0
],
"rackId": 0,
"serialNumber": "string"
}
]
}