Get Data Source Configuration
GET {{baseUrl}}/agents/:id/dataSourceConfiguration
Data source configuration is needed for interpreting the data received from an agent. It is crucial for Mindsphere to interpret the data sent by an agent. The data source configuration contains data sources and data points. Data sources are logical groups of data points, e.g. a sensor or a machine. Fetches data source configuration object.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"configurationId":"Configuration01","dataSources":[{"name":"OPC-UA Server","dataPoints":[{"id":"DP001","name":"Voltage","type":"DOUBLE","unit":"V","description":"Voltage value read.","customData":{"ea_4":{},"ut9":{},"ullamco_6":{}}},{"id":"DP001","name":"Voltage","type":"DOUBLE","unit":"V","description":"Voltage value read.","customData":{"ex_d7":{}}}],"description":"OPC-UA Server installed on site.","customData":{"incididunt_c40":{},"tempor_35d":{}}},{"name":"OPC-UA Server","dataPoints":[{"id":"DP001","name":"Voltage","type":"DOUBLE","unit":"V","description":"Voltage value read.","customData":{"temporf":{}}},{"id":"DP001","name":"Voltage","type":"DOUBLE","unit":"V","description":"Voltage value read.","customData":{"magna_e1":{},"sint_a5":{}}}],"description":"OPC-UA Server installed on site.","customData":{"do_0":{},"ipsum_0":{},"laborum210":{}}}],"id":"c3b7d31d-e966-46e6-9db1-d4b3e8c90d7b","eTag":"2"}