Skip to main content
  • showSystemStatus

    public ShowSystemStatusResponse showSystemStatus(ShowSystemStatusRequest request) throws GPUdbException
    Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
    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.
  • showSystemStatus

    public ShowSystemStatusResponse showSystemStatus(Map<String,String> options) throws GPUdbException
    Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
    Parameters:
    options - Optional parameters, currently unused. 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.