start-mode
Sets whether the Engines have to be started manually or automatically.
Example Request
PUT http://example.com:8080/livecluster/rest/engineDaemon/start-mode
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
id |
Long |
Engine Daemon ID for which start mode needs to be set |
9007929106493580894 |
start |
Boolean |
True or False. True states manual start and false states automatic start. |
true |
Example Response
204 no content
Result: The property of all the specified Engine Daemons to start manually is set to true or false.