Skip to main content

◆ adminSendAlert() [1/4]

AdminSendAlertResponse gpudb::GPUdb::adminSendAlert (const AdminSendAlertRequest &request_) const

Sends a user generated alert to the monitoring system.

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

◆ adminSendAlert() [2/4]

AdminSendAlertResponse & gpudb::GPUdb::adminSendAlert (const AdminSendAlertRequest &request_,
AdminSendAlertResponse &response_ ) const

Sends a user generated alert to the monitoring system.

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).

◆ adminSendAlert() [3/4]

AdminSendAlertResponse gpudb::GPUdb::adminSendAlert (const std::string &message,
const std::string &label,
const std::string &logLevel,
const std::map< std::string, std::string > &options ) const

Sends a user generated alert to the monitoring system.

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

◆ adminSendAlert() [4/4]

AdminSendAlertResponse & gpudb::GPUdb::adminSendAlert (const std::string &message,
const std::string &label,
const std::string &logLevel,
const std::map< std::string, std::string > &options,
AdminSendAlertResponse &response_ ) const

Sends a user generated alert to the monitoring system.

Parameters
[in]messageAlert message body. The default value is ”.
[in]labelLabel to add to alert message. The default value is ”.
[in]logLevelAlert message logging criteria. Supported values:
[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).