ConstructorInfoedit

Information about the constructor.

Propertiesedit

constructor_id (string, required)
Identifier for this constructor
status (ConstructorHealthStatus, required)
The health status of the constructor.

Exampleedit

{
   "constructor_id" : "string",
   "status" : {
      "connected" : true,
      "maintenance_mode" : true
   }
}