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-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showSystemStatus
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 emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.