Skip to main content

◆ showSystemStatus() [1/2]

ShowSystemStatusResponse kinetica.Kinetica.showSystemStatus (IDictionary< string, string >options = null)
inline

Provides server configuration and health related status to the caller.

The admin tool uses it to present server related information to the user.

Parameters
optionsOptional parameters, currently unused. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 61923 of file KineticaFunctions.cs.

◆ showSystemStatus() [2/2]

ShowSystemStatusResponse kinetica.Kinetica.showSystemStatus (ShowSystemStatusRequestrequest_)
inline

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 result of the operation.

Definition at line 61888 of file KineticaFunctions.cs.

◆ ShowSystemStatusAsync() [1/2]

async System.Threading.Tasks.Task< ShowSystemStatusResponse > kinetica.Kinetica.ShowSystemStatusAsync (IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Provides server configuration and health related status to the caller.

(async)

The admin tool uses it to present server related information to the user.

Parameters
optionsOptional parameters, currently unused. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 61939 of file KineticaFunctions.cs.

◆ ShowSystemStatusAsync() [2/2]

async System.Threading.Tasks.Task< ShowSystemStatusResponse > kinetica.Kinetica.ShowSystemStatusAsync (ShowSystemStatusRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Provides server configuration and health related status to the caller.

(async)

The admin tool uses it to present server related information to the user.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 61906 of file KineticaFunctions.cs.