ConstructorHealthStatusedit

The health status of the constructor.

Propertiesedit

connected (boolean, required)
Whether the constructor is connected
maintenance_mode (boolean, required)
Whether the constructor is in maintenance mode

Exampleedit

{
   "connected" : true,
   "maintenance_mode" : true
}