enabled-by-properties
Sets whether the Engine Daemon that matches the Engine Condition can run Engines.
Example Request
POST http://example.com:8080/livecluster/rest/engineDaemon/enabled-by-properties
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
— |
JSON |
Engine condition data depending on which engines are selected |
{ |
enable |
Boolean |
Engine Daemon enabled flag. True or false. |
true |
Example Response
204 no content
Result: The Engine Daemons matching condition are enabled or disabled.