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

can the events under hosts be exported as a report in dynatrace?

Arunkumarbnp
Helper

can the events under hosts be exported as a report in dynatrace?

5 REPLIES 5

p_devulapalli
Leader

@Arunkumarbnp If you are on SaaS , you can export the data from the Events tab of "Infrastructure & Operations" app or open in notebooks and extract the data.

Phani Devulapalli

@p_devulapalli ty for your reply

DT is on managed servers

Julius_Loman
DynaMight Legend
DynaMight Legend

For Managed, you need to use the Events API with the entitySelector to particular host entity.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

@Julius_Loman Thanks for your reply,
If I need the events for a list of host, can I use this api to get it?

 

UI friendly way:

  1. Go to your dynatrace/rest-api-doc/index.jsp?urls.primaryName=Environment%20API%20v2#/Events/getEvents (or choose the Environment API v2 from the User menu located top right) 
  2. Scroll down to Events API
  3. Enter the API token with the scope for events read
  4. Use the Events API:
    Julius_Loman_0-1754391020585.png

     

  5. Enter entitySelector to filter events just for one particular host

     

    Julius_Loman_2-1754391171965.png

     

  6. Enter other inputs, such as start time and then execute it - the output will be a JSON with the events
Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts