Objects

Get room placement of a rack

Return the room placement of a rack (the same shape accepted by the matching PATCH).

This property group applies to Rack objects only; requesting it for any other object class returns 400.

get/v1/objects/{object-id}/room-placement

Path parameters

object-idinteger required

Response

Room placement.

placedboolean

True if the rack has been positioned on the floor plan. Cleared by the server when the rack is unbound from its room.

xinteger

X coordinate of rack footprint reference corner in room coordinates, millimetres.

yinteger

Y coordinate of rack footprint reference corner in room coordinates, millimetres.

rotationinteger

Rotation in degrees (front direction); normalised by the server to the range 0..359.

Changes