Tray
Firmware update Trays
Update firmware on Trays with optional filters. If no filter is specified, targets all trays in the Site.
Filter constraints:
- rackId and rackName are mutually exclusive
- rackId/rackName cannot be combined with ids/componentIds (rack-level vs component-level targeting)
- componentIds requires type to be specified
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
patch/v2/org/{org}/nico/tray/firmware
Request body
Example request
{
"siteId": "550e8400-e29b-41d4-a716-446655440000",
"filter": {
"type": "switch"
},
"version": "24.11.0",
"targets": [
"bmc",
"nvos"
]
}Response
OK
Example response
{
"taskIds": [
"550e8400-e29b-41d4-a716-446655440000"
]
}