default-properties

Retrieves the names and descriptions from the default Engine property list.

Example Request

GET http://example.com:8080/livecluster/rest/engineDaemon/default-properties

Example Response

[
{
"name": "Location",
"value": "machine location"
},
{
"name": "Group",
"value": "work group to attach engine"
},
{
"name": "QuarantineStatus",
"value": "quarantine status of the engine"
},
{
"name": "Description",
"value": "brief description of machine"
}
]