◆ adminSendAlert() [1/2]
| 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]
| inline |
Sends a user generated alert to the monitoring system.
Parameters
Returns
Response object containing the result of the operation.
Definition at line 2497 of file KineticaFunctions.cs.
◆ AdminSendAlertAsync() [1/2]
| inline |
Sends a user generated alert to the monitoring system.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation 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]
| inline |
Sends a user generated alert to the monitoring system.
(async)
Parameters
| message | Alert message body. The default value is ”. |
| label | Label to add to alert message. The default value is ”. |
| log_level | Alert message logging criteria. Supported values: |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation 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.