Azure DPS: more parameters in the query

BERNARD Thomas 166 Reputation points
2021-12-20T09:05:56.103+00:00

Hello all,

I am using Device Provisioning Service for the registration of my devices in Azure IOT Central. Everything is OK, but I would like to send more than the "registration ID" in the payload.

I got that description: https://learn.microsoft.com/en-us/rest/api/iot-dps/device/runtime-registration/register-device

I know that is possible to send the model ID in a specific part of the request ("payload"). Is it possible to also give the "Device Name" ?

Do you have the complete description of the available parameters in that request ?

Thanks in advance,

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Sander van de Velde | MVP 36,951 Reputation points MVP Volunteer Moderator
    2021-12-20T10:18:22.437+00:00

    Hello @BERNARD Thomas ,

    Azure IoT Central is a SaaS platform for IoT. It is based on Azure IoT PaaS resources like IoT Hub, Aure Stream Analytics, and Device Provisioning Service.

    The reference documentation you found is for the full Device Provisioning.

    The DPS supports adding an alternative Device ID and Device Twin Tags.

    These are provided to the IoT Hub chosen by the DPS so the IoT Hub can create the device registration and eg. start automatic device configuration.

    Because you use Azure IoT Central, you are limited by what is offered in the current interface, either the portal or the REST API.

    At this moment, both interfaces are not offering support for adding DPS tags. You can only provide the registration ID and optional device ID (I assume this is the 'displayName').


0 additional answers

Sort by: Most helpful

Your answer

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