28 Sep 2023 03:09 PM
Hello Community!
Is there any efficient way of moving "big" data between APIs using Dynatrace? I tried to do it using Workflows, but I could only fetch a relatively small amount of objects using a single JS node. According to my calculations, I would need to create about 60 JS nodes in a single workflow, that doesn't work for me. Is there any workaround for it? I need the data in my internal API for Dashboards and I somehow need to move it from an external one.
28 Sep 2023 03:11 PM
Thanks for this question, I was wondering the same thing too🤔
28 Sep 2023 05:17 PM
Hi,
Are you talking about configurations as dashboards, alerting profiles... ?
If yes, you can use Monaco.
Best regards
29 Sep 2023 09:21 AM
Hi Anton,
I'm basically trying to use Dynatrace on the Community page itself. I want to get the data from our vendor's API to our internal Dynatrace API. However, the access to Khoros API is limited, I can't create any pipeline, I can only send calls to it. In this scenario, is it still worth it to look into Monaco? I just wanted to ask this question before I read all about it.
29 Sep 2023 09:31 AM
Hi,
Monaco is only to be talking between Dynatrace APIs between environments.
I do not know if your use case can be done inside Dynatrace. I would to do it outside Dynatrace using some program language to pull information from Khoros API, parse or extract what you want, and push to Dynatrace API.
Best regards
29 Sep 2023 09:33 AM - edited 29 Sep 2023 09:33 AM
I'm not familiar with the Khoros API myself, but reading about it for 5 minutes, it seems to be able to return data in JSON format for various statistics. If this is what you're trying to get in Dynatrace somehow (hopefully in the form of either metrics or logs) seems like an extension is the way to go. It will read the data from the Khoros API, modify it to the Dynatrace format and ingest it directly.
Or as @AntonPineiro suggests, do it outside of Dynatrace.