@kelvininc/js-client-sdk 7.9.1 → 7.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/dist/cjs/core/http.d.ts +11 -1
- package/dist/cjs/core/http.js +16 -1
- package/dist/cjs/core/http.js.map +1 -1
- package/dist/cjs/models/generated/alarm.d.ts +2 -0
- package/dist/cjs/models/generated/alarm.js +1 -0
- package/dist/cjs/models/generated/alarm.js.map +1 -1
- package/dist/cjs/models/generated/alarmClustering.d.ts +21 -0
- package/dist/cjs/models/generated/alarmClustering.js +21 -0
- package/dist/cjs/models/generated/alarmClustering.js.map +1 -0
- package/dist/cjs/models/generated/alarmItem.d.ts +2 -0
- package/dist/cjs/models/generated/alarmItem.js +1 -0
- package/dist/cjs/models/generated/alarmItem.js.map +1 -1
- package/dist/cjs/models/generated/alarmTag.d.ts +23 -0
- package/dist/cjs/models/generated/alarmTag.js +22 -0
- package/dist/cjs/models/generated/alarmTag.js.map +1 -0
- package/dist/cjs/models/generated/alarmTagItem.d.ts +23 -0
- package/dist/cjs/models/generated/alarmTagItem.js +22 -0
- package/dist/cjs/models/generated/alarmTagItem.js.map +1 -0
- package/dist/cjs/models/generated/alarmTagListPaginated.d.ts +21 -0
- package/dist/cjs/models/generated/alarmTagListPaginated.js +22 -0
- package/dist/cjs/models/generated/alarmTagListPaginated.js.map +1 -0
- package/dist/cjs/models/generated/bridge.d.ts +24 -0
- package/dist/cjs/models/generated/bridge.js.map +1 -1
- package/dist/cjs/models/generated/bridgeDataStreamItem.d.ts +9 -0
- package/dist/cjs/models/generated/bridgeDataStreamItem.js.map +1 -1
- package/dist/cjs/models/generated/bridgeDataStreamListPaginated.d.ts +3 -0
- package/dist/cjs/models/generated/bridgeDataStreamListPaginated.js.map +1 -1
- package/dist/cjs/models/generated/bridgeItem.d.ts +21 -0
- package/dist/cjs/models/generated/bridgeItem.js.map +1 -1
- package/dist/cjs/models/generated/bridgeListPaginated.d.ts +3 -0
- package/dist/cjs/models/generated/bridgeListPaginated.js.map +1 -1
- package/dist/cjs/models/generated/carbonEmissionsInstanceSettingItem.d.ts +25 -0
- package/dist/cjs/models/generated/carbonEmissionsInstanceSettingItem.js +23 -0
- package/dist/cjs/models/generated/carbonEmissionsInstanceSettingItem.js.map +1 -0
- package/dist/cjs/models/generated/controlChangeClustering.d.ts +21 -0
- package/dist/cjs/models/generated/controlChangeClustering.js +21 -0
- package/dist/cjs/models/generated/controlChangeClustering.js.map +1 -0
- package/dist/cjs/models/generated/emissionsDashboard.d.ts +2 -2
- package/dist/cjs/models/generated/emissionsDashboard.js +1 -1
- package/dist/cjs/models/generated/emissionsDashboard.js.map +1 -1
- package/dist/cjs/models/generated/fullMap.d.ts +49 -0
- package/dist/cjs/models/generated/fullMap.js +38 -0
- package/dist/cjs/models/generated/fullMap.js.map +1 -0
- package/dist/cjs/models/generated/fullMapListPaginated.d.ts +21 -0
- package/dist/cjs/models/generated/fullMapListPaginated.js +22 -0
- package/dist/cjs/models/generated/fullMapListPaginated.js.map +1 -0
- package/dist/cjs/models/generated/index.d.ts +9 -0
- package/dist/cjs/models/generated/index.js +9 -0
- package/dist/cjs/models/generated/index.js.map +1 -1
- package/dist/cjs/models/generated/mQTTTopicItem.d.ts +18 -0
- package/dist/cjs/models/generated/mQTTTopicItem.js.map +1 -1
- package/dist/cjs/models/generated/mQTTTopicList.d.ts +3 -0
- package/dist/cjs/models/generated/mQTTTopicList.js.map +1 -1
- package/dist/cjs/models/generated/mapItem.d.ts +8 -4
- package/dist/cjs/models/generated/mapItem.js +4 -2
- package/dist/cjs/models/generated/mapItem.js.map +1 -1
- package/dist/cjs/models/generated/mapModel.d.ts +4 -0
- package/dist/cjs/models/generated/mapModel.js +2 -0
- package/dist/cjs/models/generated/mapModel.js.map +1 -1
- package/dist/cjs/models/generated/mapVersionItem.d.ts +4 -2
- package/dist/cjs/models/generated/mapVersionItem.js +2 -1
- package/dist/cjs/models/generated/mapVersionItem.js.map +1 -1
- package/dist/cjs/models/generated/metricListPaginated.d.ts +1 -1
- package/dist/cjs/models/generated/metricListPaginated.js.map +1 -1
- package/dist/cjs/models/generated/page.d.ts +21 -0
- package/dist/cjs/models/generated/page.js +21 -0
- package/dist/cjs/models/generated/page.js.map +1 -0
- package/dist/cjs/models/generated/rulePayload.d.ts +2 -0
- package/dist/cjs/models/generated/rulePayload.js +1 -0
- package/dist/cjs/models/generated/rulePayload.js.map +1 -1
- package/dist/cjs/models/generated/storageData.d.ts +15 -0
- package/dist/cjs/models/generated/storageData.js.map +1 -1
- package/dist/cjs/models/generated/storageMetric.d.ts +18 -0
- package/dist/cjs/models/generated/storageMetric.js.map +1 -1
- package/dist/cjs/models/generated/storageMetricListPaginated.d.ts +3 -0
- package/dist/cjs/models/generated/storageMetricListPaginated.js.map +1 -1
- package/dist/cjs/models/generated/workload.d.ts +4 -2
- package/dist/cjs/models/generated/workload.js +2 -1
- package/dist/cjs/models/generated/workload.js.map +1 -1
- package/dist/cjs/models/generated/workloadItem.d.ts +4 -2
- package/dist/cjs/models/generated/workloadItem.js +2 -1
- package/dist/cjs/models/generated/workloadItem.js.map +1 -1
- package/dist/cjs/services/generated/api/alarm.service.d.ts +50 -2
- package/dist/cjs/services/generated/api/alarm.service.js +113 -0
- package/dist/cjs/services/generated/api/alarm.service.js.map +1 -1
- package/dist/cjs/services/generated/api/asset.service.d.ts +1 -1
- package/dist/cjs/services/generated/api/asset.service.js +1 -1
- package/dist/cjs/services/generated/api/asset.service.js.map +1 -1
- package/dist/cjs/services/generated/api/bridge.service.d.ts +50 -50
- package/dist/cjs/services/generated/api/bridge.service.js +50 -50
- package/dist/cjs/services/generated/api/bridge.service.js.map +1 -1
- package/dist/cjs/services/generated/api/controlChange.service.d.ts +9 -2
- package/dist/cjs/services/generated/api/controlChange.service.js +15 -0
- package/dist/cjs/services/generated/api/controlChange.service.js.map +1 -1
- package/dist/cjs/services/generated/api/instance.service.d.ts +16 -2
- package/dist/cjs/services/generated/api/instance.service.js +34 -0
- package/dist/cjs/services/generated/api/instance.service.js.map +1 -1
- package/dist/cjs/services/generated/api/map.service.d.ts +4 -2
- package/dist/cjs/services/generated/api/map.service.js +10 -2
- package/dist/cjs/services/generated/api/map.service.js.map +1 -1
- package/dist/cjs/services/generated/api/rule.service.d.ts +1 -1
- package/dist/cjs/services/generated/api/rule.service.js +1 -1
- package/dist/cjs/services/generated/api/rule.service.js.map +1 -1
- package/dist/cjs/services/generated/api/storage.service.d.ts +31 -31
- package/dist/cjs/services/generated/api/storage.service.js +31 -31
- package/dist/cjs/services/generated/api/storage.service.js.map +1 -1
- package/dist/cjs/services/generated/api/uI.service.d.ts +16 -4
- package/dist/cjs/services/generated/api/uI.service.js +41 -4
- package/dist/cjs/services/generated/api/uI.service.js.map +1 -1
- package/dist/cjs/services/generated/api/workload.service.d.ts +8 -1
- package/dist/cjs/services/generated/api/workload.service.js +14 -0
- package/dist/cjs/services/generated/api/workload.service.js.map +1 -1
- package/dist/cjs/services/generated/models/aCPStatusUpdateData.d.ts +1 -0
- package/dist/cjs/services/generated/models/aCPStatusUpdateData.js.map +1 -1
- package/dist/cjs/services/generated/models/alarmClusteringData.d.ts +11 -0
- package/dist/cjs/services/generated/models/alarmClusteringData.js +3 -0
- package/dist/cjs/services/generated/models/alarmClusteringData.js.map +1 -0
- package/dist/cjs/services/generated/models/alarmCreateData.d.ts +1 -0
- package/dist/cjs/services/generated/models/alarmCreateData.js.map +1 -1
- package/dist/cjs/services/generated/models/alarmListData.d.ts +1 -0
- package/dist/cjs/services/generated/models/alarmListData.js.map +1 -1
- package/dist/cjs/services/generated/models/alarmTagCreateData.d.ts +7 -0
- package/dist/cjs/services/generated/models/alarmTagCreateData.js +3 -0
- package/dist/cjs/services/generated/models/alarmTagCreateData.js.map +1 -0
- package/dist/cjs/services/generated/models/alarmTagUpdateData.d.ts +6 -0
- package/dist/cjs/services/generated/models/alarmTagUpdateData.js +3 -0
- package/dist/cjs/services/generated/models/alarmTagUpdateData.js.map +1 -0
- package/dist/cjs/services/generated/models/alarmUpdateData.d.ts +1 -0
- package/dist/cjs/services/generated/models/alarmUpdateData.js.map +1 -1
- package/dist/cjs/services/generated/models/bridgeDeployData.d.ts +5 -5
- package/dist/cjs/services/generated/models/bridgeDeployData.js.map +1 -1
- package/dist/cjs/services/generated/models/carbonEmissionsSettingData.d.ts +15 -0
- package/dist/cjs/services/generated/models/carbonEmissionsSettingData.js +3 -0
- package/dist/cjs/services/generated/models/carbonEmissionsSettingData.js.map +1 -0
- package/dist/cjs/services/generated/models/controlChangeClusteringData.d.ts +12 -0
- package/dist/cjs/services/generated/models/controlChangeClusteringData.js +3 -0
- package/dist/cjs/services/generated/models/controlChangeClusteringData.js.map +1 -0
- package/dist/cjs/services/generated/models/controlChangeListData.d.ts +2 -1
- package/dist/cjs/services/generated/models/controlChangeListData.js.map +1 -1
- package/dist/cjs/services/generated/models/failureOverviewData.d.ts +1 -0
- package/dist/cjs/services/generated/models/failureOverviewData.js.map +1 -1
- package/dist/cjs/services/generated/models/index.d.ts +7 -0
- package/dist/cjs/services/generated/models/index.js +7 -0
- package/dist/cjs/services/generated/models/index.js.map +1 -1
- package/dist/cjs/services/generated/models/kelvinCarbonEmissionsInstanceSettingUpdateData.d.ts +7 -0
- package/dist/cjs/services/generated/models/kelvinCarbonEmissionsInstanceSettingUpdateData.js +3 -0
- package/dist/cjs/services/generated/models/kelvinCarbonEmissionsInstanceSettingUpdateData.js.map +1 -0
- package/dist/cjs/services/generated/models/mapCreateData.d.ts +3 -1
- package/dist/cjs/services/generated/models/mapCreateData.js.map +1 -1
- package/dist/cjs/services/generated/models/mapUpdateData.d.ts +3 -1
- package/dist/cjs/services/generated/models/mapUpdateData.js.map +1 -1
- package/dist/cjs/services/generated/models/processesListData.d.ts +8 -0
- package/dist/cjs/services/generated/models/processesListData.js +3 -0
- package/dist/cjs/services/generated/models/processesListData.js.map +1 -0
- package/dist/cjs/services/generated/models/rulePayloadData.d.ts +1 -0
- package/dist/cjs/services/generated/models/rulePayloadData.js.map +1 -1
- package/dist/cjs/services/generated/types/alarm.service.types.d.ts +43 -1
- package/dist/cjs/services/generated/types/alarm.service.types.js.map +1 -1
- package/dist/cjs/services/generated/types/controlChange.service.types.d.ts +7 -1
- package/dist/cjs/services/generated/types/controlChange.service.types.js.map +1 -1
- package/dist/cjs/services/generated/types/instance.service.types.d.ts +11 -1
- package/dist/cjs/services/generated/types/instance.service.types.js.map +1 -1
- package/dist/cjs/services/generated/types/map.service.types.d.ts +2 -0
- package/dist/cjs/services/generated/types/map.service.types.js.map +1 -1
- package/dist/cjs/services/generated/types/uI.service.types.d.ts +13 -1
- package/dist/cjs/services/generated/types/uI.service.types.js.map +1 -1
- package/dist/cjs/services/generated/types/workload.service.types.d.ts +6 -0
- package/dist/cjs/services/generated/types/workload.service.types.js.map +1 -1
- package/dist/esm/core/http.d.ts +11 -1
- package/dist/esm/core/http.js +15 -0
- package/dist/esm/core/http.js.map +1 -1
- package/dist/esm/models/generated/alarm.d.ts +2 -0
- package/dist/esm/models/generated/alarm.js +1 -0
- package/dist/esm/models/generated/alarm.js.map +1 -1
- package/dist/esm/models/generated/alarmClustering.d.ts +21 -0
- package/dist/esm/models/generated/alarmClustering.js +17 -0
- package/dist/esm/models/generated/alarmClustering.js.map +1 -0
- package/dist/esm/models/generated/alarmItem.d.ts +2 -0
- package/dist/esm/models/generated/alarmItem.js +1 -0
- package/dist/esm/models/generated/alarmItem.js.map +1 -1
- package/dist/esm/models/generated/alarmTag.d.ts +23 -0
- package/dist/esm/models/generated/alarmTag.js +18 -0
- package/dist/esm/models/generated/alarmTag.js.map +1 -0
- package/dist/esm/models/generated/alarmTagItem.d.ts +23 -0
- package/dist/esm/models/generated/alarmTagItem.js +18 -0
- package/dist/esm/models/generated/alarmTagItem.js.map +1 -0
- package/dist/esm/models/generated/alarmTagListPaginated.d.ts +21 -0
- package/dist/esm/models/generated/alarmTagListPaginated.js +18 -0
- package/dist/esm/models/generated/alarmTagListPaginated.js.map +1 -0
- package/dist/esm/models/generated/bridge.d.ts +24 -0
- package/dist/esm/models/generated/bridge.js.map +1 -1
- package/dist/esm/models/generated/bridgeDataStreamItem.d.ts +9 -0
- package/dist/esm/models/generated/bridgeDataStreamItem.js.map +1 -1
- package/dist/esm/models/generated/bridgeDataStreamListPaginated.d.ts +3 -0
- package/dist/esm/models/generated/bridgeDataStreamListPaginated.js.map +1 -1
- package/dist/esm/models/generated/bridgeItem.d.ts +21 -0
- package/dist/esm/models/generated/bridgeItem.js.map +1 -1
- package/dist/esm/models/generated/bridgeListPaginated.d.ts +3 -0
- package/dist/esm/models/generated/bridgeListPaginated.js.map +1 -1
- package/dist/esm/models/generated/carbonEmissionsInstanceSettingItem.d.ts +25 -0
- package/dist/esm/models/generated/carbonEmissionsInstanceSettingItem.js +19 -0
- package/dist/esm/models/generated/carbonEmissionsInstanceSettingItem.js.map +1 -0
- package/dist/esm/models/generated/controlChangeClustering.d.ts +21 -0
- package/dist/esm/models/generated/controlChangeClustering.js +17 -0
- package/dist/esm/models/generated/controlChangeClustering.js.map +1 -0
- package/dist/esm/models/generated/emissionsDashboard.d.ts +2 -2
- package/dist/esm/models/generated/emissionsDashboard.js +1 -1
- package/dist/esm/models/generated/emissionsDashboard.js.map +1 -1
- package/dist/esm/models/generated/fullMap.d.ts +49 -0
- package/dist/esm/models/generated/fullMap.js +34 -0
- package/dist/esm/models/generated/fullMap.js.map +1 -0
- package/dist/esm/models/generated/fullMapListPaginated.d.ts +21 -0
- package/dist/esm/models/generated/fullMapListPaginated.js +18 -0
- package/dist/esm/models/generated/fullMapListPaginated.js.map +1 -0
- package/dist/esm/models/generated/index.d.ts +9 -0
- package/dist/esm/models/generated/index.js +9 -0
- package/dist/esm/models/generated/index.js.map +1 -1
- package/dist/esm/models/generated/mQTTTopicItem.d.ts +18 -0
- package/dist/esm/models/generated/mQTTTopicItem.js.map +1 -1
- package/dist/esm/models/generated/mQTTTopicList.d.ts +3 -0
- package/dist/esm/models/generated/mQTTTopicList.js.map +1 -1
- package/dist/esm/models/generated/mapItem.d.ts +8 -4
- package/dist/esm/models/generated/mapItem.js +4 -2
- package/dist/esm/models/generated/mapItem.js.map +1 -1
- package/dist/esm/models/generated/mapModel.d.ts +4 -0
- package/dist/esm/models/generated/mapModel.js +2 -0
- package/dist/esm/models/generated/mapModel.js.map +1 -1
- package/dist/esm/models/generated/mapVersionItem.d.ts +4 -2
- package/dist/esm/models/generated/mapVersionItem.js +2 -1
- package/dist/esm/models/generated/mapVersionItem.js.map +1 -1
- package/dist/esm/models/generated/metricListPaginated.d.ts +1 -1
- package/dist/esm/models/generated/metricListPaginated.js.map +1 -1
- package/dist/esm/models/generated/page.d.ts +21 -0
- package/dist/esm/models/generated/page.js +17 -0
- package/dist/esm/models/generated/page.js.map +1 -0
- package/dist/esm/models/generated/rulePayload.d.ts +2 -0
- package/dist/esm/models/generated/rulePayload.js +1 -0
- package/dist/esm/models/generated/rulePayload.js.map +1 -1
- package/dist/esm/models/generated/storageData.d.ts +15 -0
- package/dist/esm/models/generated/storageData.js.map +1 -1
- package/dist/esm/models/generated/storageMetric.d.ts +18 -0
- package/dist/esm/models/generated/storageMetric.js.map +1 -1
- package/dist/esm/models/generated/storageMetricListPaginated.d.ts +3 -0
- package/dist/esm/models/generated/storageMetricListPaginated.js.map +1 -1
- package/dist/esm/models/generated/workload.d.ts +4 -2
- package/dist/esm/models/generated/workload.js +2 -1
- package/dist/esm/models/generated/workload.js.map +1 -1
- package/dist/esm/models/generated/workloadItem.d.ts +4 -2
- package/dist/esm/models/generated/workloadItem.js +2 -1
- package/dist/esm/models/generated/workloadItem.js.map +1 -1
- package/dist/esm/services/generated/api/alarm.service.d.ts +50 -2
- package/dist/esm/services/generated/api/alarm.service.js +114 -1
- package/dist/esm/services/generated/api/alarm.service.js.map +1 -1
- package/dist/esm/services/generated/api/asset.service.d.ts +1 -1
- package/dist/esm/services/generated/api/asset.service.js +1 -1
- package/dist/esm/services/generated/api/asset.service.js.map +1 -1
- package/dist/esm/services/generated/api/bridge.service.d.ts +50 -50
- package/dist/esm/services/generated/api/bridge.service.js +50 -50
- package/dist/esm/services/generated/api/bridge.service.js.map +1 -1
- package/dist/esm/services/generated/api/controlChange.service.d.ts +9 -2
- package/dist/esm/services/generated/api/controlChange.service.js +16 -1
- package/dist/esm/services/generated/api/controlChange.service.js.map +1 -1
- package/dist/esm/services/generated/api/instance.service.d.ts +16 -2
- package/dist/esm/services/generated/api/instance.service.js +35 -1
- package/dist/esm/services/generated/api/instance.service.js.map +1 -1
- package/dist/esm/services/generated/api/map.service.d.ts +4 -2
- package/dist/esm/services/generated/api/map.service.js +10 -2
- package/dist/esm/services/generated/api/map.service.js.map +1 -1
- package/dist/esm/services/generated/api/rule.service.d.ts +1 -1
- package/dist/esm/services/generated/api/rule.service.js +1 -1
- package/dist/esm/services/generated/api/rule.service.js.map +1 -1
- package/dist/esm/services/generated/api/storage.service.d.ts +31 -31
- package/dist/esm/services/generated/api/storage.service.js +31 -31
- package/dist/esm/services/generated/api/storage.service.js.map +1 -1
- package/dist/esm/services/generated/api/uI.service.d.ts +16 -4
- package/dist/esm/services/generated/api/uI.service.js +42 -5
- package/dist/esm/services/generated/api/uI.service.js.map +1 -1
- package/dist/esm/services/generated/api/workload.service.d.ts +8 -1
- package/dist/esm/services/generated/api/workload.service.js +14 -0
- package/dist/esm/services/generated/api/workload.service.js.map +1 -1
- package/dist/esm/services/generated/models/aCPStatusUpdateData.d.ts +1 -0
- package/dist/esm/services/generated/models/aCPStatusUpdateData.js.map +1 -1
- package/dist/esm/services/generated/models/alarmClusteringData.d.ts +11 -0
- package/dist/esm/services/generated/models/alarmClusteringData.js +1 -0
- package/dist/esm/services/generated/models/alarmClusteringData.js.map +1 -0
- package/dist/esm/services/generated/models/alarmCreateData.d.ts +1 -0
- package/dist/esm/services/generated/models/alarmCreateData.js.map +1 -1
- package/dist/esm/services/generated/models/alarmListData.d.ts +1 -0
- package/dist/esm/services/generated/models/alarmListData.js.map +1 -1
- package/dist/esm/services/generated/models/alarmTagCreateData.d.ts +7 -0
- package/dist/esm/services/generated/models/alarmTagCreateData.js +1 -0
- package/dist/esm/services/generated/models/alarmTagCreateData.js.map +1 -0
- package/dist/esm/services/generated/models/alarmTagUpdateData.d.ts +6 -0
- package/dist/esm/services/generated/models/alarmTagUpdateData.js +1 -0
- package/dist/esm/services/generated/models/alarmTagUpdateData.js.map +1 -0
- package/dist/esm/services/generated/models/alarmUpdateData.d.ts +1 -0
- package/dist/esm/services/generated/models/alarmUpdateData.js.map +1 -1
- package/dist/esm/services/generated/models/bridgeDeployData.d.ts +5 -5
- package/dist/esm/services/generated/models/bridgeDeployData.js.map +1 -1
- package/dist/esm/services/generated/models/carbonEmissionsSettingData.d.ts +15 -0
- package/dist/esm/services/generated/models/carbonEmissionsSettingData.js +1 -0
- package/dist/esm/services/generated/models/carbonEmissionsSettingData.js.map +1 -0
- package/dist/esm/services/generated/models/controlChangeClusteringData.d.ts +12 -0
- package/dist/esm/services/generated/models/controlChangeClusteringData.js +1 -0
- package/dist/esm/services/generated/models/controlChangeClusteringData.js.map +1 -0
- package/dist/esm/services/generated/models/controlChangeListData.d.ts +2 -1
- package/dist/esm/services/generated/models/controlChangeListData.js.map +1 -1
- package/dist/esm/services/generated/models/failureOverviewData.d.ts +1 -0
- package/dist/esm/services/generated/models/failureOverviewData.js.map +1 -1
- package/dist/esm/services/generated/models/index.d.ts +7 -0
- package/dist/esm/services/generated/models/index.js +7 -0
- package/dist/esm/services/generated/models/index.js.map +1 -1
- package/dist/esm/services/generated/models/kelvinCarbonEmissionsInstanceSettingUpdateData.d.ts +7 -0
- package/dist/esm/services/generated/models/kelvinCarbonEmissionsInstanceSettingUpdateData.js +1 -0
- package/dist/esm/services/generated/models/kelvinCarbonEmissionsInstanceSettingUpdateData.js.map +1 -0
- package/dist/esm/services/generated/models/mapCreateData.d.ts +3 -1
- package/dist/esm/services/generated/models/mapCreateData.js.map +1 -1
- package/dist/esm/services/generated/models/mapUpdateData.d.ts +3 -1
- package/dist/esm/services/generated/models/mapUpdateData.js.map +1 -1
- package/dist/esm/services/generated/models/processesListData.d.ts +8 -0
- package/dist/esm/services/generated/models/processesListData.js +1 -0
- package/dist/esm/services/generated/models/processesListData.js.map +1 -0
- package/dist/esm/services/generated/models/rulePayloadData.d.ts +1 -0
- package/dist/esm/services/generated/models/rulePayloadData.js.map +1 -1
- package/dist/esm/services/generated/types/alarm.service.types.d.ts +43 -1
- package/dist/esm/services/generated/types/alarm.service.types.js.map +1 -1
- package/dist/esm/services/generated/types/controlChange.service.types.d.ts +7 -1
- package/dist/esm/services/generated/types/controlChange.service.types.js.map +1 -1
- package/dist/esm/services/generated/types/instance.service.types.d.ts +11 -1
- package/dist/esm/services/generated/types/instance.service.types.js.map +1 -1
- package/dist/esm/services/generated/types/map.service.types.d.ts +2 -0
- package/dist/esm/services/generated/types/map.service.types.js.map +1 -1
- package/dist/esm/services/generated/types/uI.service.types.d.ts +13 -1
- package/dist/esm/services/generated/types/uI.service.types.js.map +1 -1
- package/dist/esm/services/generated/types/workload.service.types.d.ts +6 -0
- package/dist/esm/services/generated/types/workload.service.types.js.map +1 -1
- package/package.json +2 -2
|
@@ -9,101 +9,101 @@ import { IDeleteBridgeParams, IDeployBridgeParams, IGetBridgeParams, IListBridge
|
|
|
9
9
|
export declare class BridgeService extends BaseService {
|
|
10
10
|
/**
|
|
11
11
|
* Delete Bridge
|
|
12
|
-
* Delete Bridge application **Permission Required:** `kelvin.permission.bridge.delete`
|
|
13
|
-
* @param bridgeName Bridge name
|
|
12
|
+
* Delete Bridge application Permanently delete an existing <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. This cannot be undone once the API request has been submitted. <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> can be deleted even if the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a> is offline. In this case, the information will be immediately deleted on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a> and the commands to delete on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a> will be sent when it next comes online. **Permission Required:** `kelvin.permission.bridge.delete`
|
|
13
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
14
14
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
15
15
|
*/
|
|
16
16
|
static deleteBridge({ bridgeName }: IDeleteBridgeParams, options?: IKvHttpRequestOptions): Observable<IKvHttpResponse>;
|
|
17
17
|
/**
|
|
18
18
|
* Deploy Bridge
|
|
19
|
-
* Deploy Bridge App **Permission Required:** `kelvin.permission.bridge.create`
|
|
20
|
-
* @param bridge Bridge create schema. Supported protocols [`
|
|
19
|
+
* Deploy Bridge App Deploy a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> to a selected <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>. The Kelvin Bridge will handle all the communications and data transfer between external equipment and the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a> using one of four communication protocols; OPC UA, MQTT, Modbus TCP / RTU or Emerson ROC. Each protocol will require a different type of payload structure that defines the exact address specifications for each <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> // <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> pairs. **Permission Required:** `kelvin.permission.bridge.create`
|
|
20
|
+
* @param bridge Bridge create schema. Supported protocols [`opc-ua`, `mqtt`, `modbus`, `roc`]
|
|
21
21
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
22
22
|
*/
|
|
23
23
|
static deployBridge({ bridge }: IDeployBridgeParams, options?: IKvHttpRequestOptions): Observable<Bridge>;
|
|
24
24
|
/**
|
|
25
25
|
* Get Bridge
|
|
26
|
-
* Get Bridge **Permission Required:** `kelvin.permission.bridge.read`
|
|
27
|
-
* @param bridgeName Bridge name
|
|
26
|
+
* Get Bridge Retrieve the properties of a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. **Permission Required:** `kelvin.permission.bridge.read`
|
|
27
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
28
28
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
29
29
|
*/
|
|
30
30
|
static getBridge({ bridgeName }: IGetBridgeParams, options?: IKvHttpRequestOptions): Observable<Bridge>;
|
|
31
31
|
/**
|
|
32
32
|
* List Bridge
|
|
33
|
-
* List Bridge **Pagination Sortable Columns:** `bridge.name`, `bridge.title`, `bridge.protocol`, `bridge.acp_name`, `bridge.workload_name`, `bridge.created`, `bridge.updated`, `status_state`, `status_last_seen` **Permission Required:** `kelvin.permission.bridge.read`
|
|
34
|
-
* @param names Filter bridges by name
|
|
35
|
-
* @param search Search bridges
|
|
36
|
-
* @param acpName Filter bridges
|
|
37
|
-
* @param protocol Filter bridges by
|
|
38
|
-
* @param workloadName Filter bridges
|
|
39
|
-
* @param statusState Filter bridges by
|
|
40
|
-
* @param pageSize Number of objects to be returned
|
|
41
|
-
* @param startingAfter
|
|
42
|
-
* @param endingBefore
|
|
43
|
-
* @param sortBy
|
|
44
|
-
* @param sortAsc
|
|
33
|
+
* List Bridge Returns a dictionary with a data property containing a list of all <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a>. **Pagination Sortable Columns:** `bridge.name`, `bridge.title`, `bridge.protocol`, `bridge.acp_name`, `bridge.workload_name`, `bridge.created`, `bridge.updated`, `status_state`, `status_last_seen` **Permission Required:** `kelvin.permission.bridge.read`
|
|
34
|
+
* @param names Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> by its name. This is given as an array, for example `[extruder-bridge,tank-bridge]`.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `[extruder-bridge,tank-bridge]` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the name `extruder-bridge` but not with the names `demo-extruder-bridge` or `tank-bridge-one`.
|
|
35
|
+
* @param search Search and filter the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> list. Both the Display Name and the Name will be included in the search field criteria. This is given as an array, for example `[demo,bridge]`.</p> The search is case insensitive and will find partial matches as well. For example if a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> name or display name is `extruder-bridge`, then a match will be made if the search string is `ext` or `rIDge`.
|
|
36
|
+
* @param acpName Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>'s acp_name (This is a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>). This is given as an array, for example `[demo-node-1,extruder-node]`.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `[demo-node-1,extruder-node]` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the parameter acp_name `extruder-node` but not with the names `demo-extruder-node` or `extruder-node-one`.
|
|
37
|
+
* @param protocol Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> `protocol`. This is the communication protocol used by the bridge. This is given as an array, for example `[modbus,mqtt]`.</p> There are four options available; `modbus`, `opc-ua`, `mqtt`, `roc`.
|
|
38
|
+
* @param workloadName Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> `workload_name`. This is given as an array, for example `[extruder,tank]`.</p> The filter is done on the full workload_name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `[extruder,tank]` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the parameter workload_name `extruder` but not with the workload_name `demo-extruder-bridge` or `bridge-tank`.
|
|
39
|
+
* @param statusState Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> `status_state`. This is the communication protocol used by the bridge. This is given as an array, for example `[failed,stopped]`.</p> There are five options available; `running`, `stopped`, `failed`, `deploying`, `offline`.
|
|
40
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects.
|
|
41
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
42
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
43
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> parameters. Only one parameter can be selected.</p> There are ten parameter options; `bridge.name`, `bridge.title`, `bridge.protocol`, `bridge.acp_name`, `bridge.workload_name`, `bridge.created`, `bridge.updated`, `status_state` and `status_last_seen`.</p> The default is `bridge.name`
|
|
44
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
45
45
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
46
46
|
*/
|
|
47
47
|
static listBridge({ names, search, acpName, protocol, workloadName, statusState, pageSize, startingAfter, endingBefore, sortBy, sortAsc }?: IListBridgeParams, options?: IKvHttpRequestOptions): Observable<BridgeListPaginated>;
|
|
48
48
|
/**
|
|
49
49
|
* List Bridge Assets
|
|
50
|
-
* List Bridge Assets **Pagination Sortable Columns:** `asset.name`, `asset.title`, `asset.created`, `asset.updated`, `asset_type.title` **Permission Required:** `kelvin.permission.bridge.read`
|
|
51
|
-
* @param bridgeName Bridge name
|
|
52
|
-
* @param pageSize Number of objects to be returned
|
|
53
|
-
* @param startingAfter
|
|
54
|
-
* @param endingBefore
|
|
55
|
-
* @param sortBy
|
|
56
|
-
* @param sortAsc
|
|
50
|
+
* List Bridge Assets Returns a dictionary with a data property containing a list of all <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. **Pagination Sortable Columns:** `asset.name`, `asset.title`, `asset.created`, `asset.updated`, `asset_type.title` **Permission Required:** `kelvin.permission.bridge.read`
|
|
51
|
+
* @param bridgeName Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> by its name.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `demo-bridge-one` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> linked to the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the name `demo-bridge-one` but not with the names `demo-bridge` or `bridge-one`.
|
|
52
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> objects.
|
|
53
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
54
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
55
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> parameters. Only one parameter can be selected.</p> There are ten parameter options; `asset.name`, `asset.title`, `asset.created`, `asset.updated` and `asset_type.title`.</p> The default is `asset.name`
|
|
56
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
57
57
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
58
58
|
*/
|
|
59
59
|
static listBridgeAssets({ bridgeName, pageSize, startingAfter, endingBefore, sortBy, sortAsc }: IListBridgeAssetsParams, options?: IKvHttpRequestOptions): Observable<AssetListPaginated>;
|
|
60
60
|
/**
|
|
61
61
|
* List Bridge Data Streams
|
|
62
|
-
* List Bridge Data Streams **Pagination Sortable Columns:** `bridge_metric_asset.asset_name`, `bridge_metric_asset.metric_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
63
|
-
* @param bridgeName Bridge name
|
|
64
|
-
* @param assetName Filter data stream
|
|
65
|
-
* @param metricName Filter data stream
|
|
66
|
-
* @param pageSize Number of objects to be returned
|
|
67
|
-
* @param startingAfter
|
|
68
|
-
* @param endingBefore
|
|
69
|
-
* @param sortBy
|
|
70
|
-
* @param sortAsc
|
|
62
|
+
* List Bridge Data Streams Returns a list of all the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> // <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> pairs that have been deployed with the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. The specific connection details for each Kelvin Asset / Kelvin Metric pair are also returned in a payload. The payload structure will depend on the type of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. There are four types; OPC UA, MQTT, Modbus and ROC. You can apply a number of filters to the return list. **Pagination Sortable Columns:** `bridge_metric_asset.asset_name`, `bridge_metric_asset.metric_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
63
|
+
* @param bridgeName <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> name to retrieve the data stream objects.</p> This is the unique identifier name and not the display name (title) of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
64
|
+
* @param assetName Filter the data stream objects of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> which contain specific <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> names.
|
|
65
|
+
* @param metricName Filter the data stream objects of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> which contain specific <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> names.
|
|
66
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects.
|
|
67
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response parameter under pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
68
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response parameter under pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
69
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> parameters. Only one parameter can be selected.</p> There are two parameter options; `bridge_metric_asset.asset_name`, `bridge_metric_asset.metric_name`.</p> The default is `bridge_metric_asset.asset_name`
|
|
70
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
71
71
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
72
72
|
*/
|
|
73
73
|
static listBridgeDataStreams({ bridgeName, assetName, metricName, pageSize, startingAfter, endingBefore, sortBy, sortAsc }: IListBridgeDataStreamsParams, options?: IKvHttpRequestOptions): Observable<BridgeDataStreamListPaginated>;
|
|
74
74
|
/**
|
|
75
75
|
* List Bridge Metrics
|
|
76
|
-
* List Bridge Metrics **Pagination Sortable Columns:** `metric.name`, `metric.title`, `metric.created`, `metric.updated`, `metric.data_type_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
77
|
-
* @param bridgeName Bridge name
|
|
78
|
-
* @param pageSize Number of objects to be returned
|
|
79
|
-
* @param startingAfter
|
|
80
|
-
* @param endingBefore
|
|
81
|
-
* @param sortBy
|
|
82
|
-
* @param sortAsc
|
|
76
|
+
* List Bridge Metrics Returns a dictionary with a data property containing a list of all <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metrics</a> on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. **Pagination Sortable Columns:** `metric.name`, `metric.title`, `metric.created`, `metric.updated`, `metric.data_type_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
77
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
78
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> objects.
|
|
79
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metrics</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
80
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metrics</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
81
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> parameters. Only one parameter can be selected.</p> There are ten parameter options; `metric.name`, `metric.title`, `metric.created`, `metric.updated` and `metric.data_type_name`.</p> The default is `metric.name`
|
|
82
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
83
83
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
84
84
|
*/
|
|
85
85
|
static listBridgeMetrics({ bridgeName, pageSize, startingAfter, endingBefore, sortBy, sortAsc }: IListBridgeMetricsParams, options?: IKvHttpRequestOptions): Observable<MetricListPaginated>;
|
|
86
86
|
/**
|
|
87
87
|
* List MQTT Topics
|
|
88
|
-
* List MQTT Topics **Sortable Columns:** `bridge_mqtt_topic.name`, `bridge_mqtt_topic.title`, `bridge_mqtt_topic.topic`, `bridge_mqtt_topic.created`, `bridge_mqtt_topic.updated` **Permission Required:** `kelvin.permission.bridge.read`
|
|
89
|
-
* @param names Filter MQTT
|
|
90
|
-
* @param search Search MQTT
|
|
91
|
-
* @param sortBy
|
|
92
|
-
* @param sortAsc
|
|
88
|
+
* List MQTT Topics Returns a dictionary with a data property containing a list of the MQTT topic payload options available on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a>. The MQTT topic payload definitions defines how <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> which are using the `mqtt` protocol will interpret incoming messages on a topic. **Sortable Columns:** `bridge_mqtt_topic.name`, `bridge_mqtt_topic.title`, `bridge_mqtt_topic.topic`, `bridge_mqtt_topic.created`, `bridge_mqtt_topic.updated` **Permission Required:** `kelvin.permission.bridge.read`
|
|
89
|
+
* @param names Filter on the MQTT Topics by its name.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `topic-one` will return MQTT topics with the name `topic-one` but not with the names `topic-one-extended` or `topic`.
|
|
90
|
+
* @param search Search and filter the MQTT Topic list. The Display Name, the Name and the Topic will be included in the search field criteria. This is given as an array, for example `[one,two]`.</p> The search is case insensitive and will find partial matches as well. For example if a MQTT TOpic name, display name or topic is `topic-one`, then a match will be made if the search string is `one` or `oPic`.
|
|
91
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> parameters. Only one parameter can be selected.</p> There are five parameter options; `bridge_mqtt_topic.name`, `bridge_mqtt_topic.title`, `bridge_mqtt_topic.topic`, `bridge_mqtt_topic.created`, `bridge_mqtt_topic.updated`.</p> The default is `bridge_mqtt_topic.name`
|
|
92
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
93
93
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
94
94
|
*/
|
|
95
95
|
static listMQTTTopics({ names, search, sortBy, sortAsc }?: IListMQTTTopicsParams, options?: IKvHttpRequestOptions): Observable<MQTTTopicList>;
|
|
96
96
|
/**
|
|
97
97
|
* Start Bridge
|
|
98
|
-
* Start Bridge application **Permission Required:** `kelvin.permission.bridge.update`
|
|
99
|
-
* @param bridgeName Bridge name
|
|
98
|
+
* Start Bridge application Start a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. The <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> must already be deployed to a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>. **Permission Required:** `kelvin.permission.bridge.update`
|
|
99
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
100
100
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
101
101
|
*/
|
|
102
102
|
static startBridge({ bridgeName }: IStartBridgeParams, options?: IKvHttpRequestOptions): Observable<IKvHttpResponse>;
|
|
103
103
|
/**
|
|
104
104
|
* Stop Bridge
|
|
105
|
-
* Stop Bridge application **Permission Required:** `kelvin.permission.bridge.update`
|
|
106
|
-
* @param bridgeName Bridge name
|
|
105
|
+
* Stop Bridge application Stop a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. The <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> must already be deployed to a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>. **Permission Required:** `kelvin.permission.bridge.update`
|
|
106
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
107
107
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
108
108
|
*/
|
|
109
109
|
static stopBridge({ bridgeName }: IStopBridgeParams, options?: IKvHttpRequestOptions): Observable<IKvHttpResponse>;
|
|
@@ -9,8 +9,8 @@ const base_service_1 = require("../../base.service");
|
|
|
9
9
|
class BridgeService extends base_service_1.BaseService {
|
|
10
10
|
/**
|
|
11
11
|
* Delete Bridge
|
|
12
|
-
* Delete Bridge application **Permission Required:** `kelvin.permission.bridge.delete`
|
|
13
|
-
* @param bridgeName Bridge name
|
|
12
|
+
* Delete Bridge application Permanently delete an existing <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. This cannot be undone once the API request has been submitted. <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> can be deleted even if the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a> is offline. In this case, the information will be immediately deleted on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a> and the commands to delete on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a> will be sent when it next comes online. **Permission Required:** `kelvin.permission.bridge.delete`
|
|
13
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
14
14
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
15
15
|
*/
|
|
16
16
|
static deleteBridge({ bridgeName }, options) {
|
|
@@ -23,8 +23,8 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Deploy Bridge
|
|
26
|
-
* Deploy Bridge App **Permission Required:** `kelvin.permission.bridge.create`
|
|
27
|
-
* @param bridge Bridge create schema. Supported protocols [`
|
|
26
|
+
* Deploy Bridge App Deploy a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> to a selected <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>. The Kelvin Bridge will handle all the communications and data transfer between external equipment and the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a> using one of four communication protocols; OPC UA, MQTT, Modbus TCP / RTU or Emerson ROC. Each protocol will require a different type of payload structure that defines the exact address specifications for each <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> // <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> pairs. **Permission Required:** `kelvin.permission.bridge.create`
|
|
27
|
+
* @param bridge Bridge create schema. Supported protocols [`opc-ua`, `mqtt`, `modbus`, `roc`]
|
|
28
28
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
29
29
|
*/
|
|
30
30
|
static deployBridge({ bridge }, options) {
|
|
@@ -38,8 +38,8 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Get Bridge
|
|
41
|
-
* Get Bridge **Permission Required:** `kelvin.permission.bridge.read`
|
|
42
|
-
* @param bridgeName Bridge name
|
|
41
|
+
* Get Bridge Retrieve the properties of a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. **Permission Required:** `kelvin.permission.bridge.read`
|
|
42
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
43
43
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
44
44
|
*/
|
|
45
45
|
static getBridge({ bridgeName }, options) {
|
|
@@ -52,18 +52,18 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
* List Bridge
|
|
55
|
-
* List Bridge **Pagination Sortable Columns:** `bridge.name`, `bridge.title`, `bridge.protocol`, `bridge.acp_name`, `bridge.workload_name`, `bridge.created`, `bridge.updated`, `status_state`, `status_last_seen` **Permission Required:** `kelvin.permission.bridge.read`
|
|
56
|
-
* @param names Filter bridges by name
|
|
57
|
-
* @param search Search bridges
|
|
58
|
-
* @param acpName Filter bridges
|
|
59
|
-
* @param protocol Filter bridges by
|
|
60
|
-
* @param workloadName Filter bridges
|
|
61
|
-
* @param statusState Filter bridges by
|
|
62
|
-
* @param pageSize Number of objects to be returned
|
|
63
|
-
* @param startingAfter
|
|
64
|
-
* @param endingBefore
|
|
65
|
-
* @param sortBy
|
|
66
|
-
* @param sortAsc
|
|
55
|
+
* List Bridge Returns a dictionary with a data property containing a list of all <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a>. **Pagination Sortable Columns:** `bridge.name`, `bridge.title`, `bridge.protocol`, `bridge.acp_name`, `bridge.workload_name`, `bridge.created`, `bridge.updated`, `status_state`, `status_last_seen` **Permission Required:** `kelvin.permission.bridge.read`
|
|
56
|
+
* @param names Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> by its name. This is given as an array, for example `[extruder-bridge,tank-bridge]`.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `[extruder-bridge,tank-bridge]` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the name `extruder-bridge` but not with the names `demo-extruder-bridge` or `tank-bridge-one`.
|
|
57
|
+
* @param search Search and filter the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> list. Both the Display Name and the Name will be included in the search field criteria. This is given as an array, for example `[demo,bridge]`.</p> The search is case insensitive and will find partial matches as well. For example if a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> name or display name is `extruder-bridge`, then a match will be made if the search string is `ext` or `rIDge`.
|
|
58
|
+
* @param acpName Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>'s acp_name (This is a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>). This is given as an array, for example `[demo-node-1,extruder-node]`.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `[demo-node-1,extruder-node]` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the parameter acp_name `extruder-node` but not with the names `demo-extruder-node` or `extruder-node-one`.
|
|
59
|
+
* @param protocol Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> `protocol`. This is the communication protocol used by the bridge. This is given as an array, for example `[modbus,mqtt]`.</p> There are four options available; `modbus`, `opc-ua`, `mqtt`, `roc`.
|
|
60
|
+
* @param workloadName Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> `workload_name`. This is given as an array, for example `[extruder,tank]`.</p> The filter is done on the full workload_name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `[extruder,tank]` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the parameter workload_name `extruder` but not with the workload_name `demo-extruder-bridge` or `bridge-tank`.
|
|
61
|
+
* @param statusState Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> `status_state`. This is the communication protocol used by the bridge. This is given as an array, for example `[failed,stopped]`.</p> There are five options available; `running`, `stopped`, `failed`, `deploying`, `offline`.
|
|
62
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects.
|
|
63
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
64
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
65
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> parameters. Only one parameter can be selected.</p> There are ten parameter options; `bridge.name`, `bridge.title`, `bridge.protocol`, `bridge.acp_name`, `bridge.workload_name`, `bridge.created`, `bridge.updated`, `status_state` and `status_last_seen`.</p> The default is `bridge.name`
|
|
66
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
67
67
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
68
68
|
*/
|
|
69
69
|
static listBridge({ names, search, acpName, protocol, workloadName, statusState, pageSize, startingAfter, endingBefore, sortBy, sortAsc } = {}, options) {
|
|
@@ -111,13 +111,13 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* List Bridge Assets
|
|
114
|
-
* List Bridge Assets **Pagination Sortable Columns:** `asset.name`, `asset.title`, `asset.created`, `asset.updated`, `asset_type.title` **Permission Required:** `kelvin.permission.bridge.read`
|
|
115
|
-
* @param bridgeName Bridge name
|
|
116
|
-
* @param pageSize Number of objects to be returned
|
|
117
|
-
* @param startingAfter
|
|
118
|
-
* @param endingBefore
|
|
119
|
-
* @param sortBy
|
|
120
|
-
* @param sortAsc
|
|
114
|
+
* List Bridge Assets Returns a dictionary with a data property containing a list of all <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. **Pagination Sortable Columns:** `asset.name`, `asset.title`, `asset.created`, `asset.updated`, `asset_type.title` **Permission Required:** `kelvin.permission.bridge.read`
|
|
115
|
+
* @param bridgeName Filter on the parameter <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> by its name.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `demo-bridge-one` will return <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> linked to the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> with the name `demo-bridge-one` but not with the names `demo-bridge` or `bridge-one`.
|
|
116
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> objects.
|
|
117
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
118
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
119
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> parameters. Only one parameter can be selected.</p> There are ten parameter options; `asset.name`, `asset.title`, `asset.created`, `asset.updated` and `asset_type.title`.</p> The default is `asset.name`
|
|
120
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
121
121
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
122
122
|
*/
|
|
123
123
|
static listBridgeAssets({ bridgeName, pageSize, startingAfter, endingBefore, sortBy, sortAsc }, options) {
|
|
@@ -147,15 +147,15 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
149
|
* List Bridge Data Streams
|
|
150
|
-
* List Bridge Data Streams **Pagination Sortable Columns:** `bridge_metric_asset.asset_name`, `bridge_metric_asset.metric_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
151
|
-
* @param bridgeName Bridge name
|
|
152
|
-
* @param assetName Filter data stream
|
|
153
|
-
* @param metricName Filter data stream
|
|
154
|
-
* @param pageSize Number of objects to be returned
|
|
155
|
-
* @param startingAfter
|
|
156
|
-
* @param endingBefore
|
|
157
|
-
* @param sortBy
|
|
158
|
-
* @param sortAsc
|
|
150
|
+
* List Bridge Data Streams Returns a list of all the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> // <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> pairs that have been deployed with the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. The specific connection details for each Kelvin Asset / Kelvin Metric pair are also returned in a payload. The payload structure will depend on the type of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. There are four types; OPC UA, MQTT, Modbus and ROC. You can apply a number of filters to the return list. **Pagination Sortable Columns:** `bridge_metric_asset.asset_name`, `bridge_metric_asset.metric_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
151
|
+
* @param bridgeName <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> name to retrieve the data stream objects.</p> This is the unique identifier name and not the display name (title) of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
152
|
+
* @param assetName Filter the data stream objects of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> which contain specific <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> names.
|
|
153
|
+
* @param metricName Filter the data stream objects of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> which contain specific <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> names.
|
|
154
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> objects.
|
|
155
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response parameter under pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
156
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response parameter under pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
157
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> parameters. Only one parameter can be selected.</p> There are two parameter options; `bridge_metric_asset.asset_name`, `bridge_metric_asset.metric_name`.</p> The default is `bridge_metric_asset.asset_name`
|
|
158
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
159
159
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
160
160
|
*/
|
|
161
161
|
static listBridgeDataStreams({ bridgeName, assetName, metricName, pageSize, startingAfter, endingBefore, sortBy, sortAsc }, options) {
|
|
@@ -191,13 +191,13 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
193
|
* List Bridge Metrics
|
|
194
|
-
* List Bridge Metrics **Pagination Sortable Columns:** `metric.name`, `metric.title`, `metric.created`, `metric.updated`, `metric.data_type_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
195
|
-
* @param bridgeName Bridge name
|
|
196
|
-
* @param pageSize Number of objects to be returned
|
|
197
|
-
* @param startingAfter
|
|
198
|
-
* @param endingBefore
|
|
199
|
-
* @param sortBy
|
|
200
|
-
* @param sortAsc
|
|
194
|
+
* List Bridge Metrics Returns a dictionary with a data property containing a list of all <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metrics</a> on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. **Pagination Sortable Columns:** `metric.name`, `metric.title`, `metric.created`, `metric.updated`, `metric.data_type_name` **Permission Required:** `kelvin.permission.bridge.read`
|
|
195
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
196
|
+
* @param pageSize Number of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> objects to be returned. Page size can be between 1 and 1000 objects.</p> The default is 20 <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metric</a> objects.
|
|
197
|
+
* @param startingAfter An alphanumeric string to move to the next page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metrics</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> next_page alphanumeric string should be used here to show a list of the next page of results.
|
|
198
|
+
* @param endingBefore An alphanumeric string to move to the previous page of <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-metrics/' target='_blank'>Kelvin Metrics</a> in the list.</p> The alphanumeric string which are the bookmarks for the beginning and end of the current list is given in the previous JSON response value under the key pagination -> previous_page and pagination -> next_page respectively.</p> The pagination -> previous_page alphanumeric string should be used here to show a list of the previous page of results.
|
|
199
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> parameters. Only one parameter can be selected.</p> There are ten parameter options; `metric.name`, `metric.title`, `metric.created`, `metric.updated` and `metric.data_type_name`.</p> The default is `metric.name`
|
|
200
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
201
201
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
202
202
|
*/
|
|
203
203
|
static listBridgeMetrics({ bridgeName, pageSize, startingAfter, endingBefore, sortBy, sortAsc }, options) {
|
|
@@ -227,11 +227,11 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
229
|
* List MQTT Topics
|
|
230
|
-
* List MQTT Topics **Sortable Columns:** `bridge_mqtt_topic.name`, `bridge_mqtt_topic.title`, `bridge_mqtt_topic.topic`, `bridge_mqtt_topic.created`, `bridge_mqtt_topic.updated` **Permission Required:** `kelvin.permission.bridge.read`
|
|
231
|
-
* @param names Filter MQTT
|
|
232
|
-
* @param search Search MQTT
|
|
233
|
-
* @param sortBy
|
|
234
|
-
* @param sortAsc
|
|
230
|
+
* List MQTT Topics Returns a dictionary with a data property containing a list of the MQTT topic payload options available on the <a href='https://docs.kelvininc.com/latest/kelvin-overview/overview/#kelvin-platform' target='_blank'>Kelvin Platform</a>. The MQTT topic payload definitions defines how <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridges</a> which are using the `mqtt` protocol will interpret incoming messages on a topic. **Sortable Columns:** `bridge_mqtt_topic.name`, `bridge_mqtt_topic.title`, `bridge_mqtt_topic.topic`, `bridge_mqtt_topic.created`, `bridge_mqtt_topic.updated` **Permission Required:** `kelvin.permission.bridge.read`
|
|
231
|
+
* @param names Filter on the MQTT Topics by its name.</p> The filter is done on the full name only according to unique identifier name rules (Must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space but not at the beginning or end).</p> For example a filter with `topic-one` will return MQTT topics with the name `topic-one` but not with the names `topic-one-extended` or `topic`.
|
|
232
|
+
* @param search Search and filter the MQTT Topic list. The Display Name, the Name and the Topic will be included in the search field criteria. This is given as an array, for example `[one,two]`.</p> The search is case insensitive and will find partial matches as well. For example if a MQTT TOpic name, display name or topic is `topic-one`, then a match will be made if the search string is `one` or `oPic`.
|
|
233
|
+
* @param sortBy Sort the results by one of the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-assets/' target='_blank'>Kelvin Assets</a> parameters. Only one parameter can be selected.</p> There are five parameter options; `bridge_mqtt_topic.name`, `bridge_mqtt_topic.title`, `bridge_mqtt_topic.topic`, `bridge_mqtt_topic.created`, `bridge_mqtt_topic.updated`.</p> The default is `bridge_mqtt_topic.name`
|
|
234
|
+
* @param sortAsc Sorting order for the results according to the `sort_by` parameter.</p> There are two options; `true` (ascending order) and `false` (descending order).</p> The default is `true` (ascending).
|
|
235
235
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
236
236
|
*/
|
|
237
237
|
static listMQTTTopics({ names, search, sortBy, sortAsc } = {}, options) {
|
|
@@ -258,8 +258,8 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
260
|
* Start Bridge
|
|
261
|
-
* Start Bridge application **Permission Required:** `kelvin.permission.bridge.update`
|
|
262
|
-
* @param bridgeName Bridge name
|
|
261
|
+
* Start Bridge application Start a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. The <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> must already be deployed to a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>. **Permission Required:** `kelvin.permission.bridge.update`
|
|
262
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
263
263
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
264
264
|
*/
|
|
265
265
|
static startBridge({ bridgeName }, options) {
|
|
@@ -272,8 +272,8 @@ class BridgeService extends base_service_1.BaseService {
|
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* Stop Bridge
|
|
275
|
-
* Stop Bridge application **Permission Required:** `kelvin.permission.bridge.update`
|
|
276
|
-
* @param bridgeName Bridge name
|
|
275
|
+
* Stop Bridge application Stop a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>. The <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a> must already be deployed to a <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-nodes/' target='_blank'>Kelvin Node</a>. **Permission Required:** `kelvin.permission.bridge.update`
|
|
276
|
+
* @param bridgeName Unique identifier name for the <a href='https://docs.kelvininc.com/latest/kelvin-overview/kelvin-platform/kelvin-bridges/' target='_blank'>Kelvin Bridge</a>.</p> This must contain only lowercase alphanumeric characters. The `.`, `_` and `-` characters are also allowed to separate words instead of a space BUT can not be at the beginning or end of the name.
|
|
277
277
|
* @param {IKvHttpRequestOptions} options Request optional parameters
|
|
278
278
|
*/
|
|
279
279
|
static stopBridge({ bridgeName }, options) {
|