API Guide

{"@odata.type": "#UpdateService.ComponentComplianceReport", "Id": 2,
"Version": "1.0.9.6", "CurrentVersion": "1.0.9.6",…},
{"@odata.type": "#UpdateService.ComponentComplianceReport", "Id": 5,
"Version": "1.10.00", "CurrentVersion": "1.10.00",…},
{"@odata.type": "#UpdateService.ComponentComplianceReport", "Id": 1,
"Version": "1.10.00", "CurrentVersion": "1.10.00",…},
{"@odata.type": "#UpdateService.ComponentComplianceReport", "Id": 4,
"Version": "2.40", "CurrentVersion": "2.40",…}
]
}
]
}
/api/UpdateService/Actions/UpdateService.UploadFile
POST method for UploadFile
This method uploads a file to the specified location.
Description Uploads a file.
Privilege DEVICE_UPDATE
HTTP response
codes
200
Example request
body
Header: Content-Type: application/octet-stream
Request:
Example response
body
A numeric token ID is returned.
/api/UpdateService/Actions/UpdateService.RemoveFile
POST method for RemoveFile
This method removes a file from the system.
Description
Removes a file identified by the numeric token ID.
Privilege DEVICE_UPDATE
HTTP response
codes
200
Example request
body
{
"FileToken": "1481131455800"
}
Configure 133