public interface HealthMonitorService extends RestService
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
create(HealthMonitor healthMonitor)
Create a healthMonitor
|
ActionResponse |
delete(String healthMonitorId)
Delete the specified healthMonitor by ID
|
HealthMonitor |
get(String healthMonitorId)
Get the specified healthMonitor by ID
|
List<? extends HealthMonitor> |
list()
List all healthMonitor that the current tenant has access to
|
List<? extends HealthMonitor> |
list(Map<String,String> filteringParams)
Returns list of healthMonitor filtered by parameters.
|
HealthMonitor |
update(String healthMonitorId,
HealthMonitorUpdate healthMonitor)
Update a healthMonitor
|
List<? extends HealthMonitor> list()
List<? extends HealthMonitor> list(Map<String,String> filteringParams)
filteringParams
- map (name, value) of filtering parametersHealthMonitor get(String healthMonitorId)
healthMonitorId
- the healthMonitor identifierActionResponse delete(String healthMonitorId)
healthMonitorId
- the healthMonitor identifierHealthMonitor create(HealthMonitor healthMonitor)
healthMonitor
- HealthMonitor update(String healthMonitorId, HealthMonitorUpdate healthMonitor)
healthMonitorId
- the healthMonitor identifierhealthMonitor
- HealthMonitorUpdateCopyright © 2017. All rights reserved.