restart-engine-daemon-by-properties

Forces those Engine Daemons that match the Engine Condition to log off and restart.

Example Request

POST http://example.com:8080/livecluster/rest/engineDaemon/restart-engine-daemon-by-properties

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

JSON

Engine Condition data depending on which engines need to be selected for log off

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

Example Response

204 no content

Result: The Engine Daemon matching the specified condition is restarted.