Does IoT central support to pull data from an external REST API enabled device?

Treesa George 21 Reputation points
2022-05-18T02:29:25.25+00:00

Hey All,

Could you please advise me on my below queries.

So I have a end device(i.e controller) which has REST API enabled on it. I have also wrote a python script that can pull the data from the controller.

Does IoT Central have a feature of pulling data from external REST API device?

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
364 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
344 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 32,736 Reputation points MVP
    2022-05-18T23:27:32.837+00:00

    Hello @Treesa George ,

    Azure IoT Central is built on top of Azure IoT and specifically the IoT Hub.

    This is a message cloud gateway so that devices connect to it in a secure manner.

    If you want to ingest data from a 'third party API', you need to put logic in between.

    Check out how the bridge for Azure IoT Central works (which is open source).

    Although this Azure Function is HTTPS trigger-based (so it waits for incoming calls coming from other services), the logic is generic.

    You can derive your own Azure Function by reusing most of the code.

    I imagine a timer-triggered Azure Function which can pull the data from that service.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.