<?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 Re: Python Extensions 2.0 with NO required configuration? (i.e. activationSchema.json Documentation?) in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/248039#M4576</link>
    <description>&lt;P&gt;Yeah, I've searched and searched and there is nothing comprehensive about the activationSchema.json file that I can find.&amp;nbsp; Kind of crazy considering how important this file seems to be.&amp;nbsp; &amp;nbsp;Plus, it seems to have a lot of things you can maybe do with it, I think...&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 18:57:51 GMT</pubDate>
    <dc:creator>36Krazyfists</dc:creator>
    <dc:date>2024-06-11T18:57:51Z</dc:date>
    <item>
      <title>Python Extensions 2.0 with NO required configuration? (i.e. activationSchema.json Documentation?)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/245773#M4426</link>
      <description>&lt;P&gt;Does anyone know if there is a detailed document around the activationSchema.json available?&amp;nbsp; I've reviewed a couple of examples (like those provided by the sdk itself) and I just can't seem to find one that handles the use case I'm after...&lt;/P&gt;
&lt;P&gt;I'm in the process of putting together a Python-based Extension (2.0) to be deployed to a handful of our Linux-based hosts.&amp;nbsp; These hosts are running something I'd like to query for information that I will then roll up as metrics.&amp;nbsp; The issue is, &lt;EM&gt;I don't need any extra configuration&lt;/EM&gt; for this to work beyond deploying it to the host.&amp;nbsp;&amp;nbsp;I'm trying to figure out how to remove the default parts that control the configuration screen, but I can't seem to find the right combination of items to keep vs remove that will allow the schema to upload/work properly...&lt;/P&gt;
&lt;P&gt;Thoughts/Examples?&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 09:44:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/245773#M4426</guid>
      <dc:creator>Joseph_Hobbs</dc:creator>
      <dc:date>2024-05-16T09:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python Extensions 2.0 with NO required configuration? (i.e. activationSchema.json Documentation?)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/246096#M4445</link>
      <description>&lt;P&gt;I can't think of any existing examples of something like this because we typically always have &lt;EM&gt;some &lt;/EM&gt;configuration, even if it is just the log level. I did a few quick tests and couldn't find anything that allows for a completely empty pythonLocal activation. It won't allow an activation object with no properties.&lt;/P&gt;
&lt;P&gt;My recommendation would be to go with a bare minimum activation with perhaps just a toggle for debug logging that you can have off by default. This would be something to build off in the future as well in case you &lt;EM&gt;do &lt;/EM&gt;come across scenarios that require some configurations.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 14:20:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/246096#M4445</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2024-05-20T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Python Extensions 2.0 with NO required configuration? (i.e. activationSchema.json Documentation?)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/246097#M4446</link>
      <description>&lt;P&gt;I came to the same conclusion in that 'something' has to be present.&amp;nbsp;&amp;nbsp;Thanks for the info/insight!&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 14:23:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/246097#M4446</guid>
      <dc:creator>Joseph_Hobbs</dc:creator>
      <dc:date>2024-05-20T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Python Extensions 2.0 with NO required configuration? (i.e. activationSchema.json Documentation?)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/248039#M4576</link>
      <description>&lt;P&gt;Yeah, I've searched and searched and there is nothing comprehensive about the activationSchema.json file that I can find.&amp;nbsp; Kind of crazy considering how important this file seems to be.&amp;nbsp; &amp;nbsp;Plus, it seems to have a lot of things you can maybe do with it, I think...&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 18:57:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/248039#M4576</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2024-06-11T18:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python Extensions 2.0 with NO required configuration? (i.e. activationSchema.json Documentation?)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/248224#M4592</link>
      <description>&lt;P&gt;Yes, that's been my struggle as well.&amp;nbsp; I've been able to patch together something that works, but having a complete reference would be awesome.&lt;BR /&gt;I was lucky in finding an app that had a pretty comprehensive configuration associated with it at (&lt;A href="https://www.dynatrace.com/hub/detail/remote-unix-monitoring-20/?query=linux+remote&amp;amp;filter=all#overview" target="_blank"&gt;https://www.dynatrace.com/hub/detail/remote-unix-monitoring-20/?query=linux+remote&amp;amp;filter=all#overview&lt;/A&gt;).&amp;nbsp; It has really helped me figure out some of the specific usage cases I was after.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 06:01:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/248224#M4592</guid>
      <dc:creator>Joseph_Hobbs</dc:creator>
      <dc:date>2024-06-13T06:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python Extensions 2.0 with NO required configuration? (i.e. activationSchema.json Documentation?)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/248259#M4596</link>
      <description>&lt;P&gt;Nice, I'll check it out.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:47:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-Extensions-2-0-with-NO-required-configuration-i-e/m-p/248259#M4596</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2024-06-13T12:47:25Z</dc:date>
    </item>
  </channel>
</rss>

