Resolve a Device to its owner and type
Resolve a device uuid (from GET /org/{org_id}/devices) to its owner and type
without prior knowledge of either, so cockpit deep links can follow the existing
nested per-type detail route. Scoped to the org: a device in another org 404s.
Available only for “admin” users.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The device ID to resolve
Response
OK
Thin resolver payload: enough to follow the nested per-type detail route
(/org/{o}/users/{owner_id}/<type>/{device_id}) knowing only the device uuid.
device_type is the DeviceType short_name (ev, inv, wb, hp_atw, hp_wtw, ...), null
for a device with no device_model.
