> ## 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::AdminSendAlertRequest

> gpudb::AdminSendAlertRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a2fe86f445de71617b057707c7a50d5d8">GPUdb::adminSendAlert</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/admin__send__alert_8h_source">gpudb/protocol/admin\_send\_alert.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:a971595a65127a49d5901ad9d55e18239" id="r_a971595a65127a49d5901ad9d55e18239">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a971595a65127a49d5901ad9d55e18239">AdminSendAlertRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a971595a65127a49d5901ad9d55e18239">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AdminSendAlertRequest" title="A set of parameters for GPUdb::adminSendAlert.">AdminSendAlertRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:aa0d733f266620c344be50444076f5bfa" id="r_aa0d733f266620c344be50444076f5bfa">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa0d733f266620c344be50444076f5bfa">AdminSendAlertRequest</a> (const std::string \&message\_, const std::string \&label\_, const std::string \&logLevel\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:aa0d733f266620c344be50444076f5bfa">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AdminSendAlertRequest" title="A set of parameters for GPUdb::adminSendAlert.">AdminSendAlertRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:aa0d733f266620c344be50444076f5bfa">
        <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:afe0ab20a51920f2401de9c46d7385c66" id="r_afe0ab20a51920f2401de9c46d7385c66">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#afe0ab20a51920f2401de9c46d7385c66">message</a></td>
      </tr>

      <tr className="memdesc:afe0ab20a51920f2401de9c46d7385c66">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Alert message body. <br /></td>
      </tr>

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

      <tr className="memitem:a68c7ad34c9953f3c5f347578ca6efc6c" id="r_a68c7ad34c9953f3c5f347578ca6efc6c">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a68c7ad34c9953f3c5f347578ca6efc6c">label</a></td>
      </tr>

      <tr className="memdesc:a68c7ad34c9953f3c5f347578ca6efc6c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Label to add to alert message. <br /></td>
      </tr>

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

      <tr className="memitem:a48961492b25b5b5c11683359d4218f88" id="r_a48961492b25b5b5c11683359d4218f88">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a48961492b25b5b5c11683359d4218f88">logLevel</a></td>
      </tr>

      <tr className="memdesc:a48961492b25b5b5c11683359d4218f88">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Alert message logging criteria. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a58095641bcd80f0520b643eb4b27a6cc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a2fe86f445de71617b057707c7a50d5d8">GPUdb::adminSendAlert</a>. </p>
      <p>Sends a user generated alert to the monitoring system. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__send__alert_8h_source#l00018">18</a> of file <a className="el" href="/content/api/cpp/admin__send__alert_8h_source">admin\_send\_alert.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a971595a65127a49d5901ad9d55e18239">◆ </a></span>AdminSendAlertRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AdminSendAlertRequest::AdminSendAlertRequest </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_1AdminSendAlertRequest" title="A set of parameters for GPUdb::adminSendAlert.">AdminSendAlertRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__send__alert_8h_source#l00023">23</a> of file <a className="el" href="/content/api/cpp/admin__send__alert_8h_source">admin\_send\_alert.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa0d733f266620c344be50444076f5bfa">◆ </a></span>AdminSendAlertRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AdminSendAlertRequest::AdminSendAlertRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">message\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">label\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">logLevel\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</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_1AdminSendAlertRequest" title="A set of parameters for GPUdb::adminSendAlert.">AdminSendAlertRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">message\_</td>
                <td>Alert message body. The default value is ''. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">label\_</td>
                <td>Label to add to alert message. The default value is ''. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">logLevel\_</td>

                <td>
                  Alert message logging criteria. Supported values:

                  <ul>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab1c232389963064b7a0cdda81bb2f2c7">admin\_send\_alert\_fatal</a> </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a69e3d93f492695a187ea025ff87985a0">admin\_send\_alert\_error</a> </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8f200da02050727dc257e5c85180b0d6">admin\_send\_alert\_warn</a> </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac7dfedf5c675e448bfc4301ab000d7f3">admin\_send\_alert\_info</a> </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9826bfcf16037bf9c3cf2c9e0fd5a3cf">admin\_send\_alert\_debug</a> </li>
                  </ul>
                </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters. The default value is an empty map. </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__send__alert_8h_source#l00055">55</a> of file <a className="el" href="/content/api/cpp/admin__send__alert_8h_source">admin\_send\_alert.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::AdminSendAlertRequest::label</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Label to add to alert message. </p>
        <p>The default value is ''. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__send__alert_8h_source#l00071">71</a> of file <a className="el" href="/content/api/cpp/admin__send__alert_8h_source">admin\_send\_alert.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a48961492b25b5b5c11683359d4218f88">◆ </a></span>logLevel</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::AdminSendAlertRequest::logLevel</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Alert message logging criteria. </p>
        <p>Supported values: </p>

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab1c232389963064b7a0cdda81bb2f2c7">admin\_send\_alert\_fatal</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a69e3d93f492695a187ea025ff87985a0">admin\_send\_alert\_error</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8f200da02050727dc257e5c85180b0d6">admin\_send\_alert\_warn</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac7dfedf5c675e448bfc4301ab000d7f3">admin\_send\_alert\_info</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9826bfcf16037bf9c3cf2c9e0fd5a3cf">admin\_send\_alert\_debug</a> </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__send__alert_8h_source#l00084">84</a> of file <a className="el" href="/content/api/cpp/admin__send__alert_8h_source">admin\_send\_alert.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#afe0ab20a51920f2401de9c46d7385c66">◆ </a></span>message</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::AdminSendAlertRequest::message</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Alert message body. </p>
        <p>The default value is ''. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__send__alert_8h_source#l00066">66</a> of file <a className="el" href="/content/api/cpp/admin__send__alert_8h_source">admin\_send\_alert.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a58095641bcd80f0520b643eb4b27a6cc">◆ </a></span>options</h2>

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

      <div className="memdoc">
        <p>Optional parameters. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/admin__send__alert_8h_source#l00089">89</a> of file <a className="el" href="/content/api/cpp/admin__send__alert_8h_source">admin\_send\_alert.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__send__alert_8h_source">admin\_send\_alert.h</a></li>
    </ul>
  </div>
</div>
