proliantutils/proliantutils/tests/redfish/json_samples/account.json
ankit 7708ef0f9c Redfish: Adds 'reset_ilo_credential' for redfish systems
This commit provides functionality to update credentials
on redish systems.

Change-Id: I110f0780d1b894ce9cd7f06d32a39c3a7738e4b6
2017-07-18 13:12:03 +00:00

32 lines
936 B
JSON

{
"@odata.context": "/redfish/v1/$metadata#AccountService/Accounts/Members/$entity",
"@odata.etag": "W/\"BA0D308D\"",
"@odata.id": "/redfish/v1/AccountService/Accounts/1/",
"@odata.type": "#ManagerAccount.v1_0_0.ManagerAccount",
"Description": "iLO User Account",
"Id": "1",
"Name": "User Account",
"Oem":
{
"Hpe":
{
"@odata.type": "#HpeiLOAccount.v2_0_0.HpeiLOAccount",
"LoginName": "foo",
"Privileges":
{
"HostBIOSConfigPriv": true,
"HostNICConfigPriv": true,
"HostStorageConfigPriv": true,
"LoginPriv": true,
"RemoteConsolePriv": true,
"SystemRecoveryConfigPriv": true,
"UserConfigPriv": true,
"VirtualMediaPriv": true,
"VirtualPowerAndResetPriv": true,
"iLOConfigPriv": true
}
}
},
"UserName": "foo"
}