<?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: How to use Event Property in Event API? in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208685#M2420</link>
    <description>&lt;P&gt;Looks like only accepts "&lt;STRONG&gt;event properties&lt;/STRONG&gt;", no other properties (e.g. entity properties).&lt;/P&gt;&lt;P&gt;This did work for me:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;property.dt.event.group_label(Created)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 21:45:38 GMT</pubDate>
    <dc:creator>tibebe_m_digafe</dc:creator>
    <dc:date>2023-03-30T21:45:38Z</dc:date>
    <item>
      <title>How to use Event Property in Event API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208189#M2384</link>
      <description>&lt;P&gt;I'm trying to filter events in the Event API, using the eventSelector.&lt;/P&gt;&lt;P&gt;I'm using, according to the documentation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;property.myownevent("MyOwn event")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I get the following reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "error": {
    "code": 400,
    "message": "Constraints violated.",
    "constraintViolations": [
      {
        "path": "eventSelector",
        "message": "Parse error: Unknown filter predicate found. Found near 1-based column range [1,35).",
        "parameterLocation": "QUERY",
        "location": null
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried other combinations, but didn't work. For reference, what the API says:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonioSousa_0-1679962506473.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/10707iC13EEFD506EAFFB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="AntonioSousa_0-1679962506473.png" alt="AntonioSousa_0-1679962506473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 00:16:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208189#M2384</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-03-28T00:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Event Property in Event API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208244#M2387</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;. Same behaviour here&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"error": {&lt;BR /&gt;"code": 400,&lt;BR /&gt;"message": "Constraints violated.",&lt;BR /&gt;"constraintViolations": [&lt;BR /&gt;{&lt;BR /&gt;"path": "eventSelector",&lt;BR /&gt;"message": "Parse error: Unknown filter predicate found. Found near 1-based column range [45,75).",&lt;BR /&gt;"parameterLocation": "QUERY",&lt;BR /&gt;"location": null&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 11:39:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208244#M2387</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-03-28T11:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Event Property in Event API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208407#M2388</link>
      <description>&lt;P&gt;I have a ticket open for this. I will report back when I know more.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 20:46:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208407#M2388</guid>
      <dc:creator>adam_gardner</dc:creator>
      <dc:date>2023-03-28T20:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Event Property in Event API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208580#M2415</link>
      <description>&lt;P&gt;Following this topic&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 10:45:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208580#M2415</guid>
      <dc:creator>paolo_fumanelli</dc:creator>
      <dc:date>2023-03-30T10:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Event Property in Event API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208685#M2420</link>
      <description>&lt;P&gt;Looks like only accepts "&lt;STRONG&gt;event properties&lt;/STRONG&gt;", no other properties (e.g. entity properties).&lt;/P&gt;&lt;P&gt;This did work for me:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;property.dt.event.group_label(Created)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 21:45:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208685#M2420</guid>
      <dc:creator>tibebe_m_digafe</dc:creator>
      <dc:date>2023-03-30T21:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Event Property in Event API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208704#M2422</link>
      <description>&lt;P&gt;I have word back from the dev team. The following fields are (currently) searchable: description, source, title, allow_davis_merge, is_rootcause_relevant, release_version, group_label.&lt;BR /&gt;&lt;BR /&gt;They now have a backlog item to:&lt;/P&gt;
&lt;P&gt;- Improve the docs for this&lt;/P&gt;
&lt;P&gt;- Investigate what (if any) additional fields can be "made searchable"&lt;/P&gt;
&lt;P&gt;I will continue to provide feedback here whenever I hear anything.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 05:50:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/208704#M2422</guid>
      <dc:creator>adam_gardner</dc:creator>
      <dc:date>2023-03-31T05:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Event Property in Event API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/297947#M3984</link>
      <description>&lt;P&gt;Do anyone know if this will be improved? I want a partial match for the event title and I don't know if is possible a contains or startsWith matcher in the event selector, right now only literal match is allowed...&lt;/P&gt;&lt;P&gt;I am trying to filter all events for Total available space for any D drive regardless its threshold.&lt;/P&gt;&lt;P&gt;The propety is searchable:&lt;/P&gt;&lt;P&gt;property.dt.event.description(The total available space on disk D:\ is lower than 3 %)&lt;/P&gt;&lt;P&gt;However if I add some contain, contains or startsWith it is not a valid filter&lt;/P&gt;&lt;PRE&gt;/api/v2/events?eventSelector=property.dt.event.description.startsWith%28The%20total%20available%20space%20on%20disk%20D%3A%5C%20is%20lower%20than%203%20%25%29&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"error"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;    &lt;SPAN class=""&gt;"code"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;400&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;    &lt;SPAN class=""&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Constraints violated."&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;    &lt;SPAN class=""&gt;"constraintViolations"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;      {
        &lt;SPAN class=""&gt;"path"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"eventSelector"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Parse error: Unknown filter predicate found. Found near 1-based column range [1,98)."&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"parameterLocation"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"QUERY"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"location"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;
      }
    ]
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 16:34:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-use-Event-Property-in-Event-API/m-p/297947#M3984</guid>
      <dc:creator>axel_tapia</dc:creator>
      <dc:date>2026-04-17T16:34:12Z</dc:date>
    </item>
  </channel>
</rss>

