instances
Sets the number of Engine instances to run, overriding the value in the configuration.
Example Request
PUT http://example.com:8080/livecluster/rest/engineDaemon/instances
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
id |
Long |
Engine Daemon ID for which the number of instances need to be updated |
6153431282294490153 |
instances |
Int |
Number of instances that need to be overridden |
2 |
Example Response
204 no content
Result: The number of Engine instances to run for Engine Daemons is set.