How can I get serie of telemetry of IoT Central device instead current value?

Tan Vo 21 Reputation points
2020-08-10T10:23:54.627+00:00

I know to get current telemetry value by using the API. But I need to get 24hrs of a sensor data. But I don't know how to to do it with IoT Central and IoT Hub.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
357 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,143 questions
0 comments No comments
{count} votes

Accepted answer
  1. Roman Kiss 2,246 Reputation points
    2020-08-10T15:25:51.017+00:00

    Basically, there are two ways how can be telemetry data exported out of the IoT Central App:

    • the first one is to use a Data export feature to push a telemetry data to the target such as the Azure Storage Blob, Azure Event Hubs and Azure Service Bus entity (queue, topic),
    • the second one is to push a telemetry data to the webhook endpoint from the IoT Central Rule Action.

    Thanks
    Roman

    4 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Roman Kiss 2,246 Reputation points
    2020-08-18T07:30:06.893+00:00

    Note, that the recently has been added a Data export (preview) where the telemetry data can be forwarded to the webhook endpoint destination with the filtering and enrichment features. See more details about this preview here.

    0 comments No comments