<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ActiveGate Plugin add_endpoint reference in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/ActiveGate-Plugin-add-endpoint-reference/m-p/114110#M650</link>
    <description>&lt;P&gt;Looking through the api reference material I found the following concerning add_enpoint.&lt;/P&gt;&lt;DL&gt;&lt;DT&gt;&lt;CODE&gt;add_endpoint&lt;/CODE&gt;(&lt;EM&gt;ip: str&lt;/EM&gt;, &lt;EM&gt;port: int&lt;/EM&gt;, &lt;EM&gt;**kwargs&lt;/EM&gt;) → None&lt;A href="https://dynatrace.github.io/plugin-sdk/_apidoc/ruxit_remote.api.html#ruxit.api.topology_builder.Device.add_endpoint"&gt;¶&lt;/A&gt;&lt;/DT&gt;&lt;DD&gt; &lt;P&gt;Add an endpoint to the Device. :param ip: IP address :param port: Port, in range(1, 65535) :param &lt;STRONG&gt;&lt;EM&gt;dnsNames: Optional list of domains bound to the address.&lt;/EM&gt;&lt;/STRONG&gt; :return:&lt;/P&gt;&lt;P&gt;I'm specifically interested in the dnsNames param.  Would anyone know what the actual syntax of using this would look like? &lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/DD&gt;&lt;BR /&gt;&lt;/DL&gt;</description>
    <pubDate>Tue, 19 Feb 2019 21:26:35 GMT</pubDate>
    <dc:creator>scott_criscilli</dc:creator>
    <dc:date>2019-02-19T21:26:35Z</dc:date>
    <item>
      <title>ActiveGate Plugin add_endpoint reference</title>
      <link>https://community.dynatrace.com/t5/Extensions/ActiveGate-Plugin-add-endpoint-reference/m-p/114110#M650</link>
      <description>&lt;P&gt;Looking through the api reference material I found the following concerning add_enpoint.&lt;/P&gt;&lt;DL&gt;&lt;DT&gt;&lt;CODE&gt;add_endpoint&lt;/CODE&gt;(&lt;EM&gt;ip: str&lt;/EM&gt;, &lt;EM&gt;port: int&lt;/EM&gt;, &lt;EM&gt;**kwargs&lt;/EM&gt;) → None&lt;A href="https://dynatrace.github.io/plugin-sdk/_apidoc/ruxit_remote.api.html#ruxit.api.topology_builder.Device.add_endpoint"&gt;¶&lt;/A&gt;&lt;/DT&gt;&lt;DD&gt; &lt;P&gt;Add an endpoint to the Device. :param ip: IP address :param port: Port, in range(1, 65535) :param &lt;STRONG&gt;&lt;EM&gt;dnsNames: Optional list of domains bound to the address.&lt;/EM&gt;&lt;/STRONG&gt; :return:&lt;/P&gt;&lt;P&gt;I'm specifically interested in the dnsNames param.  Would anyone know what the actual syntax of using this would look like? &lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/DD&gt;&lt;BR /&gt;&lt;/DL&gt;</description>
      <pubDate>Tue, 19 Feb 2019 21:26:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/ActiveGate-Plugin-add-endpoint-reference/m-p/114110#M650</guid>
      <dc:creator>scott_criscilli</dc:creator>
      <dc:date>2019-02-19T21:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate Plugin add_endpoint reference</title>
      <link>https://community.dynatrace.com/t5/Extensions/ActiveGate-Plugin-add-endpoint-reference/m-p/114111#M651</link>
      <description>&lt;P&gt;To report endpoint with an optional property, you need to specify its name&lt;/P&gt;&lt;PRE&gt;device.add_endpoint(ip="127.0.0.1", port=8769, dnsNames=["domain1", "domain2"])&lt;/PRE&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2019 10:53:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/ActiveGate-Plugin-add-endpoint-reference/m-p/114111#M651</guid>
      <dc:creator>piotr_kuchta</dc:creator>
      <dc:date>2019-02-20T10:53:24Z</dc:date>
    </item>
  </channel>
</rss>

