RackHD/on-http

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

Summary

Maintainability
Test Coverage
{
  "@odata.type": "#DCIMCooling.v1_0_0.DCIMCooling",
  "Id": "<%=domain%>",
  "Name": "DCIMCooling <%=domain%> Domain",
  "DCIMCoolingType": "Domain",
    "Status": {
    "State": "Enabled",
    "Health": "OK"
  },

  <% types.forEach(function(type) { %>
    "<%=type%>":
    {
      "@odata.id": "<%=basepath%>/DCIMCooling/<%=domain%>/<%=type%>"
    },
  <% }); %>

  "Links": {
    "Chassis": [
      {
      }
    ],
    "ManagedBy": [
      {
      }
    ],
    "RelatedSystems": [
      {
      }
    ]
  },
  "@odata.context": "/redfish/v1/$metadata#DCIMCooling.DCIMCooling",
  "@odata.id": "/redfish/v1/DCIMCooling/<%=domain%>"
}