Azure Integration Plugin by Tartabit
Integration into Azure and other cloud services
Description
Tartabit IoT Bridge 1NCE OS Plugin swiftly integrates LPWAN devices provisioned on the 1NCE network and 1NCE OS, with customer applications running on major cloud platforms like Azure, AWS, and GCP. IoT Bridge ensures seamless connectivity via a low/no-code environment, enabling rapid deployment of production-grade IoT solutions. IoT Bridge alleviates the need to host custom servers and self-managed infrastructure.
Service integrations include:
Azure - IoT Hub, IoT Central, Digital Twin, CosmosDB, Data Explorer, Event Hub, Service Bus, Log Analytics, SQL, Maps
AWS - IoT Core, Kinesis, Firehose, SQS, DocumentDB, DynamoDB, RDS
GCP - Pub/Sub, Firebase, Cloud SQL, Maps
Open-source - Kafka, AMQP, RabbitMQ, MQTT, webhooks
Bottom line, if you are trying to build a world class Internet of Things solution based on LWPAN technologies then IoT Bridge, the industry’s easiest to use, easiest to buy, and easiest to deploy cloud gateway, will accelerate your time to market and reduce your development costs.
Pricing
1NCE Plugins allow you to start at no cost. Azure Integration plugin by Tartabit provides a 1 month free trial plan. To continue with more features and benefits, please visit the Azure Marketplace and select the right plan for your business.
Start Using
To start using the 1NCE OS Plugin with Tartabit IoT Bridge you first need to create the service in Tartabit side. For that, please refer to HTTP Connector. Starting from the main page of Tartabit IoT Bridge, choose List under Services in the left menu, then New Service and finally complete the form for a HTTP Connector Service Model. Only Service name, key and model are required. Keep the Webhook Secret because it is necessary for creating the plugin in 1NCE OS system.
To finish the configuration in 1NCE OS you can choose one of the two options described below.
⚠️ Please note that by installing this plugin, you are aware that Data from any device is shared with Tartabit, regardless of whether it is configured on Tartabit or not.
Tartabit Plugin Installation via Frontend
Plugin Installation
Plugin can be installed in 1NCE OS portal "Plugins" tab by choosing "Tartabit".
To install a Tartabit Plugin you should provide both Webhook Secret and the Server Domain from Tartabit.
Tartabit plugin installation via API
Plugin Installation
The Tartabit plugin can be created via the partners
API by using "TARTABIT" partner in the API Explorer. Both the Webhook Secret and the Server Domain from Tartabit should be added to the request body.
Example:
curl --location --request POST 'https://api.1nce.com/management-api/v1/partners/TARTABIT/plugins' \
--header 'Authorization: Bearer <TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '{
"serverDomain": "bridge-us.tartabit.com",
"webhookKey": "secretKey"
}'
Integration Restart, Get or Uninstall endpoints
To restart, get, or uninstall your Tartabit integration via API, you can use the same endpoints you would use for a generic Plugin described in the API Explorer.
Outcome of successful configuration
Services List
If the configuration is successful, events should appear in the Tartabit services list history.
Event viewer
All event details can be found under Triggers/Event Viewer.
Updated 3 months ago