RackHD/on-http

View on GitHub
data/views/redfish-1.0/redfish.1.0.0.updateservice.1.0.0.json

Summary

Maintainability
Test Coverage
{
    "@odata.context" : "<%= basepath %>/$metadata#UpdateService.UpdateService",
    "@odata.id": "<%= url %>",
    "@odata.type": "#UpdateService.v1_1_0.UpdateService",
    "Oem": {},
    "Id": "UpdateService",
    "Description": "Update Service",
    "Name": "Update Service",
    "Status": {
        "State":"Enabled"
    },
    "ServiceEnabled": true,
    "Actions": {
        "Oem": {},
        "#UpdateService.SimpleUpdate": {
            "target": "<%=basepath%>/UpdateService/Actions/UpdateService.SimpleUpdate"
        }
    },
    "FirmwareInventory" : {
        "@odata.id": "<%= basepath %>/UpdateService/FirmwareInventory"
    }
}