start-mode-by-properties
Sets whether the Engines that match the Engine Condition have to be started manually or automatically.
Example Request
POST http://example.com:8080/livecluster/rest/engineDaemon/start-mode-by-properties
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
— |
JSON |
Engine Condition data depending on which engines need to be selected |
{ |
manual |
Boolean |
Manual startup flag. True or false. |
true |
Example Response
204 no content
Result: The property to start manually for Engine Daemons that match the condition is set to true or false.