on-http-y1
Version:
OnRack Http Server
24 lines (23 loc) • 736 B
JSON
{
"@odata.context" : "<%= basepath %>/$metadata#Systems/Links/Members/<%= identifier %>/LogServices/Members/$entity",
"@odata.id": "<%= url %>",
"@odata.type": "#LogService.1.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"
}
}