> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::AdminShowAlertsResponse

> gpudb::AdminShowAlertsResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa089f0e3ed5c9c02279eb96ac08ef332">GPUdb::adminShowAlerts</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">gpudb/protocol/admin\_show\_alerts.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:aafe9b56e7f380611ff90b53b25de57e6" id="r_aafe9b56e7f380611ff90b53b25de57e6">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aafe9b56e7f380611ff90b53b25de57e6">AdminShowAlertsResponse</a> ()</td>
      </tr>

      <tr className="memdesc:aafe9b56e7f380611ff90b53b25de57e6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowAlertsResponse" title="A set of results returned by GPUdb::adminShowAlerts.">AdminShowAlertsResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:aafe9b56e7f380611ff90b53b25de57e6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a4ecb84f339c472e9c71babecc6f9958e" id="r_a4ecb84f339c472e9c71babecc6f9958e">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4ecb84f339c472e9c71babecc6f9958e">timestamps</a></td>
      </tr>

      <tr className="memdesc:a4ecb84f339c472e9c71babecc6f9958e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Timestamp for when the alert occurred, sorted from most recent to least recent. <br /></td>
      </tr>

      <tr className="separator:a4ecb84f339c472e9c71babecc6f9958e">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a6aa45d6ea24f93358846d7f7c461111e" id="r_a6aa45d6ea24f93358846d7f7c461111e">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6aa45d6ea24f93358846d7f7c461111e">types</a></td>
      </tr>

      <tr className="memdesc:a6aa45d6ea24f93358846d7f7c461111e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight"><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of system alert, sorted from most recent to least recent. <br /></td>
      </tr>

      <tr className="separator:a6aa45d6ea24f93358846d7f7c461111e">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a974d5d11b803bd39c10a32a5ade1f87c" id="r_a974d5d11b803bd39c10a32a5ade1f87c">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::map\< std::string, std::string > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a974d5d11b803bd39c10a32a5ade1f87c">params</a></td>
      </tr>

      <tr className="memdesc:a974d5d11b803bd39c10a32a5ade1f87c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Parameters for each alert, sorted from most recent to least recent. <br /></td>
      </tr>

      <tr className="separator:a974d5d11b803bd39c10a32a5ade1f87c">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:adb00be6151c51f4a80aab61ed3f82cec" id="r_adb00be6151c51f4a80aab61ed3f82cec">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adb00be6151c51f4a80aab61ed3f82cec">info</a></td>
      </tr>

      <tr className="memdesc:adb00be6151c51f4a80aab61ed3f82cec">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:adb00be6151c51f4a80aab61ed3f82cec">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa089f0e3ed5c9c02279eb96ac08ef332">GPUdb::adminShowAlerts</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source#l00111">111</a> of file <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">admin\_show\_alerts.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#aafe9b56e7f380611ff90b53b25de57e6">◆ </a></span>AdminShowAlertsResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AdminShowAlertsResponse::AdminShowAlertsResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowAlertsResponse" title="A set of results returned by GPUdb::adminShowAlerts.">AdminShowAlertsResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source#l00117">117</a> of file <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">admin\_show\_alerts.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#adb00be6151c51f4a80aab61ed3f82cec">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::AdminShowAlertsResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source#l00149">149</a> of file <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">admin\_show\_alerts.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a974d5d11b803bd39c10a32a5ade1f87c">◆ </a></span>params</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::map\<std::string, std::string> > gpudb::AdminShowAlertsResponse::params</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Parameters for each alert, sorted from most recent to least recent. </p>
        <p>Each array entry corresponds with the entries at the same index in <a className="el" href="#a4ecb84f339c472e9c71babecc6f9958e">timestamps</a> and <a className="el" href="#a6aa45d6ea24f93358846d7f7c461111e">types</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source#l00144">144</a> of file <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">admin\_show\_alerts.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4ecb84f339c472e9c71babecc6f9958e">◆ </a></span>timestamps</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::AdminShowAlertsResponse::timestamps</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Timestamp for when the alert occurred, sorted from most recent to least recent. </p>
        <p>Each array entry corresponds with the entries at the same index in <a className="el" href="#a6aa45d6ea24f93358846d7f7c461111e">types</a> and <a className="el" href="#a974d5d11b803bd39c10a32a5ade1f87c">params</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source#l00130">130</a> of file <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">admin\_show\_alerts.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6aa45d6ea24f93358846d7f7c461111e">◆ </a></span>types</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::AdminShowAlertsResponse::types</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> of system alert, sorted from most recent to least recent. </p>
        <p>Each array entry corresponds with the entries at the same index in <a className="el" href="#a4ecb84f339c472e9c71babecc6f9958e">timestamps</a> and <a className="el" href="#a974d5d11b803bd39c10a32a5ade1f87c">params</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source#l00137">137</a> of file <a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">admin\_show\_alerts.h</a>.</p>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/admin__show__alerts_8h_source">admin\_show\_alerts.h</a></li>
    </ul>
  </div>
</div>
