<?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: Problem notification: is there a way to reference sub-elements of the {ProblemDetailsJSON} Placeholder? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281096#M37015</link>
    <description>&lt;P&gt;And that is exactly the issue here. The Kubernetes information is nested inside the&amp;nbsp;&lt;STRONG&gt;ProblemDetailsJSONv2&lt;/STRONG&gt;, which is not accepted by Slack (since it cannot handle nested data). The only way to have this information in Slack is by leveraging&amp;nbsp;&lt;STRONG&gt;ProblemDetailsText&lt;/STRONG&gt;, But this comes with a major trade-off, since this includes loads of irrelevant text as well.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jul 2025 05:58:54 GMT</pubDate>
    <dc:creator>Simon_</dc:creator>
    <dc:date>2025-07-09T05:58:54Z</dc:date>
    <item>
      <title>Problem notification: is there a way to reference sub-elements of the {ProblemDetailsJSON} Placeholder?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281056#M37007</link>
      <description>&lt;P&gt;I've tried to set-up an custom problem notification that contains a small json body.&amp;nbsp;&lt;BR /&gt;here, i want to reference some sub-elements of the {ProblemDetailsJSON} Placeholder.&lt;BR /&gt;For {Tags} this can be done with {Tags[value]}. Is there a way to extract sub-elements from the {ProblemDetailsJSON} as well? I only want to include the relevant values for the custom notification.&amp;nbsp;&lt;BR /&gt;E.g:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "id": "6029162950440568052_1751963460000V2",
  "startTime": 1751963520000,
  "endTime": 1751963888036,
  "displayName": "P-2507568",
  "impactLevel": "INFRASTRUCTURE",
  "status": "CLOSED",
  "severityLevel": "CUSTOM_ALERT",
  ...
  "rankedImpacts": [
    {
      "entityId": "CLOUD_APPLICATION_NAMESPACE-F3D62A923B6A6730",
      "entityName": "dynatrace-system",
      "severityLevel": "CUSTOM_ALERT",
      "impactLevel": "INFRASTRUCTURE",
      "eventType": "CUSTOM_ALERT"
    }
  ],&lt;/LI-CODE&gt;&lt;P&gt;would like to extract and display specific fields from the rankedImpacts array (e.g., entityName, severityLevel, etc.) directly via the {ProblemDetailsJSON} placeholder in the notification payload.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Simon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 12:40:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281056#M37007</guid>
      <dc:creator>Simon_</dc:creator>
      <dc:date>2025-07-08T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem notification: is there a way to reference sub-elements of the {ProblemDetailsJSON} Placeholder?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281072#M37008</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/69434"&gt;@Simon_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment, Dynatrace does not support extracting specific fields from {ProblemDetailsJSON} directly in the notification configuration. &amp;nbsp;This needs to be handled on the receiver side.&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 15:49:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281072#M37008</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2025-07-08T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem notification: is there a way to reference sub-elements of the {ProblemDetailsJSON} Placeholder?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281077#M37009</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/16832"&gt;@radek_jasinski&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It's unfortunate that Slack webhooks currently don't support nested JSON payloads.&lt;/P&gt;&lt;P&gt;Is there a way to request support for this feature, or are there any updates planned in this area? Right now, extracting a simple value—like a Kubernetes cluster or namespace—from incoming data is more difficult than it should be.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 16:58:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281077#M37009</guid>
      <dc:creator>Simon_</dc:creator>
      <dc:date>2025-07-08T16:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem notification: is there a way to reference sub-elements of the {ProblemDetailsJSON} Placeholder?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281084#M37010</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For example you can based on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;{ImpactedEntities} or {Tags}&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Full payload from documentation:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ImpactedEntities}&lt;/STRONG&gt;: Details about the entities impacted by the problem in form of a json array.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ImpactedEntity}&lt;/STRONG&gt;: A short description of the problem and impacted entity (or multiple impacted entities).&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ImpactedEntityNames}&lt;/STRONG&gt;: The entity impacted by the problem.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{NamesOfImpactedEntities}&lt;/STRONG&gt;: The names of all entities that are impacted by the problem.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{PID}&lt;/STRONG&gt;: Unique system identifier of the reported problem.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemDetailsHTML}&lt;/STRONG&gt;: All problem event details including root cause as an HTML-formatted string.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemDetailsJSONv2}&lt;/STRONG&gt;: Problem as json object following the structure from the &lt;A class="" href="https://dt-url.net/7a03ti2" target="_blank" rel="noopener"&gt;Dynatrace Problems V2 API&lt;/A&gt;. The optional fields evidenceDetails and impactAnalysis are included, but recentComments is not.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemDetailsJSON}&lt;/STRONG&gt;: Problem as json object following the structure from the &lt;A class="" href="https://dt-url.net/qn23tk2" target="_blank" rel="noopener"&gt;Dynatrace Problems V1 API&lt;/A&gt;.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemDetailsMarkdown}&lt;/STRONG&gt;: All problem event details including root cause as a Markdown-formatted string.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemDetailsText}&lt;/STRONG&gt;: All problem event details including root cause as a text-formatted string.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemID}&lt;/STRONG&gt;: Display number of the reported problem.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemImpact}&lt;/STRONG&gt;: Impact level of the problem. Possible values are APPLICATION, SERVICE, or INFRASTRUCTURE.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemSeverity}&lt;/STRONG&gt;: Severity level of the problem. Possible values are AVAILABILITY, ERROR, PERFORMANCE, RESOURCE_CONTENTION, or CUSTOM_ALERT.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemTitle}&lt;/STRONG&gt;: Short description of the problem.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{ProblemURL}&lt;/STRONG&gt;: URL of the problem within Dynatrace.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{State}&lt;/STRONG&gt;: Problem state. Possible values are OPEN or RESOLVED.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;{Tags}&lt;/STRONG&gt;: Comma separated list of tags that are defined for all impacted entities. To refer to the value of a specific tag, specify the tag's key in square brackets: &lt;STRONG&gt;{Tags[key]}&lt;/STRONG&gt;. If the tag does not have any assigned value, the placeholder will be replaced by an empty string. The placeholder will not be replaced if the tag key does not exist.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 21:32:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281084#M37010</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2025-07-08T21:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem notification: is there a way to reference sub-elements of the {ProblemDetailsJSON} Placeholder?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281096#M37015</link>
      <description>&lt;P&gt;And that is exactly the issue here. The Kubernetes information is nested inside the&amp;nbsp;&lt;STRONG&gt;ProblemDetailsJSONv2&lt;/STRONG&gt;, which is not accepted by Slack (since it cannot handle nested data). The only way to have this information in Slack is by leveraging&amp;nbsp;&lt;STRONG&gt;ProblemDetailsText&lt;/STRONG&gt;, But this comes with a major trade-off, since this includes loads of irrelevant text as well.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 05:58:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Problem-notification-is-there-a-way-to-reference-sub-elements-of/m-p/281096#M37015</guid>
      <dc:creator>Simon_</dc:creator>
      <dc:date>2025-07-09T05:58:54Z</dc:date>
    </item>
  </channel>
</rss>

