Dataflow
The Dataflow resource represents the data transmission processes and configurations within a connected industrial ecosystem on the digital customer platform. This entity encapsulates the connection details, routing rules, and transformation logic for data streaming between devices, gateframes, and the platform. Each Dataflow instance is tied to specific devices and potentially associated with a gateway, enabling real-time monitoring and control over the flow of data from industrial assets to the platform for analysis and operational insights.Attributes
These are all attributes that can be read and updated through the API
Name | Description | Permissions |
---|
Get Dataflow by ID
GEThttps://app.autonoma.cloud/connect/v1/resources/dataflow/[ID]Returns a specific Dataflow by ID.
Relations
It is possible to get related objects from Dataflows.
GEThttps://app.autonoma.cloud/connect/v1/resources/dataflow/[ID]/[RELATION]This table shows all available resources that can be queried
Relation | Objecttype | Relationtype | |
---|---|---|---|
asset | Asset | 1:1 | Show details |
gateway | Gateway | 1:1 | Show details |
dataflowinputs | DataflowInput | 1:many | Show details |
datastreams | Datastream | 1:many | Show details |
Update Dataflow
POSThttps://app.autonoma.cloud/connect/v1/resources/dataflow/[ID]Update fields of Dataflow by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create Dataflow
PUThttps://app.autonoma.cloud/connect/v1/resources/dataflowCreate a new Dataflow.
Delete Dataflow
DELETEhttps://app.autonoma.cloud/connect/v1/resources/dataflow/[ID]Delete the resource Dataflow by ID.
This action can not be reverted!