RackHD/on-http

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

Summary

Maintainability
Test Coverage
{
    "@odata.context" : "<%= basepath %>/$metadata#AccountService.AccountService",
    "@odata.id": "<%= url %>",
    "@odata.type": "#AccountService.v1_0_0.AccountService",
    "Oem": {},
    "Id": "AccountService",
    "Description": "Account Service",
    "Name": "Account Service",
    "Status": {},
    "ServiceEnabled": true,
    "MinPasswordLength": 6,
    "MaxPasswordLength": 50,
    "AccountLockoutThreshold": 0,
    "Accounts" : {
        "@odata.id": "<%= basepath %>/AccountService/Accounts"
    },
    "Roles": {
        "@odata.id": "<%= basepath %>/AccountService/Roles"
    }
}