We have a new version of this API—Metrics API v2. Check it out!
Fetches parameters and data points of the specified metric. In comparison to a GET request, a POST request provides less data about the metric itself.
To obtain data points, you must specify the timeframe and the aggregation type supported by the requested metric. See the Parameters section for more details.
The request consumes and produces an application/json
payload.
POST | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/timeseries/{timeseriesIdentifier} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/timeseries/{timeseriesIdentifier} |
To execute this request, you need an access token with DataExport
scope.
To learn how to obtain and use it, see Tokens and authentication.
To obtain data points, you must specify the timeframe and the aggregation type.
There are two mutually exclusive ways to set timeframe:
The maximum allowed timeframe is 6 months.
The case-sensitive ID of the timeseries from which you want to read parameters and data points.
The JSON body of the request, containing parameters to identify the required data points.
TimeseriesQueryMessage
objectFiltering parameters for a timeseries query.
The aggregation type for the resulting data points.
If the requested metric doesn't support the specified aggregation, the request will result in an error.
AVG
COUNT
MAX
MEDIAN
MIN
PERCENTILE
SUM
Exclude (true
) or include (false
) data points from any maintenance window, defined in your environment.
The start timestamp of the timeframe, in UTC milliseconds.
If later than the current time, Dynatrace automatically uses current time instead.
The timeframe must not exceed 6 months.
Filters requested data points by entities which should deliver them. You can specify several entities at once.
Allowed values are Dynatrace entity IDs.
If the selected entity doesn't support the requested metric, the request will result in an error.
A filter is an object, containing map of filter keys and its values. Valid filter keys are:
processType
: Filters by process type. See Process types for allowed values.
osType
: Filters by operating system. See OS types for allowed values.
serviceType
: Filters by service type. See Service types for allowed values.
technology
: Filters by technology type. See Technology types for allowed values.
webServiceName
: Filters by web service name.
webServiceNamespace
: Filters by the web service namespace.
host
: Filters by entity ID of the host, for example HOST-007.
Specifies whether the results should exposes dimension mappings between parent entities and their children.
For instance: SERVICE-0000000000000001, SERVICE_METHOD-0000000000000001
Specifies which percentile of the selected response time metric should be delivered.
Only applicable to the PERCENTILE
aggregation type.
Valid values for percentile are between 1 and 99.
Please keep in mind that percentile export is only possible for response-time based metrics such as application and service response times.
The flag to predict future data points.
Defines the type of result that the call should return. Valid result modes are:
series
: returns all the data points of the metric in the specified timeframe.
total
: returns one scalar value for the specified timeframe.
By default, the series
mode is used.
SERIES
TOTAL
The relative timeframe, back from the current time.
10mins
15mins
2hours
30mins
3days
5mins
6hours
day
hour
min
month
week
The start timestamp of the timeframe, in UTC milliseconds.
Filters requiested data points by entity which should deliver them. Only data from entities with the specified tag is delivered.
You can specify several tags in the following format: tags=tag1&tags=tag2
. The entity has to match all the specified tags.
In case of key-value tags, such as imported AWS or CloudFoundry tags use following format: [context]key:value
.
The case-sensitive ID of the metric, where you want to read data points.
You can execute a GET timeseries request, to obtain the list of available metrics.
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.
{"aggregationType": "AVG","considerMaintenanceWindowsForAvailability": "false","endTimestamp": 1521542929000,"entities": ["HOST-0000000000000007"],"includeParentIds": "false","predict": true,"queryMode": "SERIES","relativeTime": "HOUR","startTimestamp": 1521042929000,"tags": ["office-linz"],"timeseriesId": "com.dynatrace.builtin:host.cpu.idle"}
The result is a JSON object that contains metric data points and parameters.
TimeseriesQueryResultWrapper
objectTimeseriesDataPointQueryResult
objectList of metric's datapoints, as well as their parameters.
The type of data points aggregation.
AVG
COUNT
MAX
MEDIAN
MIN
PERCENTILE
SUM
Data points of a metric.
A JSON object that maps the ID of the entity that delivered the data points and an array, which consists of arrays of the data point float values.
May contain more than one entity ID per record (for example, a host and its network interface). In such cases, entity IDs are separated by commas.
A datapoint contains a value and a timestamp, at which the value was recorded.
Dynatrace stores data in time slots. The dataPoints object shows the starting timestamp of the slot. If the startTimestamp or endTimestamp of your query lies inside of the data time slot, this time slot is included into response. Due to the fact that the timestamp of the first data point lies outside of the specified timeframe, you will see earlier timestamp than the specified startTimestamp in the first data point of the response.
There are three versions of data points:
The list of entities where the data points originate.
A JSON object that maps the entity ID in Dynatrace and the actual name of the entity.
The resolution of data points.
The ID of the metric.
The unit of data points.
Ampere (A)
Billion (Gcount)
Bit (bit)
BitPerHour (bit/h)
BitPerMinute (bit/min)
BitPerSecond (bit/s)
Byte (B)
BytePerHour (B/h)
BytePerMinute (B/min)
BytePerSecond (B/s)
Cores
Count (count)
Day (ds)
DecibelMilliWatt (dBm)
G
GibiByte (GiB)
GibiBytePerHour (GiB/h)
GibiBytePerMinute (GiB/min)
GibiBytePerSecond (GiB/s)
GigaByte (GB)
GigaBytePerHour (GB/h)
GigaBytePerMinute (GB/min)
GigaBytePerSecond (GB/s)
Hertz (Hz)
Hour (hs)
KibiByte (KiB)
KibiBytePerHour (KiB/h)
KibiBytePerMinute (KiB/min)
KibiBytePerSecond (KiB/s)
KiloByte (kB)
KiloBytePerHour (kB/h)
KiloBytePerMinute (kB/min)
KiloBytePerSecond (kB/s)
M
MSU
MebiByte (MiB)
MebiBytePerHour (MiB/h)
MebiBytePerMinute (MiB/min)
MebiBytePerSecond (MiB/s)
MegaByte (MB)
MegaBytePerHour (MB/h)
MegaBytePerMinute (MB/min)
MegaBytePerSecond (MB/s)
MicroSecond (µs)
MilliSecond (ms)
MilliSecondPerMinute (ms/min)
Million (Mcount)
Minute (mins)
Month (mos)
N/A
NanoSecond (ns)
NanoSecondPerMinute (ns/min)
PerHour (count/h)
PerMinute (count/min)
PerSecond (count/s)
Percent (%)
Pixel (px)
Promille (‰)
Ratio
Second (s)
State
Trillion (Tcount)
Unspecified
Volt (V)
Watt (W)
Week (ws)
Year (ys)
k
km/h
m/h
m/s
mCores
{"result": {"aggregationType": "AVG","dataPoints": {"HOST-0000000000000007": [[1522220334000,89]]},"entities": {"HOST-0000000000000007": "Laptop-8"},"resolutionInMillisUTC": 300000,"timeseriesId": "com.dynatrace.builtin:host.cpu.idle","unit": "Percent"}}
Dynatrace stores data in time slots. The dataPoints
object shows the starting timestamp of the slot. If the startTimestamp
or endTimestamp
of your query fall within the data time slot, this time slot will be included in the response. Due to the fact that the timestamp of the first data point lies outside of the specified timeframe, you will see an earlier timestamp than the specified startTimestamp
in the first data point of the response.
In this example, the request returns values of the Actions per session (com.dynatrace.builtin:app.actionspersession
) metric within the last hour for the APPLICATION-85A7CC and APPLICATION-8E41C8 applications. The result returns the average numbers of user actions per application. The result is truncated to three data points per application.
curl -X POST \https://mySampleEnv.live.dynatrace.com/api/v1/timeseries \-H 'Authorization: abcdefjhij1234567890' \-H 'Content-Type: application/json' \-d '{"timeseriesId": "com.dynatrace.builtin:app.actionspersession","relativeTime": "hour","aggregationType": "avg","entities": ["APPLICATION-85A7CCAAC7345F0B","APPLICATION-8E41C8C247910758"]}'
https://mySampleEnv.live.dynatrace.com/api/v1/timeseries
{"timeseriesId": "com.dynatrace.builtin:app.actionspersession","relativeTime": "hour","aggregationType": "avg","entities": ["APPLICATION-85A7CC","APPLICATION-8E41C8"]}
{"result": {"dataPoints": {"APPLICATION-85A7CC": [[1534920000000,1.6666666666666667],[1534920060000,2.5],[1534920120000,2.888888888888889]],"APPLICATION-8E41C8": [[1534920000000,null],[1534920060000,3],[1534920120000,null]]},"unit": "PerMinute (count/min)","resolutionInMillisUTC": 60000,"aggregationType": "AVG","entities": {"APPLICATION-85A7CC": "Permanent Docker","APPLICATION-8E41C8": "easyTravel AMP"},"timeseriesId": "com.dynatrace.builtin:app.actionspersession"}}
200