adminShowAlerts
public AdminShowAlertsResponse adminShowAlerts(AdminShowAlertsRequest request) throws GPUdbException Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.adminShowAlerts
public AdminShowAlertsResponse adminShowAlerts(int numAlerts, Map<String, String> options) throws GPUdbException Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.Parameters:numAlerts- Number of most recent alerts to request. The response will include up tonumAlertsdepending on how many alerts there are in the system. A value of 0 returns all stored alerts.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.