API Guide
Example request
body
{
"BaselineIds":[13]
}
/api/UpdateService/RollbackSoftwares
This URI returns software rollback information.
GET method for rollback software
This method returns the software rollback information.
Description Returns the software rollback information.
Privilege
HTTP response
code
200
Example response
body
/api/UpdateService/RollbackSoftwares?$filter=DeviceId eq <device id>
{
"@odata.context": "/api/
$metadata#Collection(UpdateService.RollbackSoftwares)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#UpdateService.RollbackSoftwares",
"@odata.id": "/api/UpdateService/RollbackSoftwares(1)",
"Id": 1,
"InstanceId": "DCIM:PREVIOUS#741__BIOS.Setup.1-1",
"DeviceId": 10143,
"RollbackVersion": "1.0.2",
"CurrentVersion": "1.6.13",
"InstallationDate": "2018-10-18T20:26:39Z",
"SoftwareType": "BIOS",
"VendorId": null,
"SubDeviceId": null,
"SubVendorId": null,
"ComponentId": "159",
"PCIDeviceId": null,
"DeviceDescription": "BIOS",
"CatalogId": 26,
"RollbackSource": "Device"
}
]
}
/api/UpdateService/Actions/
UpdateService.GetSingleDupDetails
POST method for GetSingleDupDetails
This method returns the details of a specific Dell Update Package (DUP).
Description
Returns the details of a specific DUP.
Privilege DEVICE_UPDATE
HTTP response
codes
200
Configure 135