Sidebar
Dataflow
Represents a dataflow in the digital customer platform, defining how data is collected and routed between a device or gateway and its connected inputs.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.
Get 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 |
| 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!
