◆ adminSendAlert() [1/4]
| AdminSendAlertResponse gpudb::GPUdb::adminSendAlert | ( | const AdminSendAlertRequest & | request_ | ) | const |
◆ adminSendAlert() [2/4]
| AdminSendAlertResponse & gpudb::GPUdb::adminSendAlert | ( | const AdminSendAlertRequest & | request_, |
| AdminSendAlertResponse & | response_ ) const |
Sends a user generated alert to the monitoring system.
Parameters
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] | message | Alert message body. The default value is ”. |
| [in] | label | Label to add to alert message. The default value is ”. |
| [in] | logLevel | Alert message logging criteria. Supported values: |
| [in] | options | Optional 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] | message | Alert message body. The default value is ”. |
| [in] | label | Label to add to alert message. The default value is ”. |
| [in] | logLevel | Alert message logging criteria. Supported values: |
| [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).