on-http-y1
Version:
OnRack Http Server
20 lines (19 loc) • 555 B
JSON
{
"@odata.context" : "<%= basepath %>/$metadata#UpdateService",
"@odata.id": "<%= url %>",
"@odata.type": "#UpdateService.1.0.0.UpdateService",
"Oem": {},
"Id": "UpdateService",
"Description": "Update Service",
"Name": "Update Service",
"Status": {
"State":"Enabled"
},
"ServiceEnabled": true,
"FirmwareInventory" : {
"@odata.id": "<%= basepath %>/UpdateService/FirmwareInventory"
},
"SoftwareInventory" : {
"@odata.id": "<%= basepath %>/UpdateService/SoftwareInventory"
}
}