Retrieve a Rack
Get a Rack by ID.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
Query parameters
ID of the Site
Include rack components in response
Response
OK
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Rack-01",
"manufacturer": "Dell",
"model": "PowerEdge R750",
"serialNumber": "SN-RACK-001",
"description": "Primary compute rack",
"nvLinkDomainIds": [
"59202b81-65fb-45ec-b3b8-91ab0ad3f34a"
],
"taskStats": {
"pendingTaskCount": 0,
"activeTaskCount": 0
},
"location": {
"region": "us-east-1",
"datacenter": "DC-01",
"room": "Room-A",
"position": "A1"
},
"components": [
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"componentId": "fm100ht4v4mce2qstjnl8970nnj3ie6ecek4mtjn27pea4kre5gsa49jg0g",
"type": "Compute",
"name": "Server-01",
"serialNumber": "SN-SRV-001",
"manufacturer": "Dell",
"firmwareVersion": "2.1.0",
"slotId": 1,
"trayIdx": 0,
"hostId": 0,
"bmcs": [
{
"type": "BmcTypeHost",
"macAddress": "AA:BB:CC:DD:EE:01",
"ipAddress": "10.0.0.101"
}
],
"powerState": "on"
}
]
}Changes
Changed in 4 of the 90 revisions of this API.5
- ○
added the required property
taskStatsto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
nvLinkDomainIdsto the response with the200statusresponse-required-property-added
- ○
- ○
added the non-success response with the status
504response-non-success-status-added
- ○
- ○
added the optional property
components/items/leakStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
components/items/operationStatusto the response with the200statusresponse-optional-property-added
- ○