Reference Guide

SupportAssist Enterprise
67 REST API Guide SupportAssist Enterprise
2.13 Restore devices and groups
You can restore devices and device groups by using the JSON response that was received while backing up your
devices and device groups.
The following is the JSON schema for restoring devices and device groups:
{
"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"
},
"name":{
"type":"string"