showTriggers
Retrieves information regarding the specified triggers or all existing triggers currently active.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.showTriggers
public ShowTriggersResponse showTriggers(List<String> triggerIds, Map<String, String> options) throws GPUdbException Retrieves information regarding the specified triggers or all existing triggers currently active.Parameters:triggerIds- List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers.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.