azure.com

Use this API to manage IoT Central Applications in your Azure subscription.

🔑 oauth2 10 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all of the available IoT Central application REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.IoTCentral/operations
Get all IoT Central Applications in a subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/IoTApps
Get all the IoT Central Applications in a resource group.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps
Endpoints (10 total)
GET
/providers/Microsoft.IoTCentral/operations
Lists all of the available IoT Central application REST API operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/IoTApps
Get all IoT Central Applications in a subscription.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps
Get all the IoT Central Applications in a resource group.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps/{resourceName}
Get the metadata of an IoT Central application.
POST
/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates
Get all available application templates.
POST
/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability
Check if an IoT Central application name is available.
POST
/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability
Check if an IoT Central application subdomain is available.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps/{resourceName}
Create or update the metadata of an IoT Central application. The usual patter…
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps/{resourceName}
Update the metadata of an IoT Central application.
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps/{resourceName}
Delete an IoT Central application.
At a glance
Total SDKs9
Languages8
Endpoints10
Authoauth2
Categories1