instances-by-properties

Sets the number of Engine instances to run, overriding the value in the configuration for Engines that match the Engine Conditions.

Example Request

POST http://example.com:8080/livecluster/rest/engineDaemon/instances-by-properties

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

JSON

Engine Condition data depending on which Engines need to be selected

{
"sets": null,
"conditions": [
{
"name": "os",
"comparison": 1,
"value": "linux64",
"nullCompare": false
}
],
"type": 0
}
instances

Int

Number of instances which need to be overridden

3

Example Response

204 no content

Result: The number of Engine instances to run is set for Engine Daemons matching the condition.