REST Monitoring asadmin commands
set-rest-monitoring-configuration
- Usage
-
asadmin> set-rest-monitoring-configuration --enabled true|false --target <config name> --contextRoot <contextRoot> --name <RESTMonitoringApplicationName> --securityEnabled true|false
- Aim
-
Sets the REST Monitoring application’s configuration.
Command Options
Options which are not specified will not overwrite the existing configuration.
Option | Type | Description | Default Value | Required |
---|---|---|---|---|
|
String |
The config whose values will be set. |
|
no |
|
Boolean |
Whether or not the service is enabled for the selected config. |
|
no |
|
String |
The context root of the REST Monitoring application. |
|
no |
|
String |
The name of the REST Monitoring application. |
|
no |
|
Boolean |
Whether or not secure access to the REST Monitoring application is enabled. |
|
no |
get-rest-monitoring-configuration
- Usage
-
asadmin> get-rest-monitoring-configuration --target <config name>
- Aim
-
Gets the specified config’s REST Monitoring application configuration.