Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about azure-iot-hub-device-management

Read more about azure-iot-hub-device-management

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - azure-iot-hub-device-management

REST API Endpoint to generate SAS token for Edge Devices in Azure IoTHub

What is REST API endpoint for the following command ? az iot hub generate-sas-token -n myIoTHub -d myDevice --du 630720
test-img

Salman Azmat

azure-iot-hub

azure-iot-edge

azure-iot-hub-device-management

Votes: 0

Answers: 1

Latest Answer

There is no REST API endpoint for that command. It's a computation that you can implement yourself, it's described here and comes with sample code. The command you referenced does it this way
test-img

Matthijs van der Veer

Access to read module twin data via Azure IoT Hub's APIs?

I'd like to be able to pull an IoT Edge device's module twin via an HTTPS GET request just like the Azure Portal does. In the portal, I see this firing... https://my-hub.azure-devices.net/twins/my-dev...
test-img

papakpmartin

rest

azure-iot-hub

azure-iot-edge

azure-iot-hub-device-management

Votes: 0

Answers: 1

Latest Answer

The API you're referring to is documented here. You're doing the right thing, but perhaps your method of creating a Shared Access Signature isn't working. One easy way to create a valid SAS token is b...
test-img

Matthijs van der Veer

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved