Reference Guide
MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
POST Action "Reset"
Example
HTTP POST to resource with request JSON:
{ "Action": "Reset"}
POST Action "SetFactoryDefaults"
Example
HTTP POST to resource with request JSON:
{ "Action": "SetFactoryDefaults"}
"ManagerAccount" Resource Type
Resource Instances
/rest/v1/AccountService/Accounts/{item}
See Resource Map for more details.
"ManagerAccount" defines the following properties specified in JSON-pointer syntax
"Oem/Hp/LoginName"
This property is a member of ManagerAccount
The name to use to log in to iLO. The login name does not have to be the same as the user name. The maximum length for the login name is 39 characters. The login name must use
printable characters.
JSON type: String
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": {"LoginName": "<string-value>"}}}