15 Maintenance Mode
15.1 Get
GET https://<HOST>:<PORT>/api/maintenanceMode/get?version=0
Returns whether the maintenance mode is active or not
Required Permissions
-
API
Response Body Structure
The response body is structured as MaintenanceMode JSON object. A description for its fields is at section 27.18.1. For the JSON schema refer to section 27.18.2.
Example
15.2 Set
PUT https://<HOST>:<PORT>/api/maintenanceMode/set?version=0
Enables or disables the maintenance mode.
Required Permissions
-
API
-
Administration
Request Body Structure
The request body is structured as MaintenanceMode JSON object. A description for its fields is at section 27.18.1. For the JSON schema refer to section 27.18.2.
Response Body Structure
The response body is structured as MaintenanceMode JSON object. A description for its fields is at section 27.18.1. For the JSON schema refer to section 27.18.2.