<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Events API - POST an event | Dynatrace help</title>
    <description></description>
    <link>https://www.dynatrace.com/support/help/</link>
    <atom:link href="https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/events/post-event/feed.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Thu, 09 Jan 2020 07:27:45 +0100</lastBuildDate>
    <pubDate>Fri, 14 Jun 2019 08:36:15 +0200</pubDate>
    <generator>Metalsmith v2.3.0</generator>
    <item>
      <title>Events API - POST an event updated on Fri, 14 Jun 2019 08:36:15 +0200</title>
      <description>&lt;p&gt;Pushes custom events from third-party integrations to one or more monitored entities.&lt;/p&gt;
&lt;p&gt;This endpoint enables third-party systems such as CI platforms (Jenkins, Bamboo, Electric Cloud, etc.) to provide additional details for Dynatrace automated root cause analysis.&lt;/p&gt;
&lt;p&gt;You can use this endpoint to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Push information-only events from third-party systems to provide additional information for Dynatrace automated root cause analysis. The time of event closure is already known and the event IDs are returned instantly. You can push these events for up to &lt;strong&gt;30 days&lt;/strong&gt; into the past. The information-only event types are:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;CUSTOM_ANNOTATION&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;CUSTOM_CONFIGURATION&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;CUSTOM_DEPLOYMENT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;CUSTOM_INFO&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;MARKED_FOR_TERMINATION&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Push problem-opening events (for example, an error rate increase) to trigger the Dynatrace automated root cause analysis engine. Correlation IDs are returned instead of event IDs. These events stay open until the specified timeout expires. To prevent expiration, you can refresh these events by sending the same payload again. You can push these events for up to &lt;strong&gt;60 minutes&lt;/strong&gt; into the past. The problem-opening event types (sorted by highest to lowest severity) are:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AVAILABILITY_EVENT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ERROR_EVENT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PERFORMANCE_EVENT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;RESOURCE_CONTENTION&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The request consumes and produces an &lt;code&gt;application/json&lt;/code&gt; payload.&lt;/p&gt;
&lt;p&gt;

&lt;table class=&quot;table swagger__propertytable--urltype&quot;&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;POST&lt;/td&gt;
      &lt;td&gt;
        &lt;ul class=&quot;list&quot;&gt;
          &lt;li&gt;
            &lt;span class=&quot;tag&quot;&gt;Managed&lt;/span&gt; https://{your-domain}/e/{your-environment-id}/api/v1/events
          &lt;/li&gt;
          &lt;li&gt;
            &lt;span class=&quot;tag&quot;&gt;SaaS&lt;/span&gt; https://{your-environment-id}.live.dynatrace.com/api/v1/events
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

    &lt;section class=&quot;expandable expandable--separated&quot; id=&quot;expand-566authentication&quot;&gt;
&lt;a class=&quot;expandable__trigger&quot; href=&quot;#expand-566authentication&quot;&gt;Authentication&lt;/a&gt;
&lt;article class=&quot;expandable__content&quot;&gt;&lt;p&gt;To execute this request, you need the &lt;strong&gt;Access problem and event feed, metrics, and topology&lt;/strong&gt; permission assigned to your API token. See the &lt;a href=&quot;https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/basics/dynatrace-api-authentication/&quot;&gt;Authentication page&lt;/a&gt; to learn how to obtain and use it.&lt;/p&gt;
&lt;/article&gt;
&lt;/section&gt;

&lt;/p&gt;
&lt;h2 id=&quot;parameters&quot;&gt;Parameters
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#parameters&quot;&gt;
      &lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The set of parameters depends on the event type. See &lt;a href=&quot;#anchor_parameters-mapping&quot;&gt;&lt;strong&gt;Parameters mapping&lt;/strong&gt;&lt;/a&gt; below for details.&lt;/p&gt;
&lt;p&gt;&lt;table class=&quot;table swagger__propertytable swagger__propertytable--parametertype&quot;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Parameter&lt;/th&gt;
      &lt;th&gt;Type&lt;/th&gt;
      &lt;th&gt;Description&lt;/th&gt;
      &lt;th&gt;In&lt;/th&gt;
      &lt;th&gt;Required&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;body&lt;/td&gt;
      &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
          &lt;a href=&quot;#events-post-parameter-eventpushmessage&quot;&gt;EventPushMessage&lt;/a&gt;
      &lt;/td&gt;
      &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
        &lt;p&gt;The JSON body of the request, containing parameters of the event.&lt;/p&gt;

      &lt;/td&gt;
      &lt;td&gt;body&lt;/td&gt;
      &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
          &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
      &lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;


&lt;div class=&quot;tabgroup js-tabgroup&quot; id=&quot;tabgroup-10&quot; data-tabgroupid=&quot;tabgroup-10&quot;&gt;
&lt;div class=&quot;tabs is-hidden&quot;&gt;


