Validate Trays
Validate Tray components by comparing expected vs actual state.
If no filter is specified, validates all trays in the Site. Use rackId/rackName to scope to a specific rack, and name/manufacturer/type to filter by tray attributes.
Compares the expected component configuration against the actual state. Returns a detailed diff report showing missing, extra, and mismatched components.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
Query parameters
ID of the Site
Scope to a specific Rack by ID (mutually exclusive with rackName)
Scope to a specific Rack by name (mutually exclusive with rackId)
Filter trays by name
Filter trays by manufacturer
Filter trays by type
Filter by external component ID (requires type; mutually exclusive with rackId/rackName; use repeated params for multiple values)
Restrict validation to trays at this rack slot (matches position.slotId). Requires rackId or rackName. Composes with the rest of the filter via AND.
Response
OK