◆ adminShowAlerts() [1/4]
| AdminShowAlertsResponse gpudb::GPUdb::adminShowAlerts | ( | const AdminShowAlertsRequest & | request_ | ) | const |
◆ adminShowAlerts() [2/4]
| AdminShowAlertsResponse & gpudb::GPUdb::adminShowAlerts | ( | const AdminShowAlertsRequest & | request_, |
| AdminShowAlertsResponse & | response_ ) const |
Requests a list of the most recent alerts.
Returns lists of alert data, including timestamp and type.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ adminShowAlerts() [3/4]
| AdminShowAlertsResponse gpudb::GPUdb::adminShowAlerts | ( | const int32_t | numAlerts, |
| const std::map< std::string, std::string > & | options ) const |
Requests a list of the most recent alerts.
Returns lists of alert data, including timestamp and type.
Parameters
| [in] | numAlerts | Number of most recent alerts to request. The response will include up to numAlerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ adminShowAlerts() [4/4]
| AdminShowAlertsResponse & gpudb::GPUdb::adminShowAlerts | ( | const int32_t | numAlerts, |
| const std::map< std::string, std::string > & | options, | ||
| AdminShowAlertsResponse & | response_ ) const |
Requests a list of the most recent alerts.
Returns lists of alert data, including timestamp and type.
Parameters
| [in] | numAlerts | Number of most recent alerts to request. The response will include up to numAlerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).