RackHD/on-http

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

Summary

Maintainability
Test Coverage
{
    "@odata.context" : "<%= basepath %>/$metadata#LogService.LogService",
    "@odata.id": "<%= url %>",
    "@odata.type": "#LogService.v1_0_0.LogService",
    "Oem" : {},
    "Id": "<%=type%>",
    "Description": "<%=description%>",
    "Name": "<%=name%>",
    "ServiceEnabled": true,
    "MaxNumberOfRecords": <%= log.size %>,
    "OverWritePolicy": "<%= log.policy || 'Unknown' %>",
    "DateTimeLocalOffset": "+00:00",
    "Actions" : {
        "Oem": {},
        "#LogService.ClearLog": {
            "target": "/api/current/node/<%=identifier%>/workflows?name=Graph.ClearSEL.Node"
        }
    },
    "Status": {},
    "Entries": {
        "@odata.id": "<%=url%>/Entries"
    }
}