&lt;input class=&quot;tab__input&quot; type=&quot;radio&quot; data-target=&quot;request-parameters&quot; id=&quot;tabgroup-10-request-parameters&quot; name=&quot;tabgroup-10&quot; checked=&quot;checked&quot;&gt;
&lt;label class=&quot;tab&quot; for=&quot;tabgroup-10-request-parameters&quot;&gt;Request parameters&lt;/label&gt;


&lt;input class=&quot;tab__input&quot; type=&quot;radio&quot; data-target=&quot;json-model&quot; id=&quot;tabgroup-10-json-model&quot; name=&quot;tabgroup-10&quot;&gt;
&lt;label class=&quot;tab&quot; for=&quot;tabgroup-10-json-model&quot;&gt;JSON model&lt;/label&gt;

&lt;/div&gt;
&lt;div class=&quot;tabgroup__content&quot;&gt;
&lt;div class=&quot;tab__content&quot; data-content=&quot;request-parameters&quot; data-title=&quot;Request parameters&quot;&gt;
      &lt;h3 id=&quot;events-post-parameter-eventpushmessage&quot; class=&quot;swagger__schemaheader&quot;&gt;The &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;EventPushMessage&lt;/strong&gt; object
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#events-post-parameter-eventpushmessage&quot;&gt;
      &lt;/span&gt;&lt;/h3&gt;
      
      &lt;table class=&quot;table swagger__propertytable swagger__propertytable--bodytype&quot;&gt;
        &lt;thead&gt;
          &lt;tr&gt;
            &lt;th&gt;Element&lt;/th&gt;
            &lt;th&gt;Type&lt;/th&gt;
            &lt;th&gt;Description&lt;/th&gt;
            &lt;th&gt;Required&lt;/th&gt;
          &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;eventType&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The type of event.&lt;/p&gt;

              
                The &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;eventType&lt;/strong&gt; element &lt;a href=&quot;#events-post-parameter-enum-3aw5bbp7c99yvrnrzzk5a&quot;&gt;can hold these values&lt;/a&gt;.
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;required&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;start&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  integer
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The start timestamp of the event, in UTC milliseconds.&lt;/p&gt;
&lt;p&gt;If not set, the current timestamp is used.&lt;/p&gt;
&lt;p&gt;You can report information-only events up to &lt;strong&gt;30 days&lt;/strong&gt; into the past.&lt;/p&gt;
&lt;p&gt;You can report problem-opening events up to &lt;strong&gt;60 minutes&lt;/strong&gt; into the past.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;end&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  integer
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The end timestamp of the event, in UTC milliseconds.&lt;/p&gt;
&lt;p&gt;If not set, the current time is used for information-only events.&lt;/p&gt;
&lt;p&gt;Not applicable to problem-opening events. Such an event stays open until it times out depending on the &lt;strong&gt;timeoutMinutes&lt;/strong&gt; parameter.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;timeoutMinutes&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  integer
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The timeout for problem-opening events in minutes. Not applicable to information-only events.&lt;/p&gt;
&lt;p&gt;If not set, 15 minutes is used. The maximum allowed value is 120 minutes.&lt;/p&gt;
&lt;p&gt;You can refresh the event by sending the same payload again.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;attachRules&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  &lt;a href=&quot;#events-post-parameter-pusheventattachrules&quot;&gt;PushEventAttachRules&lt;/a&gt;
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The set of rules defining Dynatrace entities to be associated with the event.&lt;/p&gt;
&lt;p&gt;You can specify tags to dynamically match Dynatrace entities or IDs of specific entities.&lt;/p&gt;
&lt;p&gt;At least one entity ID or tag is required.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;required&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;customProperties&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  object
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The set of any properties related to the event, in the &lt;em&gt;&amp;quot;key&amp;quot; : &amp;quot;value&amp;quot;&lt;/em&gt; format.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;source&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The name or ID of the external source of the event.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;required&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;annotationType&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The type of the custom annotation, for example &lt;code&gt;DNS route has been changed&lt;/code&gt;.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;annotationDescription&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;A detailed description of the custom annotation, for example &lt;code&gt;DNS route has been changed to x.mydomain.com&lt;/code&gt;.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;description&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The textual description of the configuration change.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;deploymentName&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The ID of the triggered deployment.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;deploymentVersion&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The version of the triggered deployment.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;timeseriesIds&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;A list of timeseries IDs, related to the event.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;deploymentProject&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The project name of the deployed package.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;ciBackLink&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The link to the deployed artifact within the 3rd party system.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;remediationAction&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The link to the deployment related remediation action within the external tool.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;original&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The previous value of the configuration.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;changed&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The new value of the configuration that has been set by the event.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;configuration&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The ID or the name of the configuration that has been changed by the event.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;title&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The title of the configuration that has been set by the event.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
      &lt;h3 id=&quot;events-post-parameter-pusheventattachrules&quot; class=&quot;swagger__schemaheader&quot;&gt;The &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;PushEventAttachRules&lt;/strong&gt; object
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#events-post-parameter-pusheventattachrules&quot;&gt;
      &lt;/span&gt;&lt;/h3&gt;
      &lt;p&gt;The set of rules defining Dynatrace entities to be associated with the event.&lt;/p&gt;
