<?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: Unable to view all affected entities in a merged problem in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-view-all-affected-entities-in-a-merged-problem/m-p/303014#M39381</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;What you're describing is a rendering limit of the classic problem details page — the "More 60/80 entities" I think it's a UI limitation, not a sign that Dynatrace lacks or can't return that data. Dynatrace distinguishes two entity lists on a problem:&lt;/P&gt;&lt;P&gt;impactedEntities: the short, curated list (services, applications, RUM) — this is what shows as the "main" list in the UI.&lt;BR /&gt;affectedEntities: the full, broader list of everything actually touched by the problem — this is where your 100+ entities live, and it's the one getting cut off behind "More X/Y entities."&lt;/P&gt;&lt;P&gt;Since you're on Managed and don't have Grail/DQL (fetch dt.davis.problems is Grail-only), the correct path is the classic Problems REST API (v2), which is fully available in Managed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workaround: Problems API v2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Call the problem detail endpoint directly against your environment/cluster ActiveGate (this is how you reach it on Managed, without the SaaS live.dynatrace.com domain):&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;GET https://{your-activegate}:9999/e/{your-environment-id}/api/v2/problems/{problemId}
Authorization: Api-Token {token with problems.read scope}&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response includes both affectedEntities and impactedEntities as full arrays, with none of the 30–35 truncation the UI applies. That gives you the complete list to paste into the ticket. You can also request ?fields=+impactAnalysis if you want business-impact info alongside it.&lt;BR /&gt;&lt;BR /&gt;I hope this workaround helps you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Aug 2026 23:42:57 GMT</pubDate>
    <dc:creator>julian_farias</dc:creator>
    <dc:date>2026-08-09T23:42:57Z</dc:date>
    <item>
      <title>Unable to view all affected entities in a merged problem</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-view-all-affected-entities-in-a-merged-problem/m-p/303010#M39379</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We are using &lt;STRONG&gt;Dynatrace Managed&lt;/STRONG&gt; and have noticed that when multiple entities are merged into a single problem, especially when there are 100+ affected entities, the problem page displays only around 30–35 entities.&lt;/P&gt;&lt;P&gt;For example, when a problem contains &lt;STRONG&gt;100+ impacted entities&lt;/STRONG&gt;, the problem details page displays only around 30–35 entities. For the remaining entities, Dynatrace shows something like &lt;STRONG&gt;“More 60/80 entities”&lt;/STRONG&gt;, but we are unable to see the complete list of impacted entities anywhere within the problem details.&lt;/P&gt;&lt;P&gt;This is creating a challenge for us because the problem ticket is mapped to the respective &lt;STRONG&gt;Management Zones,&lt;/STRONG&gt; and we need the complete list of impacted/affected entities for investigation and ticket handling.&lt;/P&gt;&lt;P&gt;Has anyone fac ed a similar situation.&lt;/P&gt;&lt;P&gt;Is there any alternative way&amp;nbsp; or configuration through which we can retrieve the complete list of affected entities for a problem ID in problem page, including the entities that are hidden under “more entities”.&lt;/P&gt;&lt;P&gt;Any suggestions or recommended approach would be helpful.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2026 14:54:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-view-all-affected-entities-in-a-merged-problem/m-p/303010#M39379</guid>
      <dc:creator>_Rohit</dc:creator>
      <dc:date>2026-08-09T14:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to view all affected entities in a merged problem</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-view-all-affected-entities-in-a-merged-problem/m-p/303014#M39381</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;What you're describing is a rendering limit of the classic problem details page — the "More 60/80 entities" I think it's a UI limitation, not a sign that Dynatrace lacks or can't return that data. Dynatrace distinguishes two entity lists on a problem:&lt;/P&gt;&lt;P&gt;impactedEntities: the short, curated list (services, applications, RUM) — this is what shows as the "main" list in the UI.&lt;BR /&gt;affectedEntities: the full, broader list of everything actually touched by the problem — this is where your 100+ entities live, and it's the one getting cut off behind "More X/Y entities."&lt;/P&gt;&lt;P&gt;Since you're on Managed and don't have Grail/DQL (fetch dt.davis.problems is Grail-only), the correct path is the classic Problems REST API (v2), which is fully available in Managed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workaround: Problems API v2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Call the problem detail endpoint directly against your environment/cluster ActiveGate (this is how you reach it on Managed, without the SaaS live.dynatrace.com domain):&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;GET https://{your-activegate}:9999/e/{your-environment-id}/api/v2/problems/{problemId}
Authorization: Api-Token {token with problems.read scope}&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response includes both affectedEntities and impactedEntities as full arrays, with none of the 30–35 truncation the UI applies. That gives you the complete list to paste into the ticket. You can also request ?fields=+impactAnalysis if you want business-impact info alongside it.&lt;BR /&gt;&lt;BR /&gt;I hope this workaround helps you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2026 23:42:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-view-all-affected-entities-in-a-merged-problem/m-p/303014#M39381</guid>
      <dc:creator>julian_farias</dc:creator>
      <dc:date>2026-08-09T23:42:57Z</dc:date>
    </item>
  </channel>
</rss>

