Class SystemAlertsImpl
java.lang.Object
api.equinix.javasdk.ibxsmartview.client.implementation.SystemAlertsImpl
- All Implemented Interfaces:
SystemAlerts
-
Constructor Summary
ConstructorsConstructorDescriptionSystemAlertsImpl(SystemAlertClient<SystemAlert> serviceClient, IBXSmartView serviceManager) -
Method Summary
Modifier and TypeMethodDescriptionSearches for system alerts matching the specified filter criteria.searchPost(Object filterBody) Searches for system alerts using a structured filter body submitted via POST.
-
Constructor Details
-
SystemAlertsImpl
-
-
Method Details
-
search
public PaginatedList<SystemAlert> search(String status, String assetClassification, String edgeCollectedOn, int offset, int limit) Description copied from interface:SystemAlertsSearches for system alerts matching the specified filter criteria.- Specified by:
searchin interfaceSystemAlerts- Parameters:
status- the alert status to filter byassetClassification- the asset classification to filter byedgeCollectedOn- the edge collection date to filter byoffset- the zero-based offset for paginationlimit- the maximum number of results to return- Returns:
- a paginated list of matching system alerts
-
searchPost
Description copied from interface:SystemAlertsSearches for system alerts using a structured filter body submitted via POST.- Specified by:
searchPostin interfaceSystemAlerts- Parameters:
filterBody- the filter criteria as a request body object- Returns:
- a paginated list of matching system alerts
-