Reference Guide
MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
This property is a member of ManagerAccount
This privilege enables a user to add, edit, and delete local iLO user accounts. A user with this privilege can change privileges for all users.
JSON type: Boolean ('true' or 'false')
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
PATCH This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
PATCH Example
HTTP PATCH to resource with request JSON:
{"Oem": {"Hp": {"Privileges": {"UserConfigPriv": true}}}}
The property "Oem/Hp/Privileges/UserConfigPriv" on resource type
ManagerAccount may not support PATCH of all values and may result in an HTTP 400 error with response of Type
ExtendedError. Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON. To address an array entry other than the first,
insert nulls as placeholders on skipped array entries.
"Oem/Hp/Privileges/VirtualMediaPriv"
This property is a member of ManagerAccount
This privilege enables a user to use the Virtual Media feature on the host system.
JSON type: Boolean ('true' or 'false')
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
PATCH This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
PATCH Example
HTTP PATCH to resource with request JSON:
{"Oem": {"Hp": {"Privileges": {"VirtualMediaPriv": true}}}}
The property "Oem/Hp/Privileges/VirtualMediaPriv" on resource type
ManagerAccount may not support PATCH of all values and may result in an HTTP 400 error with response of Type
ExtendedError. Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON. To address an array entry other than the first,
insert nulls as placeholders on skipped array entries.
"Oem/Hp/Privileges/VirtualPowerAndResetPriv"
This property is a member of ManagerAccount
This privilege enables a user to power-cycle or reset the host system. These activities interrupt system availability. A user with this privilege can diagnose the system by using the
Generate NMI to System button.
JSON type: Boolean ('true' or 'false')