Loading...
Overview

DataflowInput

DataflowInput is a resource within the digital customer platform that represents a specific input configuration for data ingestion from a sensor or device into the system. It contains metadata and settings related to the capturing and processing of incoming data, such as the input's name and associated dataflow. DataflowInput resources are responsible for receiving and handling the raw input that will then be processed by the platform's dataflow engine. They may also be involved in synchronization processes to ensure the accurate and up-to-date reflection of the received data.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions

Get DataflowInput by ID

GEThttps://app.autonoma.cloud/connect/v1/resources/dataflowinput/[ID]

Returns a specific DataflowInput by ID.


Relations

It is possible to get related objects from DataflowInputs.

GEThttps://app.autonoma.cloud/connect/v1/resources/dataflowinput/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
dataflow Dataflow 1:1 Show details
datastreams Datastream Not available Show details

Update DataflowInput

POSThttps://app.autonoma.cloud/connect/v1/resources/dataflowinput/[ID]

Update fields of DataflowInput by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create DataflowInput

PUThttps://app.autonoma.cloud/connect/v1/resources/dataflowinput

Create a new DataflowInput.


Delete DataflowInput

DELETEhttps://app.autonoma.cloud/connect/v1/resources/dataflowinput/[ID]

Delete the resource DataflowInput by ID.

Top Top