IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ConstructorHealthStatus

edit

The health status of the constructor.

Properties

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

Example

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