<?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: Is there any API to Enable Override defaults in Process Group Settings? in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-there-any-API-to-Enable-Override-defaults-in-Process-Group/m-p/178287#M1687</link>
    <description>&lt;P&gt;Hi Community members, do you have some helpful tips on subject mentioned above?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 14:21:01 GMT</pubDate>
    <dc:creator>Michal_Gebacki</dc:creator>
    <dc:date>2022-01-04T14:21:01Z</dc:date>
    <item>
      <title>Is there any API to Enable Override defaults in Process Group Settings?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-there-any-API-to-Enable-Override-defaults-in-Process-Group/m-p/166726#M1263</link>
      <description>&lt;P&gt;Hi I am trying to automate the enable/disable Process Group on all hosts using Override Defaults in Dynatrace but I am unable to find any PUT API for this, please let me know if any available or any other way to automate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naveen_0-1622100750270.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/1098iB9C9887F821C2F88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naveen_0-1622100750270.png" alt="naveen_0-1622100750270.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 11:07:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Is-there-any-API-to-Enable-Override-defaults-in-Process-Group/m-p/166726#M1263</guid>
      <dc:creator>nakb</dc:creator>
      <dc:date>2021-06-01T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API to Enable Override defaults in Process Group Settings?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-there-any-API-to-Enable-Override-defaults-in-Process-Group/m-p/178287#M1687</link>
      <description>&lt;P&gt;Hi Community members, do you have some helpful tips on subject mentioned above?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 14:21:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Is-there-any-API-to-Enable-Override-defaults-in-Process-Group/m-p/178287#M1687</guid>
      <dc:creator>Michal_Gebacki</dc:creator>
      <dc:date>2022-01-04T14:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API to Enable Override defaults in Process Group Settings?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Is-there-any-API-to-Enable-Override-defaults-in-Process-Group/m-p/185508#M1850</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/22796" target="_blank"&gt;@pahofmann&lt;/A&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072" target="_blank"&gt;@mark_bley&lt;/A&gt;&amp;nbsp;are mentioning in the related Product Idea about this topic, this is now possible through&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/settings?_ga=2.18031290.2061216437.1650870575-939210357.1648450979" target="_self" rel="noopener noreferrer"&gt;Settings API&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MaciejNeumann_0-1650979804443.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5506iBE5C4AE1EAC59AFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MaciejNeumann_0-1650979804443.png" alt="MaciejNeumann_0-1650979804443.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try following payload and send it to "/api/v2/settings/objects"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;[
    {
        "schemaVersion": "1.0.7",
        "schemaId": "builtin:declarativegrouping",
        "scope": "environment",
        "value": {
            "enabled": true,
            "name": "MY TEST",
            "detection": [
                {
                    "id": "MY TEST",
                    "processGroupName": "Some PG Name",
                    "rules": [
                        {
                            "property": "executablePath",
                            "condition": "$eq(/path/to/exec)"
                        }
                    ]
                }
            ]
        }
    }
]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 13:30:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Is-there-any-API-to-Enable-Override-defaults-in-Process-Group/m-p/185508#M1850</guid>
      <dc:creator>MaciejNeumann</dc:creator>
      <dc:date>2022-04-26T13:30:48Z</dc:date>
    </item>
  </channel>
</rss>

