Skip to main content
  • showTriggers

    public ShowTriggersResponse showTriggers(ShowTriggersRequest request) throws GPUdbException
    Retrieves information regarding the specified triggers or all existing triggers currently active.
    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.
  • 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 empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.