Reference Guide

SupportAssist Enterprise
70 REST API Guide SupportAssist Enterprise
"address3":{
"type":"string"
}
}
}
}
}
}
}
}
}
}
}
The following resource URI is used to restore devices and device groups:
https://<BASE_URI>/SupportAssist/api/v1/Device/Import
Method: POST
Headers:
Content-Type: application/json
Authorization: Bearer <Authentication_Token>
The following is an example of a JSON for restoring devices and the device groups.
In this example, you must enter the credentialAccountId or credentialProfileId. CredentailProfileId is required
when enableDeepDiscovery is true.
[
{
"deviceAddress": "<IP Address/hostname>",
"friendlyName": "iDRAC",
"uiDeviceType": "iDRAC",
"deviceSubType": "IDRAC",
"deviceFamily": "POWEREDGE14G",
"credentialAccountId": "<credential account id>",
"credentialProfileId": null,
"enableMonitoring": true,
"enableDeepDiscovery": false,
"configureSNMP": true,
"installOMSA": false,
"deviceGroupInformation": {
"orId": "#58:2",
"myGroupId": null,
"name": "One",
"description": null,
"noOfAssetsMapped": 0,
"uiCustomerProfiles": [
{
"customerProfileId": "#57:0",
"firstName": "Raj",
"lastName": "C",
"emailId": "Raj@dell.com",
"telephone": "1234567890",
"country": null,
"alternateTelephone": "9876543210",
"emailLanguage": "en",