RackHD/on-http

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

Summary

Maintainability
Test Coverage
{
    "@odata.context" : "<%= basepath %>/$metadata#Bios.Bios",
    "@odata.id": "<%= url %>",
    "@odata.type": "#Bios.v1_0_0.Bios",
    "AttributeRegistry": "",
    "Attributes": {
        <% bios.attributes.forEach(function(item, i, arr) { %>
            "<%= item.attributeName.value %>": %> "<%= item.currentValue[0].value %>"
            <%= ( arr.length > 0 && i < arr.length-1 ) ? ',': '' %>
        <% }); %>
    },
    "Description": "BIOS Configuration Current Settings",
    "Id": "Bios",
    "Name": "BIOS Configuration Current Settings",
    "Oem": {}
}