GPUdb C++ API  Version 6.2.0.3
gpudb::AdminShowAlertsResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ AdminShowAlertsResponse()

gpudb::AdminShowAlertsResponse::AdminShowAlertsResponse ( )
inline

Constructs an AdminShowAlertsResponse object with default parameter values.

Definition at line 115 of file admin_show_alerts.h.

Member Data Documentation

◆ params

std::vector<std::map<std::string, std::string> > gpudb::AdminShowAlertsResponse::params

Definition at line 124 of file admin_show_alerts.h.

◆ timestamps

std::vector<std::string> gpudb::AdminShowAlertsResponse::timestamps

Definition at line 122 of file admin_show_alerts.h.

◆ types

std::vector<std::string> gpudb::AdminShowAlertsResponse::types

Definition at line 123 of file admin_show_alerts.h.


The documentation for this struct was generated from the following file: