Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

API Call

Parameters possible

Request Get all assigned plants

GET /administration/plants

✖️

Request Get general data from one plant

(i.e. name, size, firmware version, fleet affiliation, adress)

GET /administration/plant/{plantId}

✖️

Get components for one plant

GET /datasource/plant/{plantId}/components/{date}

✖️

Get epoch for one plant

GET /datasource/plant/{plantId}/epochrange

✖️

Get general specific plant data

(i.e. ID´s of the fleets assigned, plant size, component classes)

GET /visualization/plant/{plantId}

✖️

Get data from different channels for one plant

GET /visualization/plant/{plantId}/channels

(tick)

Get the list of available channels for one plant

GET /visualization/plant/{plantId}/channels/list

✖️

Get data from different channels for one plant regarding the epoch

GET /visualization/plant/{plantId}/cross-epoch/channels

(tick)

...