on-http-y1
Version:
OnRack Http Server
43 lines (42 loc) • 1.05 kB
JSON
{
"@odata.context" : "<%= basepath %>/$metadata#ServiceRoot",
"@odata.id": "<%= url %>",
"@odata.type": "#ServiceRoot.1.0.0.ServiceRoot",
"Oem" : {},
"Id": "<%= identifier %>",
"Description": "",
"Name": "Root Service",
"RedfishVersion": "1.0.0",
"UUID": "<%=uuid%>",
"Links": {
"Oem": {},
"Sessions": {}
},
"Systems": {
"@odata.id": "<%=basepath%>/Systems"
},
"Chassis": {
"@odata.id": "<%=basepath%>/Chassis"
},
"Managers": {
"@odata.id": "<%=basepath%>/Managers"
},
"UpdateService": {
"@odata.id": "<%=basepath%>/UpdateService"
},
"Tasks": {
"@odata.id": "<%=basepath%>/TaskService"
},
"SessionService": {
"@odata.id": "<%=basepath%>/SessionService"
},
"AccountService": {
"@odata.id": "<%=basepath%>/AccountService"
},
"EventService": {
"@odata.id": "<%=basepath%>/EventService"
},
"Registries": {
"@odata.id": "<%=basepath%>/Registries"
}
}