Azure
webページからAzureIotCentralのAPIをたたく
· ☕ 1 分で読めます
コード index.html 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Azure IoT Central</title> <link rel="stylesheet" href="index.css"> </head> <body> <p class="title">Azure IoT Central</p> <div id="area1"> <button type="button" id="btn1">値取得&l
webページからAzureIotCentralのAPIをたたく

PostmanでAzureIotCentralのAPIをたたく
· ☕ 2 分で読めます
TELEMETRYの値を読みだす場合 POSTMANで以下のように設定してSendするとテレメトリの値が読み取れます。 method:GET URI:https://{your app subdomain}}.azureiotcentral.com/api/preview/devices/{Device ID}/telemetry/{telemetry name} Headers ├Key:
PostmanでAzureIotCentralのAPIをたたく