11 Apr 2024 11:24 AM - last edited on 15 Apr 2024 08:49 AM by MaciejNeumann
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
Solved! Go to Solution.
11 Apr 2024 03:26 PM
Hello @gdp-d Entity type for Agentless RUM still is APPLICATION.
11 Apr 2024 04:16 PM
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
11 Apr 2024 07:39 PM
The Query is OK, do you have an Agentless App created? or any App created? Are you getting a 200 for the above argument?
12 Apr 2024 05:34 AM
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": []
}
12 Apr 2024 10:15 PM
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.