value
Sets a Manager property value specified by the category name, property group name, and property name.
Example Request
PUT http://example.com:8080/livecluster/rest/manager/value
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
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 category |
FINE |
Example Response
204 no content
Result: Property value is updated correctly.