Reference Guide

SupportAssist Enterprise
61 REST API Guide SupportAssist Enterprise
2.12 Backup devices and groups
You can create a backup of the devices that you have added and the device groups that you have created in
SupportAssist Enterprise. Backing up the devices and device groups enables you to restore the devices and
device group later, if necessary.
The following is the JSON schema for the response:
For more information about DeviceDiscovery Object, see the Add Device section.
{
"type":"array",
"items":{
"type":"object",
"id":"DeviceDiscovery",
"properties":{
"deviceAddress":{
"type":"string"
},
"friendlyName":{
"type":"string"
},
"uiDeviceType":{
"type":"string"
},
"deviceSubType":{
"type":"string"
},
"deviceFamily":{
"type":"string"
},
"credentialAccountId":{
"type":"string"
},
"credentialProfileId":{
"type":"string"
},
"enableMonitoring":{
"type":"boolean"
},
"enableDeepDiscovery":{
"type":"boolean"
},
"configureSNMP":{
"type":"boolean"
},
"installOMSA":{
"type":"boolean"
},
"deviceGroupInformation":{
"type":"object",
"id":"DeviceGroupInformation",
"properties":{
"orId":{
"type":"string"
},
"myGroupId":{
"type":"string"