admin.monitoring
Description
Provides methods to manage the monitoring of the #product() server.
Namespace:
admin.monitoring
Method: disable
HTTP POST
Description:
Disable monitoring.
Parameters:
- 
string sessionKey
 
Returns:
- 
array :
- 
struct Exporters
- 
string "node"
 - 
string "tomcat"
 - 
string "taskomatic"
 - 
string "postgres"
 - 
string "self_monitoring"
 
 - 
 
 - 
 
Method: enable
HTTP POST
Description:
Enable monitoring.
Parameters:
- 
string sessionKey
 
Returns:
- 
array :
- 
struct Exporters
- 
string "node"
 - 
string "tomcat"
 - 
string "taskomatic"
 - 
string "postgres"
 - 
string "self_monitoring"
 
 - 
 
 - 
 
Method: getStatus
HTTP GET
Description:
Get the status of each Prometheus exporter.
Parameters:
- 
string sessionKey
 
Returns:
- 
array :
- 
struct Exporters
- 
string "node"
 - 
string "tomcat"
 - 
string "taskomatic"
 - 
string "postgres"
 - 
string "self_monitoring"
 
 - 
 
 -