API Guide

Table Of Contents
/api/UpdateService/Actions/UpdateService.RemoveBaselines
POST method for RemoveBaselines
This method deletes baselines.
Description Deletes baselines.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
204
Example
Input:
{
"BaselineIds":[13]
}
Output:
/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
Example
Input:
{
"FileToken": "1481131455800"
}
Output:
{
"Date": "2016-01-12 02:37:36.000",
"VendorVersion": "1.4.3",
"SchemaVersion": "1.0",
"ReleaseDate": "2016-01-11 00:00:00.000",
"ReleaseId": "G1JD51.4.3",
"PackageId": "G1JD5X03-00",
"XmlGenVersion": "1.0.3681",
"DellVersion": "1.4.3",
"PackageType": "LW64",
"RequiresReboot": true
}
/api/UpdateService/Actions/UpdateService.GetSingleDupReport
POST method for GetSingleDupReport
This method returns the report of a Dell Update Package (DUP).
Description
Returns the report of a DUP.
122 Configure