RackHD/on-http

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

Summary

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

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

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