property-by-properties

Sets a property on selected Engine Daemons that match the Engine Condition.

Example Request

POST http://example.com:8080/livecluster/rest/engineDaemon/property-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": "osName",
"comparison": 1,
"value": "RHEL6",
"nullCompare": false
}
],
"type": 0
}
key

String

Key of the new property that needs to be added

New Prop
value

String

Value of the new property that needs to be added

New Prop Value

Example Response

204 no content

Result: A property is set for the selected Engine Daemons that match the Engine condition.