property
Sets a property on the Engine Daemon.
Example Request
PUT http://example.com:8080/livecluster/rest/engineDaemon/property
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
id |
Long |
Engine Daemon ID for which a new property needs to be set |
9007929106493580894 |
key |
String |
Key of the new property that needs to be added |
instances |
value |
String |
Value of the new property that needs to be added |
4 |
Example Response
204 no content
Result: A new property of the Engine Daemon is set.