Expected Rack
Retrieve all Expected Racks
Retrieve all Expected Racks.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN or PROVIDER_VIEWER suffix.
Alternatively, Tenant Admins with TargetedInstanceCreation capability can also retrieve Expected Racks if they have an account with the Site's Infrastructure Provider (siteId query parameter is required for Tenants).
get/v2/org/{org}/nico/expected-rack
Query parameters
siteIdstring uuid
ID of the Site to filter Expected Racks by
includeRelation'Site'
Related entity to expand
pageNumberinteger
Example:1
Page number for pagination query
pageSizeinteger
Example:20
Page size for pagination query
orderBy'RACK_ID_ASC' | 'RACK_ID_DESC' | 'RACK_PROFILE_ID_ASC' | 'RACK_PROFILE_ID_DESC' | 'CREATED_ASC' | 'CREATED_DESC' | 'UPDATED_ASC' | 'UPDATED_DESC'
Ordering for pagination query
Response
OK
Example response
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"rackId": "rack-01",
"siteId": "f97df110-f4de-492e-8849-4a6af68026b0",
"rackProfileId": "rp-standard-42u",
"name": "Rack 01",
"description": "Production rack in row A",
"labels": {
"chassis.manufacturer": "NVIDIA",
"chassis.serial-number": "NVRK0001001",
"chassis.model": "GB200-NVL72",
"location.region": "us-west-2",
"location.datacenter": "phx-dc01",
"location.room": "room-1",
"location.position": "A1"
},
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
]