ApplicationApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
eventMetrics | GET /system/monitoring/events | Event Metrics |
getConfig | GET /system/configurations/ | Configuration for configurationKey |
jvmMetrics | GET /system/monitoring/jvm | JVM Metrics |
listConfigurations | GET /system/configurations | List Configurations |
mongoDbMetrics | GET /system/monitoring/mongodb | MongoDb Metrics |
settings | GET /system/settings | System Settings |
systemMetrics | GET /system/monitoring/system | System Metrics |
updateConfiguration | PATCH /system/configurations/ | Update Configuration |
eventMetrics
List eventMetrics()
Event Metrics
Returns the Metrics of events of the running MongoCamp Application.
Parameters
This endpoint does not need any parameter.
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
getConfig
MongoCampConfiguration getConfig(configurationKey)
Configuration for configurationKey
Get Configuration for key
Parameters
Name | Type | Description | Notes |
---|---|---|---|
configurationKey | String | configurationKey to get | [default to null] |
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
jvmMetrics
List jvmMetrics()
JVM Metrics
Returns the JVM Metrics of the running MongoCamp Application
Parameters
This endpoint does not need any parameter.
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
listConfigurations
List listConfigurations()
List Configurations
List all Configurations or filtered
Parameters
This endpoint does not need any parameter.
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
mongoDbMetrics
List mongoDbMetrics()
MongoDb Metrics
Returns the MongoDB Metrics of the running MongoCamp Application
Parameters
This endpoint does not need any parameter.
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
settings
SettingsResponse settings()
System Settings
Returns the Settings of the running MongoCamp Application.
Parameters
This endpoint does not need any parameter.
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
systemMetrics
List systemMetrics()
System Metrics
Returns the Metrics of the MongoCamp System
Parameters
This endpoint does not need any parameter.
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
updateConfiguration
JsonValue_Boolean updateConfiguration(configurationKey, JsonValue_Any)
Update Configuration
Update Configuration with the value
Parameters
Name | Type | Description | Notes |
---|---|---|---|
configurationKey | String | configurationKey to edit | [default to null] |
JsonValue_Any | JsonValue_Any |
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: application/json
- Accept: application/json, text/plain