Retrieve a Rack
Get a Rack by ID.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
Authentication
AuthorizationBearer
```
export JWT_BEARER_TOKEN="<jwt-bearer-token>"
# Example org name: "acme-inc
export ORG_NAME=<org-name>
# Use the JWT bearer token in your API request auth header:
curl -v -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $JWT_BEARER_TOKEN" https://nico-rest-api.nico.svc.cluster.local/v2/org/$ORG_NAME/nico/user/current
```
Path parameters
org
Name of the Org
id
ID of the Rack
Query parameters
siteId
ID of the Site
includeComponents
Include rack components in response
Response
OK
operationStatus
Operability phase aggregated from tray operationStatus values.
nvLinkDomainIds
IDs of the NVLink Domains containing this Rack. Empty when the Rack is not assigned to an NVLink Domain.
taskStats
Counts of non-terminal tasks currently associated with a rack or tray. Rack stats include component-scoped tasks on the rack; tray stats include only tasks that explicitly target the tray.
id
Rack ID
name
Name of the Rack
manufacturer
Manufacturer of the Rack
model
Model of the Rack
serialNumber
Serial number of the Rack
description
Description of the Rack
location
Physical or logical location of the Rack
components
Components within the Rack. Only returned when includeComponents is true.
Errors
403
Forbidden Error
404
Not Found Error
504
Gateway Timeout Error