device configuration REST Endpoints

device configuration
Device configuration APIs
Add a Configuration Element
Method: post
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/config-elements/add
Create a Configuration Element
Method: post
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/config-elements/create
Delete a Configuration Element
Method: post
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/config-elements/delete
Delete Pending Configuration Modifications
Method: delete
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/configuration-changes
Get a Configuration Element Instance
Method: post
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/config-elements/retrieve
Get a List of Configuration Element Instances
Method: get
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/config-elements
Get a List of Top-level Configuration Element Types
Method: get
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/element-types
Get Additional Attribute Metadata
Method: post
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/element-types/attribute-metadata
Get Additional Element Metadata
Method: post
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/element-types/element-metadata
Get Pending Configuration Modifications
Method: get
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/configuration-changes
Update a Configuration Element
Method: post
Path: /rest/{versionId}/configuration/device-configs/{deviceId}/config-elements/update
Update a Configuration Password
Method: post
Path: /rest/{versionId}/configuration/device-configs/util/encrypt-password