default-property
Creates a new default Engine Property and its description.
Example Request
PUT http://example.com:8080/livecluster/rest/engineDaemon/default-property
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
property |
String |
Name of the new default Engine property that needs to be created |
NewProp |
description |
String |
Description on the new default Engine property |
New Property description |
Example Response
204 no content
Result: A new default property is added.