RackHD/on-http

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

Summary

Maintainability
Test Coverage
{
    "@odata.context" : "<%= basepath %>/$metadata#ManagerAccount.ManagerAccount",
    "@odata.id": "<%= url %>",
    "@odata.type": "#ManagerAccount.v1_0_0.ManagerAccount",
    "Oem": {},
    "Id": "<%= user.id %>",
    "Description": "User Account",
    "Name": "User Account",
    "UserName": "<%= user.username %>",
    "RoleId": "<%= user.role %>",
    "Links": {
        "Role": {
            "@odata.id": "<%=basepath%>/AccountService/Roles/<%=user.role%>"
        }
    }
}