Retrieve a Tray
Get a Tray by ID.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
Query parameters
ID of the Site
Response
OK
Example response
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"componentId": "fm100ht4v4mce2qstjnl8970nnj3ie6ecek4mtjn27pea4kre5gsa49jg0g",
"type": "Compute",
"name": "compute-tray-1",
"manufacturer": "NVIDIA",
"model": "GB200",
"serialNumber": "TSN001",
"description": "Compute tray in slot 1",
"firmwareVersion": "2.1.0",
"powerState": "on",
"position": {
"slotId": 1,
"trayIdx": 0,
"hostId": 1
},
"bmcs": [
{
"type": "BmcTypeHost",
"macAddress": "00:11:22:33:44:55",
"ipAddress": "192.168.1.100"
}
],
"rackId": "550e8400-e29b-41d4-a716-446655440000",
"nvLinkDomainId": "59202b81-65fb-45ec-b3b8-91ab0ad3f34a",
"taskStats": {
"pendingTaskCount": 3,
"activeTaskCount": 1
}
}Changes
Changed in 5 of the 90 revisions of this API.38
- ○
added the required property
taskStatsto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
nvLinkDomainIdto the response with the200statusresponse-required-property-added
- ○
- ●
added the new
Computeenum value to thetyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
NVSwitchenum value to thetyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
PowerShelfenum value to thetyperesponse property for the response status200response-property-enum-value-added
- ○
removed the
computeenum value from thetyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
powershelfenum value from thetyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
switchenum value from thetyperesponse property for the response status200response-property-enum-value-removed
- ●
- ○
added the non-success response with the status
504response-non-success-status-added
- ○
- ○
added the optional property
leakStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
operationStatusto the response with the200statusresponse-optional-property-added
- ○