Reference Guide
Links to other resources to resource URI to resource Type
/links/Member[]
/rest/v1/Systems/{item} ComputerSystem
/rest/v1/Systems/{item} ComputerSystem HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/links/Chassis[]
/rest/v1/Chassis/{item} Chassis
/links/LogService /rest/v1/Systems/{item}/Logs/IML HpMoonshotLogService
/links/ManagedBy[] /rest/v1/Managers/{item} Manager
/rest/v1/Systems/{item}/Logs/IML HpMoonshotLogService HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/rest/v1/SystemsSummary
SystemsSummary HTTP Allow: GET
Links to other resources to resource URI to resource Type
Data Model Type Reference
This section documents each type of resource. Note that more than one resource may be of the same type. Not all resource instances implement every property specified in the definition.
"AccountService" Resource Type
Resource Instances
/rest/v1/AccountService
See Resource Map for more details.
This is the schema definition for
the Account service. It represents the properties for this service and has links to the list of accounts.
"AuthFailureLoggingThreshold"
may be PATCHed to the values 0, 1, 2, 3, or 5. The value of 4 is not supported by
iLO
4.
You may create an iLO account by building a request JSON object of type
ManagerAccount and POSTing it to the Collection pointed to by the "Accounts" link. For Example:
POST {"UserName":
"newuser", "Password": "newpassword", "Oem": {"Hp": {"Privileges": {"RemoteConsolePriv": true,
"VirtualMediaPriv": true,
"UserConfigPriv": true, "iLOConfigPriv": true, "VirtualPowerAndResetPriv": true}, "LoginName":
"newuser"}}}
"AccountService"
defines the following properties specified in JSON-pointer syntax
"Oem/Hp/AuthFailureLoggingThreshold"
This property is a member of AccountService
This property enables you to view and configure logging criteria for failed authentications. A failed login log entry is recorded after the configured number of attempts. 0 = feature disabled; 1-
3 and 5 are allowable values.
JSON type:
Integer
HTTP Operations