Lists entities observed within the specified timeframe along with their properties. When you query entities of the SERVICE_METHOD
type, only the following requests are returned:
You can limit the output by using the pagination:
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/entities |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/entities |
To execute this request, you need an access token with entities.read
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
nextPageKey | string | The cursor for the next page of results. You can find it in the nextPageKey field of the previous response. The first page is always returned if you don't specify the nextPageKey query parameter. When the nextPageKey is set to obtain subsequent pages, you must omit all other query parameters. | query | optional |
pageSize | integer | The amount of entities. If not set, 50 is used. | query | optional |
entitySelector | string | Defines the scope of the query. Only entities matching the specified criteria are included into response. You must set one of these criteria:
You can add one or more of the following criteria. Values are case-sensitive and the
For more information, see Entity selector in Dynatrace Documentation. To set several criteria, separate them with a comma ( The maximum string length is 2,000 characters. The field is required when you're querying the first page of results. | query | optional |
from | string | The start of the requested timeframe. You can use one of the following formats:
If not set, the relative timeframe of three days is used ( | query | optional |
to | string | The end of the requested timeframe. You can use one of the following formats:
If not set, the current timestamp is used. | query | optional |
fields | string | Defines the list of entity properties included in the response. The ID and the name of an entity are always included to the response. To add properties, list them with leading plus Use the GET entity type request to fetch the list of properties available for your entity type. Fields from the properties object must be specified in the When requesting large amounts of relationship fields, throttling can apply. | query | optional |
sort | string | Defines the ordering of the entities returned. This field is optional, each field has a sign prefix (+/-), which corresponds to sorting order ( + for ascending and - for descending). If no sign prefix is set, then default ascending sorting order will be applied. Currently ordering is only available for the display name (for example | query | optional |
Code | Type | Description |
---|---|---|
200 | Entities | Success |
4XX | Error | Client side error. |
5XX | Error | Server side error. |
EntitiesList
objectA list of monitored entities along with their properties.
Element | Type | Description |
---|---|---|
entities | Entity[] | A list of monitored entities. |
nextPageKey | string | The cursor for the next page of results. Has the value of Use it in the nextPageKey query parameter to obtain subsequent pages of the result. |
pageSize | integer | The number of entries per page. |
totalCount | integer | The total number of entries in the result. |
Entity
objectThe properties of a monitored entity.
Element | Type | Description |
---|---|---|
displayName | string | The name of the entity, displayed in the UI. |
entityId | string | The ID of the entity. |
firstSeenTms | integer | The timestamp at which the entity was first seen, in UTC milliseconds. |
fromRelationships | object | A list of relationships where the entity occupies the FROM position. |
icon | Entity | The icon of a monitored entity. |
lastSeenTms | integer | The timestamp at which the entity was last seen, in UTC milliseconds. |
managementZones | Management | A set of management zones to which the entity belongs. |
properties | object | A list of additional properties of the entity. |
tags | M | A set of tags assigned to the entity. |
toRelationships | object | A list of relationships where the entity occupies the TO position. |
type | string | The type of the entity. |
EntityId
objectA short representation of a monitored entity.
Element | Type | Description |
---|---|---|
id | string | The ID of the entity. |
type | string | The type of the entity. |
EntityIcon
objectThe icon of a monitored entity.
Element | Type | Description |
---|---|---|
customIconPath | string | The user-defined icon of the entity. Specify the barista ID of the icon or a URL of your own icon. |
primaryIconType | string | The primary icon of the entity. Specified by the barista ID of the icon. |
secondaryIconType | string | The secondary icon of the entity. Specified by the barista ID of the icon. |
ManagementZone
objectA short representation of a management zone.
Element | Type | Description |
---|---|---|
id | string | The ID of the management zone. |
name | string | The name of the management zone. |
METag
objectThe tag of a monitored entity.
Element | Type | Description |
---|---|---|
context | string | The origin of the tag, such as AWS or Cloud Foundry. Custom tags use the |
key | string | The key of the tag. |
stringRepresentation | string | The string representation of the tag. |
value | string | The value of the tag. |
{"entities": [{"displayName": "my host","entityId": "HOST-06F288EE2A930951","firstSeenTms": 1574697667547,"fromRelationships": {"isInstanceOf": [{"id": "HOST_GROUP-0E489369D663A4BF","type": "HOST_GROUP"}]},"icon": {"customIconPath": "host","primaryIconType": "linux","secondaryIconType": "microsoft-azure-signet"},"lastSeenTms": 1588242361417,"managementZones": [{"id": "6239538939987181652","name": "main app"}],"properties": {"bitness": 64,"cpuCores": 8,"monitoringMode": "FULL_STACK","networkZoneId": "aws.us.east01","osArchitecture": "X86","osType": "LINUX"},"tags": [{"context": "CONTEXTLESS","key": "architecture","stringRepresentation": "architecture:x86","value": "x86"},{"context": "ENVIRONMENT","key": "Infrastructure","stringRepresentation": "[ENVIRONMENT]Infrastructure:Linux","value": "Linux"}],"toRelationships": {"isDiskOf": [{"id": "DISK-0393340DCA3853B0","type": "DISK"}]},"type": "HOST"}],"nextPageKey": "AQAAABQBAAAABQ==","pageSize": 1,"totalCount": 1}
In this example, the request list services that belong to the management zones with the ID of 229130632296508575249. To achieve that, the entitySelector query parameter is set to type("SERVICE"),mzId("229130632296508575249")
.
Apart from default Dynatrace entity IDs and names of the entities, the request also returns the timestamp of when the service was last seen and the list of technology types that run in the service. To achieve that, the fields query parameter is set to lastSeenTms,properties.serviceTechnologyTypes
.
The API token is passed in the Authorization header.
The result is truncated to three entries.
curl -L -X GET 'https://mySampleEnv.live.dynatrace.com/api/v2/entities?entitySelector=type(%22SERVICE%22),mzId(%229130632296508575249%22)&fields=lastSeenTms,properties.serviceTechnologyTypes' \-H 'Authorization: Api-Token dt0c01.abc123.abcdefjhij1234567890'
https://mySampleEnv.live.dynatrace.com/api/v2/entities?entitySelector=type(%22SERVICE%22),mzId(%229130632296508575249%22)&fields=lastSeenTms,properties.serviceTechnologyTypes
{"totalCount": 52,"pageSize": 50,"nextPageKey": "AQArdHlwZSgiU0VSVklDRSIpL","entities": [{"entityId": "SERVICE-1125C375A187D27A","displayName": "dotNetBackend_easyTravel_x64","lastSeenTms": 1590609632865,"properties": {"serviceTechnologyTypes": ["IIS app pool","ASP.NET","DotNet"]}},{"entityId": "SERVICE-42C0B06C4DCFD0EF","displayName": "AuthenticationService","lastSeenTms": 1590747000977,"properties": {"serviceTechnologyTypes": ["Java"]}},{"entityId": "SERVICE-620517BB99A7ED9E","displayName": "BookingService","lastSeenTms": 1590747028702,"properties": {"serviceTechnologyTypes": ["Java"]}}]}
200