> ## 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.

# show_system_properties

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.show_system_properties"> <span className="sig-name descname"><span className="pre">show\_system\_properties</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">options</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">{"{"}{"}"}</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L39531"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.</p>
      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl">
            <div className="dt">options (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Optional parameters. Allowed keys are:</p>

              <ul className="simple">
                <li>
                  <p><strong>properties</strong> – A list of comma separated names of properties requested. If not specified, all properties will be returned.</p>
                </li>
              </ul>

              <p>The default value is an empty dict ( {"{"}{"}"} ).</p>
            </div>
          </div>
        </div>
      </div>

      <p><strong>Returns</strong></p>

      <div className="blockquote">
        <div>
          <p>A dict with the following entries–</p>

          <div className="dl simple">
            <div className="dt">property\_map (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>A map of server configuration parameters and version information. Allowed keys are:</p>

              <ul className="simple">
                <li>
                  <p><strong>conf.enable\_worker\_http\_servers</strong> – Boolean value indicating whether the system is configured for multi-head ingestion. Allowed values are:</p>

                  <ul>
                    <li>
                      <p><strong>TRUE</strong> – Indicates that the system is configured for multi-head ingestion.</p>
                    </li>

                    <li>
                      <p><strong>FALSE</strong> – Indicates that the system is NOT configured for multi-head ingestion.</p>
                    </li>
                  </ul>
                </li>

                <li>
                  <p><strong>conf.worker\_http\_server\_ips</strong> – Semicolon (‘;’) separated string of IP addresses of all the ingestion-enabled worker heads of the system.</p>
                </li>

                <li>
                  <p><strong>conf.worker\_http\_server\_ports</strong> – Semicolon (‘;’) separated string of the port numbers of all the ingestion-enabled worker ranks of the system.</p>
                </li>

                <li>
                  <p><strong>conf.hm\_http\_port</strong> – The host manager port number (an integer value).</p>
                </li>

                <li>
                  <p><strong>conf.enable\_ha</strong> – Flag indicating whether high availability (HA) is set up (a boolean value).</p>
                </li>

                <li>
                  <p><strong>conf.ha\_ring\_head\_nodes</strong> – A comma-separated string of high availability (HA) ring node URLs. If HA is not set up, then an empty string.</p>
                </li>
              </ul>
            </div>

            <div className="dt">info (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Additional information.</p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
