◆ adminShowAlerts() [1/2]
| inline |
Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.
| request_ | Request object containing the parameters for the operation. |
Definition at line 2560 of file KineticaFunctions.cs.
◆ adminShowAlerts() [2/2]
| inline |
Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.
| num_alerts | Number of most recent alerts to request. The response will include up to num_alerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 2595 of file KineticaFunctions.cs.
◆ AdminShowAlertsAsync() [1/2]
| inline |
Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 2576 of file KineticaFunctions.cs.
◆ AdminShowAlertsAsync() [2/2]
| inline |
Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.
(async)
| num_alerts | Number of most recent alerts to request. The response will include up to num_alerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 2614 of file KineticaFunctions.cs.