&lt;p&gt;You can specify tags to dynamically match Dynatrace entities or IDs of specific entities.&lt;/p&gt;
&lt;p&gt;At least one entity ID or tag is required.&lt;/p&gt;

      &lt;table class=&quot;table swagger__propertytable swagger__propertytable--bodytype&quot;&gt;
        &lt;thead&gt;
          &lt;tr&gt;
            &lt;th&gt;Element&lt;/th&gt;
            &lt;th&gt;Type&lt;/th&gt;
            &lt;th&gt;Description&lt;/th&gt;
            &lt;th&gt;Required&lt;/th&gt;
          &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;entityIds&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The list of entity IDs to which the event should be attached.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;tagRule&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  &lt;a href=&quot;#events-post-parameter-tagmatchrule&quot;&gt;TagMatchRule&lt;/a&gt;[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;An object defining a matching rule to dynamically pick up entities.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
      &lt;h3 id=&quot;events-post-parameter-tagmatchrule&quot; class=&quot;swagger__schemaheader&quot;&gt;The &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;TagMatchRule&lt;/strong&gt; object
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#events-post-parameter-tagmatchrule&quot;&gt;
      &lt;/span&gt;&lt;/h3&gt;
      &lt;p&gt;The list of tags to be used for matching Dynatrace entities.&lt;/p&gt;

      &lt;table class=&quot;table swagger__propertytable swagger__propertytable--bodytype&quot;&gt;
        &lt;thead&gt;
          &lt;tr&gt;
            &lt;th&gt;Element&lt;/th&gt;
            &lt;th&gt;Type&lt;/th&gt;
            &lt;th&gt;Description&lt;/th&gt;
            &lt;th&gt;Required&lt;/th&gt;
          &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;meTypes&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The list of types of the Dynatrace entities, for example hosts or services, you want to pick up by matching.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;required&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;tags&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  &lt;a href=&quot;#events-post-parameter-taginfo&quot;&gt;TagInfo&lt;/a&gt;[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The list of tags you want to use for matching. At least one tag is required.&lt;/p&gt;
&lt;p&gt;You can use custom tags from the UI, AWS tags, Cloud Foundry tags, OpenShift/Kubernetes, and tags based on environment variables.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;required&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
      &lt;h3 id=&quot;events-post-parameter-taginfo&quot; class=&quot;swagger__schemaheader&quot;&gt;The &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;TagInfo&lt;/strong&gt; object
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#events-post-parameter-taginfo&quot;&gt;
      &lt;/span&gt;&lt;/h3&gt;
      &lt;p&gt;Tag of a Dynatrace entity.&lt;/p&gt;

      &lt;table class=&quot;table swagger__propertytable swagger__propertytable--bodytype&quot;&gt;
        &lt;thead&gt;
          &lt;tr&gt;
            &lt;th&gt;Element&lt;/th&gt;
            &lt;th&gt;Type&lt;/th&gt;
            &lt;th&gt;Description&lt;/th&gt;
            &lt;th&gt;Required&lt;/th&gt;
          &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;context&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The origin of the tag, such as AWS or Cloud Foundry.&lt;/p&gt;
&lt;p&gt;Custom tags use the &lt;code&gt;CONTEXTLESS&lt;/code&gt; value.&lt;/p&gt;

              
                The &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;context&lt;/strong&gt; element &lt;a href=&quot;#events-post-parameter-enum-mngdhmecdptenoh832feoq&quot;&gt;can hold these values&lt;/a&gt;.
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;required&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;key&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The key of the tag.&lt;/p&gt;
&lt;p&gt;Custom tags have the tag value here.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;required&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;value&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;
              &lt;p&gt;The value of the tag.&lt;/p&gt;
&lt;p&gt;Not applicable to custom tags.&lt;/p&gt;

              
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--required&quot;&gt;
              &lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;optional&lt;/span&gt;
          &lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;

&lt;/div&gt;
&lt;div class=&quot;tab__content is-hidden&quot; data-content=&quot;json-model&quot; data-title=&quot;JSON model&quot;&gt;
    &lt;p&gt;This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request. See the &lt;strong&gt;Example&lt;/strong&gt; expandable section for working sample request.&lt;/p&gt;
    &lt;pre&gt;
      &lt;code class=&quot;language-json hljs&quot;&gt;
  {
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;eventType&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;CUSTOM_ANNOTATION&amp;quot;&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;start&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-number&quot;&gt;1521042929000&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;end&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-number&quot;&gt;1521542929000&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;timeoutMinutes&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-number&quot;&gt;0&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;attachRules&amp;quot;&lt;/span&gt;: {
    &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;entityIds&amp;quot;&lt;/span&gt;: [
      &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;CUSTOM_DEVICE-0000000000000007&amp;quot;&lt;/span&gt;
    ],
    &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;tagRule&amp;quot;&lt;/span&gt;: [
      {
        &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;meTypes&amp;quot;&lt;/span&gt;: [
          &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;HOST&amp;quot;&lt;/span&gt;
        ],
        &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;tags&amp;quot;&lt;/span&gt;: [
          {
            &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;context&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;CONTEXTLESS&amp;quot;&lt;/span&gt;,
            &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;key&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;customTag&amp;quot;&lt;/span&gt;
          }
        ]
      }
    ]
  },
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;source&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;OpsControl&amp;quot;&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;annotationType&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;defect&amp;quot;&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;annotationDescription&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;The coffee machine is broken&amp;quot;&lt;/span&gt;
}
      &lt;/code&gt;
    &lt;/pre&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;h3 id=&quot;possible-values&quot;&gt;Possible values
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#possible-values&quot;&gt;
      &lt;/span&gt;&lt;/h3&gt;

