cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Entity selector for agentless RUM

gdp-d
Visitor

I have to use custom deployment api and puslish custom deployment data to dynatrace.I am using agentless RUM to monitor a static site hosted in s3.I have an github pipeline to deploy the application and I would like update custom deployment with this API. I am confused in writing the entity selector for the agentless RUM

 

version detection 

5 REPLIES 5

DanielS
DynaMight Guru
DynaMight Guru

Hello @gdp-d  Entity type for Agentless RUM still is APPLICATION.

The true delight is in the finding out rather than in the knowing.

Is there any reference for these entity types.

https://{environmentid}.live.dynatrace.com/api/v2/entities?entitySelector=type("APPLICATION")

I am unable to get any entities using the above query

DanielS
DynaMight Guru
DynaMight Guru

The Query is OK, do you have an Agentless App created? or any App created? Are you getting a 200 for the above argument?

The true delight is in the finding out rather than in the knowing.

I have an agentless web application up and running.I am getting response code as 200 and the following response body

{
    "totalCount": 0,
    "pageSize": 50,
    "entities": []
}

DanielS
DynaMight Guru
DynaMight Guru

Hi @gdp-d can you check that the token is from the same Tenant where do you have the application. Because if you have created it, it MUST be listed with the query you are using for the API. 

The true delight is in the finding out rather than in the knowing.

Featured Posts