<?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 Generate a report that contains OS versions in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/248830#M32844</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm keen to know if there's a way to generate a report that includes operating system version for a specific operating system in Dynatrace?&lt;/P&gt;
&lt;P&gt;At present, using hosts page/API, I can segregate them based on OS but not OS version.&lt;/P&gt;
&lt;P&gt;Any tips would be helpful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Srikanth&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 08:31:25 GMT</pubDate>
    <dc:creator>SrikanthSamraj</dc:creator>
    <dc:date>2024-06-21T08:31:25Z</dc:date>
    <item>
      <title>Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/248830#M32844</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm keen to know if there's a way to generate a report that includes operating system version for a specific operating system in Dynatrace?&lt;/P&gt;
&lt;P&gt;At present, using hosts page/API, I can segregate them based on OS but not OS version.&lt;/P&gt;
&lt;P&gt;Any tips would be helpful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Srikanth&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 08:31:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/248830#M32844</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-06-21T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/248875#M32850</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58568"&gt;@SrikanthSamraj&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you are using API v2 you can use, entities API, and below are samples:&lt;/P&gt;&lt;P&gt;Sample 1:&lt;/P&gt;&lt;P&gt;/api/v2/entities?entitySelector=type(host),osVersion("Windows Server 2016 Standard ver. ")&amp;amp;fields=+properties.osType,+properties.osVersion,+properties.monitoringMode&lt;/P&gt;&lt;P&gt;Sample 2:&lt;/P&gt;&lt;P&gt;/api/v2/entities?entitySelector=type(host)&amp;amp;fields=+properties.osType,+properties.osVersion,+properties.monitoringMode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can adjust the fields based on your requirements for which info you need to export&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Mohamed&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 13:27:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/248875#M32850</guid>
      <dc:creator>Mohamed_Hamdy</dc:creator>
      <dc:date>2024-06-21T13:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/249110#M32884</link>
      <description>&lt;P&gt;Thanks for the response&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4007"&gt;@Mohamed_Hamdy&lt;/a&gt;&amp;nbsp; I wish if this option of looking out for osVersion is included in /api/v1/oneagents..&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:09:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/249110#M32884</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-06-25T12:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/249587#M32955</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58568"&gt;@SrikanthSamraj&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;If you're still looking for a way out and you are on the latest version of Dynatrace SaaS and Grail enabled, you can build up a query like this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| fieldsAdd osType,osVersion
| filter osVersion == "Oracle Linux Server 7.9 (kernel 3.10.0-1160.118.1.0.1.el7.x86_64)"&lt;/LI-CODE&gt;&lt;P&gt;edit the filter to suit your needs.&lt;BR /&gt;Happy querying.&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/76275"&gt;@Maheedhar_T&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 19:28:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/249587#M32955</guid>
      <dc:creator>Maheedhar_T</dc:creator>
      <dc:date>2024-07-01T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/249750#M32973</link>
      <description>&lt;P&gt;Thanks much&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/76275"&gt;@Maheedhar_T&lt;/a&gt;. I'm yet to get my access enabled to use the latest version of Dynatrace SaaS with Grail enabled.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 15:11:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/249750#M32973</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-07-02T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/251183#M33170</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/76275"&gt;@Maheedhar_T&lt;/a&gt;&amp;nbsp;- I've got access to latest Dynatrace and Grail, when I run query a like below it did generate result as expected but it is limited to just 1000 rows. Any ways to get result for entire hosts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fetch dt.entity.host&lt;BR /&gt;| fieldsAdd entity.type, lifetime, tags, osType, hypervisorType, state, cpuCores, memoryTotal, oneAgentCustomHostName, dnsNames, ipAddress, osVersion, installerVersion, osArchitecture, bitness, osServices, paasVendorType, cloudType, networkZone, monitoringMode, standalone, autoInjection, installerPotentialProblem, logicalCpus, physicalMemory, customHostMetadata, additionalSystemInfo, logicalCpuCores, virtualCpus, isMonitoringCandidate&lt;BR /&gt;| filter osType == "AIX"&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 10:39:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/251183#M33170</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-07-22T10:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/251184#M33171</link>
      <description>&lt;P&gt;Got this, after inferring below one,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/Dashboarding/Dynatrace-Notebook-entity-name/m-p/215299" target="_blank"&gt;https://community.dynatrace.com/t5/Dashboarding/Dynatrace-Notebook-entity-name/m-p/215299&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 11:10:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/251184#M33171</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-07-22T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report that contains OS versions</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/251190#M33172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58568"&gt;@SrikanthSamraj&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;You can increase the limit by providing&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| limit 100000&lt;/LI-CODE&gt;&lt;P&gt;at the end of the DQL but based on the number of hosts you are trying to fetch it may crash the query.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I suggest you use the same DQL in a workflow to get better output.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 11:39:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Generate-a-report-that-contains-OS-versions/m-p/251190#M33172</guid>
      <dc:creator>Maheedhar_T</dc:creator>
      <dc:date>2024-07-22T11:39:27Z</dc:date>
    </item>
  </channel>
</rss>

