<?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: OneAgent versions of Processes in Entity API v2 in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183896#M1803</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48234"&gt;@kadirhan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;that should refer to the OneAgent version.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2022 09:50:41 GMT</pubDate>
    <dc:creator>mark_bley</dc:creator>
    <dc:date>2022-04-01T09:50:41Z</dc:date>
    <item>
      <title>OneAgent versions of Processes in Entity API v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183753#M1797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can get OneAgents versions and monitoringState information by using api/v1/entity/infrastructure/processes. but now Entity API v2 is available . Is it possible to get this information through it? how can we do that. thanks&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 11:56:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183753#M1797</guid>
      <dc:creator>kadirhan</dc:creator>
      <dc:date>2022-03-31T11:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: OneAgent versions of Processes in Entity API v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183854#M1800</link>
      <description>&lt;P&gt;It looks like the specific property will be on a process group instance entity and is called "installerVersion."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So your selector would be to retrieve process group instances or a specific entityId of a PGI:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;entityId("PROCESS_GROUP_INSTANCE-XXXXXXXXXX") or type("PROCESS_GROUP_INSTANCE")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or to make sure you only pull ones deeply monitored that would have that value:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("PROCESS_GROUP_INSTANCE"),installerVersion.exists()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the 'fields' would be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;+properties.installerVersion or +properties (for all props)&lt;/LI-CODE&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="JamesKitson_0-1648760289542.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5107i077EF21348036A90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JamesKitson_0-1648760289542.png" alt="JamesKitson_0-1648760289542.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JamesKitson_1-1648760330877.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5108iA86F102FB90F7CF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JamesKitson_1-1648760330877.png" alt="JamesKitson_1-1648760330877.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 20:59:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183854#M1800</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2022-03-31T20:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: OneAgent versions of Processes in Entity API v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183881#M1801</link>
      <description>&lt;P&gt;thank you so much .&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;+properties.installerVersion&lt;/PRE&gt;&lt;P&gt;But I'm going to ask something just to be sure. Is the version shown with this OneAgent versions in processes or hosts?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 07:55:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183881#M1801</guid>
      <dc:creator>kadirhan</dc:creator>
      <dc:date>2022-04-01T07:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: OneAgent versions of Processes in Entity API v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183896#M1803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48234"&gt;@kadirhan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;that should refer to the OneAgent version.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 09:50:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/OneAgent-versions-of-Processes-in-Entity-API-v2/m-p/183896#M1803</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-04-01T09:50:41Z</dc:date>
    </item>
  </channel>
</rss>

