device configuration REST Endpoints

device configuration
Add a configuration element
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configElements/add
Assign a Device to Element Manager for FCAPS Management
Method: post
Path: /rest/{versionId}/configuration/devices
Create a Configuration Element
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configElements/create
Delete a Configuration Element
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configElements/delete
Delete Pending Configuration Modifications
Method: delete
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configurationChanges
Get a Configuration Element Instance
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configElements/retrieve
Get a List of Configuration Element Instances
Method: get
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configElements
Get a List of Devices Associated with Element Manager
Method: get
Path: /rest/{versionId}/configuration/devices
Get a List of Top-level Configuration Element Types
Method: get
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/elementTypes
Get Additional Attribute Metadata
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/elementTypes/attributeMetadata
Get Additional Element Metadata
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/elementTypes/elementMetadata
Get Device Configuration Management Summary Information
Method: get
Path: /rest/{versionId}/configuration/devices/{deviceId}
Get Pending Configuration Modifications
Method: get
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configurationChanges
Load a Configuration for a Targeted Device
Method: get
Path: /rest/{versionId}/configuration/devices/{deviceId}/loadConfig
Unassign a Device from Element Manager to Stop FCAPS Management
Method: delete
Path: /rest/{versionId}/configuration/devices/{deviceId}
Update a Configuration Element
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/configElements/update
Update a Configuration Password
Method: post
Path: /rest/{versionId}/configuration/deviceConfigs/{deviceId}/util/encryptPassword
Update the Configuration on a Device
Method: post
Path: /rest/{versionId}/configuration/devices/{deviceId}/action