Sidebar
Gateway
A gateway is a digital customer platform device that connects industrial assets and sites, manages data exchange, and enables remote access and monitoring.Attributes
These are all attributes that can be read and updated through the API
| Name | Description | Permissions |
|---|---|---|
| id | Unique identifier for the gateway. | READ ONLY |
| name | Name of the gateway. | READ AND UPDATE |
| description | Detailed description of the gateway. | READ AND UPDATE |
| created_at | Timestamp when the gateway was created. | READ ONLY |
| updated_at | Timestamp when the gateway was last updated. | READ ONLY |
| image | Image associated with the Gateway model. | READ AND UPDATE |
Get Gateway by ID
GEThttps://e039b052b5.autonoma.cloud/connect/v1/resources/gateway/[ID]Returns a specific Gateway by ID.
Get Relations
It is possible to get related objects from Gateways.
GEThttps://e039b052b5.autonoma.cloud/connect/v1/resources/gateway/[ID]/[RELATION]This table shows all available resources that can be queried
| Relation | Objecttype | Relationtype | |
|---|---|---|---|
| account | Account | 1:1 | Show details |
| asset | Asset | Not available | Show details |
Clone to account
Reads the gateway model to clone data to an account.
GEThttps://e039b052b5.autonoma.cloud/connect/v1/resources/gateway/[ID]/call/cloneThis table shows all available parameters
| Name | Description | Required | |
|---|---|---|---|
| account | An account ID. | required |
Last values
Reads the gateway model to retrieve the last values for streams.
GEThttps://e039b052b5.autonoma.cloud/connect/v1/resources/gateway/[ID]/call/lastvaluesThis table shows all available parameters
| Name | Description | Required | |
|---|---|---|---|
| streams | A list of stream IDs. | optional |
Update Gateway
POSThttps://e039b052b5.autonoma.cloud/connect/v1/resources/gateway/[ID]Update fields of Gateway by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create Gateway
PUThttps://e039b052b5.autonoma.cloud/connect/v1/resources/gatewayCreate a new Gateway.
Delete Gateway
DELETEhttps://e039b052b5.autonoma.cloud/connect/v1/resources/gateway/[ID]Delete the resource Gateway by ID.
This action can not be reverted!
