property-by-properties

Removes a property from selected Engine Daemons that match the Engine Condition.

Example Request

DELETE 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 are selected

{
"sets": null,
"conditions": [
{
"name": "osName",
"comparison": 1,
"value": "RHEL6",
"nullCompare": false
}
],
"type": 0
}
key

String

Key of the property that needs to be removed

NewProp

Example Response

1

Result: Returns 1 if there is no exception.