Services API - GET baseline
Gets the baseline data of the specified service.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/entity/services/{meIdentifier}/baseline |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/entity/services/{meIdentifier}/baseline |
Authentication
To execute this request, you need an access token with DataExport
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameters
The Dynatrace entity ID of the required service.
Response
Response codes
Response body objects
The ServiceBaselineValues
object
The baseline data for a service and its children for the Response time duration metric.
The display name of the service.
The ID of the service.
The baseline data for the Response time duration metric.
The EntityBaselineData
object
The baseline data for a Dynatrace entity for a specific duration metric.
The baseline data for child entities of this entity, for example a SERVICE_METHOD
of a SERVICE_METHOD_GROUP
.
The display name of the entity.
The ID of the Dynatrace entity.
The error rate baseline.
The entity has a load baseline (true
) or doesn't (false
).
The 90th percentile baseline, in microseconds.
The median baseline, in microseconds.
Response body JSON model
{"displayName": "string","entityId": "string","serviceResponseTimeBaselines": [{"childBaselines": [{}],"displayName": "string","entityId": "string","errorRate": 1,"hasLoadBaseline": true,"micros90thPercentile": 1,"microsMedian": 1}]}