Connector for Altair IoT Studio Write
The Altair IoT Studio Write connector allows calling PUT/POST/DELETE requests to IoT Studio services for write back scenarios. A typical use case is to add or update records in AnythingDB from Panopticon. Since this connector is not for reading data, a successful service call will only return a data table with one column called Result with Success as value.
NOTE: The Token URL is not visible in the connector. You can set the server-wide token URL in the “connector.oauth.tokenurl” property in the Panopticon.properties file.
- Enter the Client ID, Client Secret, Grant Type, and Scope to connect to Altair IoT Studio Write.
The Panopticon server builds up the request body formatted as application/x-www-form-urlencoded from these four fields.
- Enter the URL that accepts PUT/POST/DELETE request.
For example:
https://api.swx.altairone.com/spaces/altair/categories/ElectronicBoards/things/01edb9j75vymj8p7qppm19h8nx
- Specify the appropriate HTTP Method for the request from the following options:
- POST – Add new data.
- PUT – Replace existing data.
- DELETE – Remove existing data.
- Enter custom Request Headers which enable connection to the API of AnythingDB.
- Enter the Request Body for the HTTP POST/PUT
- Click
to call the service.
NOTE: Use PUT requests carefully to avoid duplicate entries since each data call to this connector will trigger a service call.
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.