&lt;div class=&quot;swagger__enum&quot; id=&quot;events-post-parameter-enum-mngdhmecdptenoh832feoq&quot;&gt;
&lt;h4 id=&quot;possible-values-for-the-context-element-in-the-taginfo-object&quot;&gt;Possible values for the &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;context&lt;/strong&gt; element in the &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;TagInfo&lt;/strong&gt; object:&lt;/h4&gt;

&lt;ul class=&quot;list list--condensed&quot;&gt;
&lt;li&gt;AWS&lt;/li&gt;
&lt;li&gt;AWS_GENERIC&lt;/li&gt;
&lt;li&gt;AZURE&lt;/li&gt;
&lt;li&gt;CLOUD_FOUNDRY&lt;/li&gt;
&lt;li&gt;CONTEXTLESS&lt;/li&gt;
&lt;li&gt;ENVIRONMENT&lt;/li&gt;
&lt;li&gt;GOOGLE_CLOUD&lt;/li&gt;
&lt;li&gt;KUBERNETES&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div class=&quot;swagger__enum&quot; id=&quot;events-post-parameter-enum-ddqngcayhi3hwbgfbtk5jg&quot;&gt;
&lt;h4 id=&quot;possible-values-for-the-items-element-in-the-tagmatchrule-object&quot;&gt;Possible values for the &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;items&lt;/strong&gt; element in the &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;TagMatchRule&lt;/strong&gt; object:&lt;/h4&gt;

