-
adapterProxy
Used when directly communicating with southbound adapters
GET /configuration_manager/devices/actions/:device&:origin&:actionPerform south bound specific logic via direct adapter call(s)
-
addDevicesToGroup
Adds new devices to the group
POST /configuration_manager/deviceGroups/:id/devicesAdds devices to a group
-
backUpDevice
Backup device configuration
POST /configuration_manager/devices/backupsBackup device configuration in mongo
-
createDeviceGroups
Creates a device group
POST /configuration_manager/devicegroupsCreates a new device group
-
deleteDeviceBackups
Delete one or more device backups by Id
DELETE /configuration_manager/backups/This API call will delete device backups based on given Ids
-
deleteDeviceGroups
Delete device groups
DELETE /configuration_manager/deviceGroupsDelete specified device groups
-
getBackups
Fetches backups, requires an options payload. An empty option payload will return the first 25 documents
POST /configuration_manager/backupsGet a list of device backup documents
-
getDevice
Get Device Details
GET /configuration_manager/devices/:nameGet detailed information for a specific device, based on its device name
-
getDeviceBackupById
Retrieves single backup document by id
GET /configuration_manager/backups/:idGet Device Backup by ID
-
getDeviceConfig
Get Device Configuration
GET /configuration_manager/devices/:name/configurationGet configuration for a specific device
-
getDeviceConfigFormat
Get Device Configuration in a format
GET /configuration_manager/devices/:name/configuration/:formatGet device configuration in a given format
-
getDeviceGroupById
Get Device Group by ID
GET /configuration_manager/deviceGroups/:idGet Device Group by ID
-
getDeviceGroups
Get all Device Groups
GET /configuration_manager/deviceGroupsGets a list of all device groups
-
getDevicesFiltered
Get filtered, sorted, and paginated Devices
POST /configuration_manager/devicesGets a specific subset of devices for based on given options
-
isAlive
Check if device is connected
GET /configuration_manager/devices/:name/isAliveGet connection status of device
-
lookupDiff
Diff two strings from a lookup.
PUT /configuration_manager/lookup_diffLookup two strings and return a diff.
-
removeDevicesFromGroup
Removes devices from a group
DELETE /configuration_manager/deviceGroups/:id/devicesRemoves devices from a device group
-
updateDeviceBackupById
Update a device backup by Id
PUT /configuration_manager/backups/:idThis API call will update the metadata of a device backup by ID
-
updateDeviceGroups
Update device groups
PUT /configuration_manager/deviceGroups/:idUpdates the device group's details and devices.