GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for adminShowAlerts(const AdminShowAlertsRequest&) const. More...
#include <gpudb/protocol/admin_show_alerts.h>
Public Member Functions | |
AdminShowAlertsResponse () | |
Constructs an AdminShowAlertsResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | timestamps |
std::vector< std::string > | types |
std::vector< std::map< std::string, std::string > > | params |
A set of output parameters for adminShowAlerts(const AdminShowAlertsRequest&) const.
Retrieves a list of the most recent alerts generated. The number of alerts to retrieve is specified in this request. Returns lists of alert data, earliest to latest
Definition at line 108 of file admin_show_alerts.h.
|
inline |
Constructs an AdminShowAlertsResponse object with default parameter values.
Definition at line 115 of file admin_show_alerts.h.
std::vector<std::map<std::string, std::string> > gpudb::AdminShowAlertsResponse::params |
Definition at line 124 of file admin_show_alerts.h.
std::vector<std::string> gpudb::AdminShowAlertsResponse::timestamps |
Definition at line 122 of file admin_show_alerts.h.
std::vector<std::string> gpudb::AdminShowAlertsResponse::types |
Definition at line 123 of file admin_show_alerts.h.