&lt;ul class=&quot;list list--condensed&quot;&gt;
&lt;li&gt;APPLICATION&lt;/li&gt;
&lt;li&gt;APPLICATION_METHOD&lt;/li&gt;
&lt;li&gt;APPLICATION_METHOD_GROUP&lt;/li&gt;
&lt;li&gt;AUTO_SCALING_GROUP&lt;/li&gt;
&lt;li&gt;AUXILIARY_SYNTHETIC_TEST&lt;/li&gt;
&lt;li&gt;AWS_APPLICATION_LOAD_BALANCER&lt;/li&gt;
&lt;li&gt;AWS_AVAILABILITY_ZONE&lt;/li&gt;
&lt;li&gt;AWS_CREDENTIALS&lt;/li&gt;
&lt;li&gt;AWS_LAMBDA_FUNCTION&lt;/li&gt;
&lt;li&gt;AWS_NETWORK_LOAD_BALANCER&lt;/li&gt;
&lt;li&gt;AZURE_API_MANAGEMENT_SERVICE&lt;/li&gt;
&lt;li&gt;AZURE_APPLICATION_GATEWAY&lt;/li&gt;
&lt;li&gt;AZURE_COSMOS_DB&lt;/li&gt;
&lt;li&gt;AZURE_CREDENTIALS&lt;/li&gt;
&lt;li&gt;AZURE_EVENT_HUB&lt;/li&gt;
&lt;li&gt;AZURE_EVENT_HUB_NAMESPACE&lt;/li&gt;
&lt;li&gt;AZURE_FUNCTION_APP&lt;/li&gt;
&lt;li&gt;AZURE_IOT_HUB&lt;/li&gt;
&lt;li&gt;AZURE_LOAD_BALANCER&lt;/li&gt;
&lt;li&gt;AZURE_MGMT_GROUP&lt;/li&gt;
&lt;li&gt;AZURE_REDIS_CACHE&lt;/li&gt;
&lt;li&gt;AZURE_REGION&lt;/li&gt;
&lt;li&gt;AZURE_SERVICE_BUS_NAMESPACE&lt;/li&gt;
&lt;li&gt;AZURE_SERVICE_BUS_QUEUE&lt;/li&gt;
&lt;li&gt;AZURE_SERVICE_BUS_TOPIC&lt;/li&gt;
&lt;li&gt;AZURE_SQL_DATABASE&lt;/li&gt;
&lt;li&gt;AZURE_SQL_ELASTIC_POOL&lt;/li&gt;
&lt;li&gt;AZURE_SQL_SERVER&lt;/li&gt;
&lt;li&gt;AZURE_STORAGE_ACCOUNT&lt;/li&gt;
&lt;li&gt;AZURE_SUBSCRIPTION&lt;/li&gt;
&lt;li&gt;AZURE_TENANT&lt;/li&gt;
&lt;li&gt;AZURE_VM&lt;/li&gt;
&lt;li&gt;AZURE_VM_SCALE_SET&lt;/li&gt;
&lt;li&gt;AZURE_WEB_APP&lt;/li&gt;
&lt;li&gt;CF_APPLICATION&lt;/li&gt;
&lt;li&gt;CF_FOUNDATION&lt;/li&gt;
&lt;li&gt;CINDER_VOLUME&lt;/li&gt;
&lt;li&gt;CUSTOM_APPLICATION&lt;/li&gt;
&lt;li&gt;CUSTOM_DEVICE&lt;/li&gt;
&lt;li&gt;CUSTOM_DEVICE_GROUP&lt;/li&gt;
&lt;li&gt;DCRUM_APPLICATION&lt;/li&gt;
&lt;li&gt;DCRUM_SERVICE&lt;/li&gt;
&lt;li&gt;DCRUM_SERVICE_INSTANCE&lt;/li&gt;
&lt;li&gt;DEVICE_APPLICATION_METHOD&lt;/li&gt;
&lt;li&gt;DISK&lt;/li&gt;
&lt;li&gt;DOCKER_CONTAINER_GROUP_INSTANCE&lt;/li&gt;
&lt;li&gt;DYNAMO_DB_TABLE&lt;/li&gt;
&lt;li&gt;EBS_VOLUME&lt;/li&gt;
&lt;li&gt;EC2_INSTANCE&lt;/li&gt;
&lt;li&gt;ELASTIC_LOAD_BALANCER&lt;/li&gt;
&lt;li&gt;ENVIRONMENT&lt;/li&gt;
&lt;li&gt;EXTERNAL_SYNTHETIC_TEST_STEP&lt;/li&gt;
&lt;li&gt;GCP_ZONE&lt;/li&gt;
&lt;li&gt;GEOLOCATION&lt;/li&gt;
&lt;li&gt;GEOLOC_SITE&lt;/li&gt;
&lt;li&gt;GOOGLE_COMPUTE_ENGINE&lt;/li&gt;
&lt;li&gt;HOST&lt;/li&gt;
&lt;li&gt;HOST_GROUP&lt;/li&gt;
&lt;li&gt;HTTP_CHECK&lt;/li&gt;
&lt;li&gt;HTTP_CHECK_STEP&lt;/li&gt;
&lt;li&gt;HYPERVISOR&lt;/li&gt;
&lt;li&gt;KUBERNETES_CLUSTER&lt;/li&gt;
&lt;li&gt;KUBERNETES_NODE&lt;/li&gt;
&lt;li&gt;MOBILE_APPLICATION&lt;/li&gt;
&lt;li&gt;NETWORK_INTERFACE&lt;/li&gt;
&lt;li&gt;NEUTRON_SUBNET&lt;/li&gt;
&lt;li&gt;OPENSTACK_PROJECT&lt;/li&gt;
&lt;li&gt;OPENSTACK_REGION&lt;/li&gt;
&lt;li&gt;OPENSTACK_VM&lt;/li&gt;
&lt;li&gt;OS&lt;/li&gt;
&lt;li&gt;PROCESS_GROUP&lt;/li&gt;
&lt;li&gt;PROCESS_GROUP_INSTANCE&lt;/li&gt;
&lt;li&gt;RELATIONAL_DATABASE_SERVICE&lt;/li&gt;
&lt;li&gt;SERVICE&lt;/li&gt;
&lt;li&gt;SERVICE_INSTANCE&lt;/li&gt;
&lt;li&gt;SERVICE_METHOD&lt;/li&gt;
&lt;li&gt;SERVICE_METHOD_GROUP&lt;/li&gt;
&lt;li&gt;SWIFT_CONTAINER&lt;/li&gt;
&lt;li&gt;SYNTHETIC_LOCATION&lt;/li&gt;
&lt;li&gt;SYNTHETIC_TEST&lt;/li&gt;
&lt;li&gt;SYNTHETIC_TEST_STEP&lt;/li&gt;
&lt;li&gt;VIRTUALMACHINE&lt;/li&gt;
&lt;li&gt;VMWARE_DATACENTER&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div class=&quot;swagger__enum&quot; id=&quot;events-post-parameter-enum-3aw5bbp7c99yvrnrzzk5a&quot;&gt;
&lt;h4 id=&quot;possible-values-for-the-eventtype-element-in-the-eventpushmessage-object&quot;&gt;Possible values for the &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;eventType&lt;/strong&gt; element in the &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;EventPushMessage&lt;/strong&gt; object:&lt;/h4&gt;

