05 Oct 2018 11:36 AM - last edited on 04 Sep 2023 10:19 AM by MaciejNeumann
So the Custom network devices and metrics API is a brilliant feature, enabling customers to leverage existing solutions, and include other timeseries data.
I have dabbled a bit with creating this, and been able to do so.
However I was wondering if there are any scripts available to create devices, and push test data?
I am considering writing this myself, but if there is already something available that would be awesome.
Solved! Go to Solution.
05 Oct 2018 12:04 PM
Hi,
I created a Github repo with some examples for API in general and also for our custom device API. You can find a F5 firewall example script in there as well as a general custom device example. See here:
https://github.com/Dynatrace/dynatrace-api
05 Oct 2018 03:15 PM
Great! Thank you.
My suggestion is to link to these from the documentation. Very nice examples indeed.