Configuration Manager
- 01 Sep 2022
-
DarkLight
-
PDF
Configuration Manager
- Updated on 01 Sep 2022
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Deprecations in Configuration Manager
The table below shows a list of deprecations in Configuration Manager.
Route (Workflow Task) | Description | Deprecation Release | Removal Release | Replacement |
---|---|---|---|---|
API: {POST} /deviceGroups WF Task: createDeviceGroups |
API for creating a device group. | 2019.3 | 2020.2 | API: {POST} /deviceGroup WF Task: createDeviceGroup |
API: {POST} /deviceGroups/devices WF Task: addDevicesToGroupByName |
API for adding devices to a group. | 2020.1 | 2021.1 | API: {POST} /deviceGroups/:id/devices WF Task: addDevicesToGroup |
API: {DELETE} /deviceGroups/devices WF Task: deleteDevicesFromGroup |
API for deleting devices from a group. | 2020.1 | 2021.1 | API: {DELETE} /deviceGroups/:id/devices WF Task: removeDevicesFromGroup |
API: {GET} /devices/:deviceName/configuration/:format WF Task: getDeviceConfigFormat |
API for getting a device config in a specific format. | 2020.2 | 2021.2 | API: {GET} /devices/:deviceName/configuration WF Task: getDeviceConfig |
API: {POST} /devices/:deviceName/operationalData WF Task: getOperationalData |
Gets all the operational data for the specified device. | 2022.1 | 2023.1 | None |
Was this article helpful?