21 Apr 2023 10:21 AM - last edited on 20 Jun 2023 01:52 PM by Karolina_Linda
Hi there 🙂
Is there anyone monitoring CISCO ACI with Dynatrace? We want to ingest the data from ACI into Dynatrace and ACI also provides a REST API to pull this data and we can then send it to Dynatrace via the ingest API.
Is there an extension or other solution that I can use to do this? Or are there any other suggestions on how to implement this in an elegant way?
Thanks in advance
Cheers
Marco
21 Apr 2023 07:31 PM
Shouldn't be difficult. We are doing it for other CIsco products, but not ACI.
This will be even easier to do with the new Dynatrace platform.
21 Apr 2023 11:07 PM
@AntonioSousa how do you monitor that? your wrote some code to pull data from the API and then send it to Dynatrace via Ingest API?
with new Dynatrace platform you mean Grail? unfortuntley we use Dynatrace managed.
22 Apr 2023 11:00 AM
We use extensions v1. We grab the data from the Cisco APIs and then inject it back into Dynatrace.
Yes, with Managed you will not have the possibility to use Grail.
23 Apr 2023 10:45 AM
@AntonioSousa Do you use a specific extension or your own build one? I did not find a suitable extension yet.
23 Apr 2023 12:14 PM
@MarcoCritti, Yes, it was build on our side. It is not that difficult to do it, I would say you have to have good knowledge of both APIs and python programming.
18 Apr 2024 11:02 PM
Hi Antonio - I'm curious why you used Extensions 1.0 and not 2.0 to acquire CISCO ACI data?
20 Apr 2024 08:10 PM
Main reason was that I needed python for several things, and it was not available in EF2 at the time.