Web Components for Insights Hub and Industrial IoT
Self hosted applications
Web Components for Insights Hub and Industrial IoT are using the related APIs automatically. For that, they are using the normal api-urls like api/v3/assetmanagement/assets/
.
If you are developing a self hosted application, you might have to adapt the paths to the base urls.
Parameters¶
Please note the following parameters in the web components and adapt their values to your needs.
Parameter name | Used in web component |
---|---|
attr.asset-management-url | Aspect Variable Selector, Asset Map, Asset View, Custom Map |
attr.event-management-url | Event View |
attr.iot-file-url | File View |
attr.rules-url | Rule View |
attr.iot-ts-aggregates-url | Time Series Chart |
attr.iot-time-series-url | Time Series Chart |
Example¶
<mdsp-time-series-chart asset-management-url="/myProxy/assetmanagement/v3/assets" iot-ts-aggregates-url="/myProxy/iottsaggregates/v4/aggregates" iot-time-series-url="/myProxy/iottimeseries/v3/timeseries">
</mdsp-time-series-chart>
Last update: February 23, 2024
Except where otherwise noted, content on this site is licensed under the Development License Agreement.