&lt;ul class=&quot;list list--condensed&quot;&gt;
&lt;li&gt;AVAILABILITY_EVENT&lt;/li&gt;
&lt;li&gt;CUSTOM_ANNOTATION&lt;/li&gt;
&lt;li&gt;CUSTOM_CONFIGURATION&lt;/li&gt;
&lt;li&gt;CUSTOM_DEPLOYMENT&lt;/li&gt;
&lt;li&gt;CUSTOM_INFO&lt;/li&gt;
&lt;li&gt;ERROR_EVENT&lt;/li&gt;
&lt;li&gt;MARKED_FOR_TERMINATION&lt;/li&gt;
&lt;li&gt;PERFORMANCE_EVENT&lt;/li&gt;
&lt;li&gt;RESOURCE_CONTENTION&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;



&lt;p&gt;&lt;/p&gt;
&lt;h3 id=&quot;parameters-mapping-&quot;&gt;Parameters mapping &lt;span id=&quot;anchor_parameters-mapping&quot;&gt;&lt;/span&gt;
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#parameters-mapping-&quot;&gt;
      &lt;/span&gt;&lt;/h3&gt;
&lt;table class=&quot;table&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt; &lt;/th&gt;
&lt;th&gt;Availability event&lt;/th&gt;
&lt;th&gt;Custom annotation&lt;/th&gt;
&lt;th&gt;Custom config&lt;/th&gt;
&lt;th&gt;Custom deployment&lt;/th&gt;
&lt;th&gt;Custom info&lt;/th&gt;
&lt;th&gt;Error event&lt;/th&gt;
&lt;th&gt;Performance event&lt;/th&gt;
&lt;th&gt;Resource contention&lt;/th&gt;
&lt;th&gt;Marked for termination&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;description&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;title&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;source&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;annotationType&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;annotationDescription&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;deploymentName&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;deploymentVersion&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;deploymentProject&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ciBackLink&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;remediationAction&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;original&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;configuration&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--required&quot;&gt;req&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;customProperties&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;swagger__propertyvalue--optional&quot;&gt;opt&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;
&lt;/table&gt;&lt;h2 id=&quot;response-format&quot;&gt;Response format
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#response-format&quot;&gt;
      &lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;

&lt;div class=&quot;tabgroup js-tabgroup&quot; id=&quot;tabgroup-11&quot; data-tabgroupid=&quot;tabgroup-11&quot;&gt;
&lt;div class=&quot;tabs is-hidden&quot;&gt;


&lt;input class=&quot;tab__input&quot; type=&quot;radio&quot; data-target=&quot;response-parameters&quot; id=&quot;tabgroup-11-response-parameters&quot; name=&quot;tabgroup-11&quot; checked=&quot;checked&quot;&gt;
&lt;label class=&quot;tab&quot; for=&quot;tabgroup-11-response-parameters&quot;&gt;Response parameters&lt;/label&gt;


&lt;input class=&quot;tab__input&quot; type=&quot;radio&quot; data-target=&quot;json-model&quot; id=&quot;tabgroup-11-json-model&quot; name=&quot;tabgroup-11&quot;&gt;
&lt;label class=&quot;tab&quot; for=&quot;tabgroup-11-json-model&quot;&gt;JSON model&lt;/label&gt;

