manager-value
Sets a Manager property value specified by the category name, property group name, and property name on the specified manager.
Example Request
PUT http://example.com:8080/livecluster/rest/manager/manager-value
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
manager |
String |
Manager ID for which property needs to be retrieved |
1580108171 |
category |
String |
Name of the category |
Logging |
propertyGroup |
String |
Name of the property group |
General |
name |
String |
Name of the property |
Default Debug Level |
value |
String |
Value of the property |
FINE |
Example Response
204 no content
Result: Property value is updated correctly.