configuration-by-properties

Sets the configuration to run on the Engines that match the Engine Condition.

Example Request

POST http://example.com:8080/livecluster/rest/engineDaemon/configuration-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
}
config

String

Configuration which needs to be updated

testlin64

Example Response

204 no content

Result: Configuration of the Engine Daemons matching the given condition is updated.