&lt;/div&gt;
&lt;div class=&quot;tabgroup__content&quot;&gt;
&lt;div class=&quot;tab__content&quot; data-content=&quot;response-parameters&quot; data-title=&quot;Response parameters&quot;&gt;
      &lt;h3 id=&quot;events-post-response-eventstoreresult&quot; class=&quot;swagger__schemaheader&quot;&gt;The &lt;strong class=&quot;swagger__schemaheadername&quot;&gt;EventStoreResult&lt;/strong&gt; object
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#events-post-response-eventstoreresult&quot;&gt;
      &lt;/span&gt;&lt;/h3&gt;
      &lt;p&gt;Contains IDs of all custom events, created by an event push call.&lt;/p&gt;

      &lt;table class=&quot;table swagger__propertytable swagger__propertytable--responsetype&quot;&gt;
        &lt;thead&gt;
          &lt;tr&gt;
            &lt;th&gt;Element&lt;/th&gt;
            &lt;th&gt;Type&lt;/th&gt;
            &lt;th&gt;Description&lt;/th&gt;
          &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;storedEventIds&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  integer[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;&lt;p&gt;List of event IDs for information-only-events.&lt;/p&gt;
&lt;p&gt;This field is provided for compatibility reasons. You should use the values from the &lt;strong&gt;storedIds&lt;/strong&gt; field instead.&lt;/p&gt;
&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;storedIds&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;&lt;p&gt;List of &lt;strong&gt;encoded&lt;/strong&gt; event IDs for information-only-events.&lt;/p&gt;
&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;storedCorrelationIds&lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--simple&quot;&gt;
                  string[]
            &lt;/td&gt;
            &lt;td class=&quot;swagger__propertydata--description&quot;&gt;&lt;p&gt;List of correlation IDs for problem-opening-events.&lt;/p&gt;
&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;

&lt;/div&gt;
&lt;div class=&quot;tab__content is-hidden&quot; data-content=&quot;json-model&quot; data-title=&quot;JSON model&quot;&gt;
  &lt;pre&gt;
    &lt;code class=&quot;language-json hljs&quot;&gt;
{
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;storedEventIds&amp;quot;&lt;/span&gt;: [
    &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;integer&amp;quot;&lt;/span&gt;
  ],
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;storedIds&amp;quot;&lt;/span&gt;: [
    &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;string&amp;quot;&lt;/span&gt;
  ],
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;storedCorrelationIds&amp;quot;&lt;/span&gt;: [
    &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;string&amp;quot;&lt;/span&gt;
  ]
}
    &lt;/code&gt;
  &lt;/pre&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;h2 id=&quot;example&quot;&gt;Example
      &lt;span class=&quot;shortlink-copy shortlink-copy-js&quot; data-clipboard-text=&quot;https://www.dynatrace.com/support/help/shortlink/api-events-post-event#example&quot;&gt;
      &lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;In this example, the request pushes the &lt;strong&gt;CUSTOM_ANNOTATION&lt;/strong&gt; event, which applies to all custom devices with the &lt;strong&gt;Coffee-2nd-floor&lt;/strong&gt; tag. This annotation is a notification that these coffee machines are broken.&lt;/p&gt;
&lt;p&gt;The API token is passed in the &lt;strong&gt;Authorization&lt;/strong&gt; header.&lt;/p&gt;
&lt;h4 id=&quot;curl&quot;&gt;Curl&lt;/h4&gt;
&lt;pre&gt;&lt;code class=&quot;language-bash hljs&quot;&gt;curl -X POST \
  https://mySampleEnv.live.dynatrace.com/api/v1/events \
  -H &lt;span class=&quot;hljs-string&quot;&gt;&amp;apos;Authorization: Api-token abcdefjhij1234567890&amp;apos;&lt;/span&gt; \
  -H &lt;span class=&quot;hljs-string&quot;&gt;&amp;apos;Content-Type: application/json&amp;apos;&lt;/span&gt; \  
  -d &lt;span class=&quot;hljs-string&quot;&gt;&amp;apos;{
  &amp;quot;eventType&amp;quot;: &amp;quot;CUSTOM_ANNOTATION&amp;quot;,
  &amp;quot;timeoutMinutes&amp;quot;: 0,
  &amp;quot;attachRules&amp;quot;: {

    &amp;quot;tagRule&amp;quot;: [
      {
        &amp;quot;meTypes&amp;quot;: [
          &amp;quot;CUSTOM_DEVICE&amp;quot;
        ],
        &amp;quot;tags&amp;quot;: [
          {
            &amp;quot;context&amp;quot;: &amp;quot;CONTEXTLESS&amp;quot;,
            &amp;quot;key&amp;quot;: &amp;quot;IG-test&amp;quot;
          }
        ]
      }
    ]
  },
  &amp;quot;source&amp;quot;: &amp;quot;OpsControl&amp;quot;,
  &amp;quot;annotationType&amp;quot;: &amp;quot;defect&amp;quot;,
  &amp;quot;annotationDescription&amp;quot;: &amp;quot;coffee machine is defective&amp;quot;
}&amp;apos;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;request-url&quot;&gt;Request URL&lt;/h4&gt;
&lt;pre&gt;&lt;code class=&quot;language-http hljs&quot;&gt;https://mySampleEnv.live.dynatrace.com/api/v1/events
&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;request-body&quot;&gt;Request body&lt;/h4&gt;
&lt;div class=&quot;code-file&quot;&gt;
  &lt;header&gt;
    &lt;code class=&quot;code-file__title&quot;&gt;
        api-examples/events/post-event.json
    &lt;/code&gt;
  &lt;/header&gt;
  &lt;section class=&quot;code-file__buttons&quot;&gt;
    &lt;a class=&quot;btn btn--primary&quot; href=&quot;https://www.dynatrace.com/support/help/codefiles/api-examples/events/post-event.json&quot; download=&quot;&quot;&gt;
      &lt;svg class=&quot;icon icon--small icon--white&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;512&quot; height=&quot;512&quot; viewbox=&quot;0 0 512 512&quot;&gt;&lt;path fill=&quot;#ffffff&quot; d=&quot;M256 149.845l-69.46-69.913H92.924L256 244.068 419.077 79.932H325.46M44 290.733v141.335h424V290.733H44zm376.888 94.224H91.112v-47.113h329.776v47.113z&quot;/&gt;&lt;/svg&gt;
      Download
    &lt;/a&gt;
    &lt;button class=&quot;btn btn--primary btn--clipboard&quot; data-clipboard-text=&quot;{
  &amp;quot;eventType&amp;quot;: &amp;quot;CUSTOM_ANNOTATION&amp;quot;,
  &amp;quot;timeoutMinutes&amp;quot;: 0,
  &amp;quot;attachRules&amp;quot;: {
    &amp;quot;tagRule&amp;quot;: [
      {
        &amp;quot;meTypes&amp;quot;: [
          &amp;quot;CUSTOM_DEVICE&amp;quot;
        ],
        &amp;quot;tags&amp;quot;: [
          {
            &amp;quot;context&amp;quot;: &amp;quot;CONTEXTLESS&amp;quot;,
            &amp;quot;key&amp;quot;: &amp;quot;IG-test&amp;quot;
          }
        ]
      }
    ]
  },
  &amp;quot;source&amp;quot;: &amp;quot;OpsControl&amp;quot;,
  &amp;quot;annotationType&amp;quot;: &amp;quot;defect&amp;quot;,
  &amp;quot;annotationDescription&amp;quot;: &amp;quot;coffee machine is defective&amp;quot;
}
&quot;&gt;
      &lt;svg class=&quot;icon icon--small icon--white&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;512&quot; height=&quot;512&quot; viewbox=&quot;0 0 512 512&quot;&gt;&lt;path fill=&quot;#ffffff&quot; d=&quot;M295.654 83.655C295.654 61.755 277.9 44 256 44s-39.656 17.754-39.656 39.655h-28.83v64.325h136.972V83.655h-28.832zM256 100.712c-9.42 0-17.057-7.638-17.057-17.057S246.58 66.598 256 66.598c9.418 0 17.055 7.638 17.055 17.057s-7.637 17.057-17.056 17.057z&quot;/&gt;&lt;path fill=&quot;#ffffff&quot; d=&quot;M388.4 83.607h-40.93v29.897h32.39v324.598H132.14V113.504h32.39V83.607h-40.932c-11.746 0-21.356 9.61-21.356 21.355v341.683c0 11.746 9.61 21.355 21.356 21.355h264.804c11.746 0 21.356-9.61 21.356-21.355V104.962c0-11.746-9.61-21.355-21.357-21.355z&quot;/&gt;&lt;path fill=&quot;#ffffff&quot; d=&quot;M171 227.98h170c1.657 0 3-1.343 3-3v-26c0-1.657-1.343-3-3-3H171c-1.657 0-3 1.343-3 3v26c0 1.657 1.343 3 3 3zM171 387.98h170c1.657 0 3-1.343 3-3v-26c0-1.657-1.343-3-3-3H171c-1.657 0-3 1.343-3 3v26c0 1.657 1.343 3 3 3zM171 307.984h170c1.657 0 3-1.343 3-3v-26c0-1.657-1.343-3-3-3H171c-1.657 0-3 1.343-3 3v26c0 1.657 1.343 3 3 3z&quot;/&gt;&lt;/svg&gt;
      Copy to clipboard
    &lt;/button&gt;
  &lt;/section&gt;
  &lt;section class=&quot;code-file__sample&quot;&gt;&lt;pre&gt;&lt;code class=&quot;hljs&quot;&gt;{
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;eventType&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;CUSTOM_ANNOTATION&amp;quot;&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;timeoutMinutes&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-number&quot;&gt;0&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;attachRules&amp;quot;&lt;/span&gt;: {
    &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;tagRule&amp;quot;&lt;/span&gt;: [
      {
        &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;meTypes&amp;quot;&lt;/span&gt;: [
          &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;CUSTOM_DEVICE&amp;quot;&lt;/span&gt;
        ],
        &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;tags&amp;quot;&lt;/span&gt;: [
          {
            &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;context&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;CONTEXTLESS&amp;quot;&lt;/span&gt;,
            &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;key&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;IG-test&amp;quot;&lt;/span&gt;
          }
        ]
      }
    ]
  },
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;source&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;OpsControl&amp;quot;&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;annotationType&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;defect&amp;quot;&lt;/span&gt;,
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;annotationDescription&amp;quot;&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;coffee machine is defective&amp;quot;&lt;/span&gt;
}

&lt;/code&gt;&lt;/pre&gt;
&lt;/section&gt;
&lt;/div&gt;

&lt;h4 id=&quot;response-body&quot;&gt;Response body&lt;/h4&gt;
&lt;pre&gt;&lt;code class=&quot;language-json hljs&quot;&gt;{
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;storedEventIds&amp;quot;&lt;/span&gt;: [
    &lt;span class=&quot;hljs-number&quot;&gt;-6153476110846051426&lt;/span&gt;
  ],
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;storedIds&amp;quot;&lt;/span&gt;: [
    &lt;span class=&quot;hljs-string&quot;&gt;&amp;quot;-6153476110846051426_1533300519291&amp;quot;&lt;/span&gt;
  ],
  &lt;span class=&quot;hljs-attr&quot;&gt;&amp;quot;storedCorrelationIds&amp;quot;&lt;/span&gt;: []
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h4 id=&quot;response-code&quot;&gt;Response code&lt;/h4&gt;
&lt;p&gt;200&lt;/p&gt;
</description>
      <pubDate>Fri, 14 Jun 2019 08:36:15 +0200</pubDate>
      <link>https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/events/post-event/?updated=fri-14-jun-2019-08-36-15-0200</link>
      <guid isPermaLink="true">https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/events/post-event/</guid>
    </item>
  </channel>
</rss>