For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Sources

Get Data Sources

get

Returns a list of data sources in your organization.

Autorisierungen
AuthorizationstringErforderlich
Abfrageparameter
cursorstringOptional
uuidstring · uuid[] · max: 50 · nullableOptional
machinestring · uuid[] · max: 50 · nullableOptional
sparkstring · uuid[] · max: 50 · nullableOptional
Antworten
200

Successful Response

application/json
get/v2/data-sources

Post Data Source

post

Create a new data source

Autorisierungen
AuthorizationstringErforderlich
Body
namestringErforderlich

The human readable name of the data source.

sparkstring · uuidErforderlich

Which SPARK reads from the data source. It must be located at the same site as the current SPARK.

manufacturerstring · nullableOptional

Manufacturer of the data source.

Example: Siemens
device_modelstring · nullableOptional

Specific model or name describing the data source as concretely as possible.

Example: S7-1214C
notestring · nullableOptional

General remarks concerning this data source.

machinestring · uuidErforderlich

On which machine the data source is located.

detailsone ofErforderlich

Data Source specific properties required for the connection to the data source

oder
oder
oder
oder
oder
oder
oder
oder
oder
Antworten
201

Successful Response

application/json
uuidstring · uuidErforderlich
typestringErforderlich
readout_limitinteger · nullableErforderlich
readout_intervalintegerErforderlich
namestringErforderlich

The human readable name of the data source.

sparkstring · uuidErforderlich

Which SPARK reads from the data source. It must be located at the same site as the current SPARK.

manufacturerstring · nullableErforderlich

Manufacturer of the data source.

Example: Siemens
device_modelstring · nullableErforderlich

Specific model or name describing the data source as concretely as possible.

Example: S7-1214C
notestring · nullableErforderlich

General remarks concerning this data source.

machinestring · uuidErforderlich

On which machine the data source is located.

last_readout_atstring · date-time · nullableErforderlichVeraltet

This field is deprecated, use the readout_status.last_readout_at

detailsone of · nullableErforderlich

Data Source specific properties required for the connection to the data source

oder
oder
oder
oder
oder
oder
oder
oder
oder
post/v2/data-sources

Get Data Source

get

Returns details for a specific data source.

Autorisierungen
AuthorizationstringErforderlich
Pfadparameter
uuidstring · uuidErforderlich
Antworten
200

Successful Response

application/json
uuidstring · uuidErforderlich
typestringErforderlich
readout_limitinteger · nullableErforderlich
readout_intervalintegerErforderlich
namestringErforderlich

The human readable name of the data source.

sparkstring · uuidErforderlich

Which SPARK reads from the data source. It must be located at the same site as the current SPARK.

manufacturerstring · nullableErforderlich

Manufacturer of the data source.

Example: Siemens
device_modelstring · nullableErforderlich

Specific model or name describing the data source as concretely as possible.

Example: S7-1214C
notestring · nullableErforderlich

General remarks concerning this data source.

machinestring · uuidErforderlich

On which machine the data source is located.

last_readout_atstring · date-time · nullableErforderlichVeraltet

This field is deprecated, use the readout_status.last_readout_at

detailsone of · nullableErforderlich

Data Source specific properties required for the connection to the data source

oder
oder
oder
oder
oder
oder
oder
oder
oder
get/v2/data-sources/{uuid}

Delete Data Source

delete

Delete a data source

Autorisierungen
AuthorizationstringErforderlich
Pfadparameter
data_source_uuidstring · uuidErforderlich
Antworten
204

Successful Response

Kein Inhalt

delete/v2/data-sources/{data_source_uuid}

Kein Inhalt

Update Data Source

patch

Update a data source

Autorisierungen
AuthorizationstringErforderlich
Pfadparameter
data_source_uuidstring · uuidErforderlich
Body
namestringOptional

The human readable name of the data source.

sparkstring · uuidOptional

Which SPARK reads from the data source. It must be located at the same site as the current SPARK.

manufacturerstring · nullableOptional

Manufacturer of the data source.

Example: Siemens
device_modelstring · nullableOptional

Specific model or name describing the data source as concretely as possible.

Example: S7-1214C
notestring · nullableOptional

General remarks concerning this data source.

detailsone ofOptional

Data Source specific properties required for the connection to the data source

oder
oder
oder
oder
oder
oder
oder
oder
oder
Antworten
201

Successful Response

application/json
anyOptional
patch/v2/data-sources/{data_source_uuid}

Kein Inhalt

Zuletzt aktualisiert