adminSendAlert
Sends a user generated alert to the monitoring system.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.adminSendAlert
public AdminSendAlertResponse adminSendAlert(String message, String label, String logLevel, Map<String, String> options) throws GPUdbException Sends a user generated alert to the monitoring system.Parameters:message- Alert message body. The default value is ”.label- Label to add to alert message. The default value is ”.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.