Skip to main content

◆ adminShowAlerts() [1/4]

AdminShowAlertsResponse gpudb::GPUdb::adminShowAlerts (const AdminShowAlertsRequest &request_) const

Requests a list of the most recent alerts.

Returns lists of alert data, including timestamp and type.

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

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ adminShowAlerts() [3/4]

AdminShowAlertsResponse gpudb::GPUdb::adminShowAlerts (const int32_tnumAlerts,
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]numAlertsNumber 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]optionsOptional 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_tnumAlerts,
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]numAlertsNumber 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]optionsOptional 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).