Skip to main content

◆ adminSendAlert() [1/2]

AdminSendAlertResponse kinetica.Kinetica.adminSendAlert (AdminSendAlertRequestrequest_)
inline

Sends a user generated alert to the monitoring system.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 2438 of file KineticaFunctions.cs.

◆ adminSendAlert() [2/2]

AdminSendAlertResponse kinetica.Kinetica.adminSendAlert (stringmessage,
stringlabel,
stringlog_level,
IDictionary< string, string >options = null )
inline

Sends a user generated alert to the monitoring system.

Parameters
messageAlert message body. The default value is ”.
labelLabel to add to alert message. The default value is ”.
log_levelAlert message logging criteria. Supported values:
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 2497 of file KineticaFunctions.cs.

◆ AdminSendAlertAsync() [1/2]

async System.Threading.Tasks.Task< AdminSendAlertResponse > kinetica.Kinetica.AdminSendAlertAsync (AdminSendAlertRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Sends a user generated alert to the monitoring system.

(async)

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 2454 of file KineticaFunctions.cs.

◆ AdminSendAlertAsync() [2/2]

async System.Threading.Tasks.Task< AdminSendAlertResponse > kinetica.Kinetica.AdminSendAlertAsync (stringmessage,
stringlabel,
stringlog_level,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Sends a user generated alert to the monitoring system.

(async)

Parameters
messageAlert message body. The default value is ”.
labelLabel to add to alert message. The default value is ”.
log_levelAlert message logging criteria. Supported values:
optionsOptional parameters. 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 2543 of file KineticaFunctions.cs.