all-start-mode

Sets whether all Engines have to be started manually or automatically.

Example Request

PUT http://example.com:8080/livecluster/rest/engineDaemon/all-start-mode

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

start

Boolean

True or false. True states manual start and false states automatic start.

true

Example Response

204 no content

Result: The manual start property of all Engine Daemons is set to true or false, depending on what you have specified.