devices REST Endpoints
configuration/devices
device configuration APIs
- Assign a Device to Element Manager for FCAPS Management
- Method: postPath:
/rest/{versionId}/configuration/devices - Get a List of Devices Associated with Config Manager
- Method: getPath:
/rest/{versionId}/configuration/devices - Get Device Configuration Management Summary Information
- Method: getPath:
/rest/{versionId}/configuration/devices/{deviceId} - Load a Configuration for a Targeted Device
- Method: getPath:
/rest/{versionId}/configuration/devices/{deviceId}/load-config - Unassign a Device from Element Manager to Stop FCAPS Management
- Method: deletePath:
/rest/{versionId}/configuration/devices/{deviceId} - Update the Configuration on a Device
- Method: postPath:
/rest/{versionId}/configuration/devices/{deviceId}/action