Skip to main content
  • 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 - Request object containing the parameters for the operation.
    Returns:
    Response object 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 to numAlerts depending 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 empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.