Hi,
I'm building the dashboard where I need to access DMA agent which is not in cluster - it is standalone entity. How can I pull the element data to my dashboard?
Rgds,
Martin Soltis
Miguel Obregon [SLC] [DevOps Catalyst] Answered question
Hi Martin,
I believe there are three possible options:
- Web Services: It contains a list of API calls that allows you to retrieve data from a DMA.
- User-Defined API: In case you need to request more specific data, you could build your own API calls.
- Data-Aggregator: You can leverage existing GQI queries to retrieve data from an external cluster. The Data Aggregator allows you to schedule GQI queries and export the results in a CSV file. This option is recommended in case the payload of your request is large.
Hope it helps.
Miguel Obregon [SLC] [DevOps Catalyst] Answered question