- Mark as New
- Subscribe to RSS Feed
- Permalink
‎16 Jan 2021
02:04 AM
- last edited on
‎21 Aug 2024
11:31 AM
by
Michal_Gebacki
Specifically, environment api GET /problem/feed
Ultimately, the goal is to automate this extraction weekly other tools are, suggestions, ideas are also welcomed.
Solved! Go to Solution.
- Labels:
-
dynatrace api

- Mark as New
- Subscribe to RSS Feed
- Permalink
‎16 Jan 2021 03:14 AM
Yes, you can. In fact for those clients that have their own class of ITSM that don't expose some kind of endpoint to send a webhook, we end up using scripted calls to the problems feed via tasks / cron
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎16 Jan 2021 11:57 AM
We use cron for all sorts of automation with Dynatrace API...
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎17 Jan 2021 02:32 AM
Any specific examples that you can share? Thanks!
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎17 Jan 2021 10:27 AM
Some examples that come to mind:
- Producing reports is the main reason I use cron&Dynatrace API.
- Getting data from other systems and injecting into Dynatrace.
- Storing data for future reference & compliance reasons.
- Activating&Deactivating OneAgents.
