Package org.jclouds.cloudstack.features
Interface GlobalAlertApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Alert>
listAlerts(ListAlertsOptions... options)
List Alerts
-
-
-
Method Detail
-
listAlerts
@Named("listAlerts") @GET @Consumes("application/json") Set<Alert> listAlerts(ListAlertsOptions... options)
List Alerts- Returns:
- alert list or null if not found
-
-