Reference Guide

MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
"UPLOADING"
"PROGRESSING"
"COMPLETED"
"ERROR"
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
POST Action "ClearUpdateStatus"
Parameter "Target"
"Target" may be one of the following values:
"/Oem/Hp"
Example
HTTP POST to resource with request JSON:
{ "Action": "ClearUpdateStatus", "Target": "/Oem/Hp"}
POST Action "InstallFromURI"
Parameter "FirmwareURI"
"FirmwareURI" may be one of the following values:
Parameter "UpdateTargets"
"UpdateTargets" may be one of the following values:
Parameter "ForceUpdate"
"ForceUpdate" may be one of the following values:
Parameter "Target"
"Target" may be one of the following values:
"/Oem/Hp"
Example
HTTP POST to resource with request JSON:
{ "Action": "InstallFromURI", "FirmwareURI": "", "UpdateTargets": "", "ForceUpdate": "", "Target": "/Oem/Hp"}
POST Action "InstallFromRepository"