• Home
  • Dynatrace API
  • Configuration
  • Anomaly detection
  • Metric event
  • GET all events

Metric events anomaly detection API - GET all events

Lists all existing metric event rules.

The request produces an application/json payload.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/config/v1/anomalyDetection/metricEvents
SaaShttps://{your-environment-id}.live.dynatrace.com/api/config/v1/anomalyDetection/metricEvents
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/anomalyDetection/metricEvents

Authentication

To execute this request, you need an access token with ReadConfig scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

The request doesn't provide any configurable parameters.

Parameters

ParameterTypeDescriptionInRequired
includeEntityFilterMetricEventsboolean

Flag to include metric events with associated entities to the response.

Metric events with entity filters aren't compatible across environments. If set to false, metric events with entity filters will be removed.

queryoptional

Response

Response codes

CodeTypeDescription
200StubList

Success

Response body objects

The StubList object

An ordered list of short representations of Dynatrace entities.

ElementTypeDescription
valuesEntityShortRepresentation[]

An ordered list of short representations of Dynatrace entities.

The EntityShortRepresentation object

The short representation of a Dynatrace entity.

ElementTypeDescription
idstring

The ID of the Dynatrace entity.

namestring

The name of the Dynatrace entity.

descriptionstring

A short description of the Dynatrace entity.

Response body JSON model

json
{ "values": [ { "id": "6a98d7bc-abb9-44f8-ae6a-73e68e71812a", "name": "Dynatrace entity 1", "description": "Dynatrace entity 1 for the REST API example" }, { "id": "ee70f7d3-9a4e-4f5f-94d2-c9d6156f1618", "name": "Dynatrace entity 2" }, { "id": "8cdabe77-9e1a-4be8-b3df-269dd6fa9d7f" } ] }

Example

In this example, the request lists all custom metric event rules of the environment. The response includes events associated with certain entities.

The API token is passed in the Authorization header.

The result is truncated to four entries.

Curl

bash
curl -X GET \ https://mySampleEnv.live.dynatrace.com/api/config/v1/anomalyDetection/metricEvents?includeEntityFilterMetricEvents=true \ -H 'Authorization: Api-Token dt0c01.abc123.abcdefjhij1234567890'

Request URL

plaintext
https://mySampleEnv.live.dynatrace.com/api/config/v1/anomalyDetection/metricEvents?includeEntityFilterMetricEvents=true

Response body

json
{ "values": [ { "id": "ruxit.perfmon.dotnetV4:%TimeInGC:time_in_gc_alert_high_generic", "name": "High GC time", "description": "The .NET GC time of {severity} is {alert_condition} the threshold of {threshold}" }, { "id": "custom.jmx.hornetq:Queue.MessageCount:jmx_alert", "name": "Low message count", "description": "Actual number of {severity} queue messages is {alert_condition} the critical threshold of {threshold}" }, { "id": "dynatrace.remote.python.elasticsearch:node.os.cpu_percent:node.os.cpu_percent.high_usage", "name": "High OS CPU usage", "description": "The OS CPU usage is {alert_condition} the threshold of {threshold}" }, { "id": "d828b647-7f9a-4664-8401-d59fcb55bd3e", "name": "cpu alert", "description": "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}." } ] }

Response code

200

Related topics
  • Prediction-based anomaly detection

    Read how Dynatrace automatically learns each applications’ unique traffic patterns and is thereby able to forecast the application’s traffic.

  • Davis® AI

    Get familiar with the capabilities of Davis AI.