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