Reference Guide
"UserConfigPriv": true,
"VirtualMediaPriv": true,
"VirtualPowerAndResetPriv": true,
"iLOConfigPriv": true
}
}
}
}
Valid values for privileges are true and false. Each account has specific link with an
integer (N). Perform a GET /rest/v1/AccountService/Accounts to get a list of
valid accounts.
b. POST AddSSHPublicKey
{
"Action": "AddSSHPublicKey",
"KeyData": "",
"Target": "/Oem/Hp"
}
This POST adds an SSH public key to account N. The maximum length of the key that
can be supplied for "KetData" is 1366 bytes including the overhead.
c. POST RemoveSSHPublicKey
{
"Action": "RemoveSSHPublicKey",
"Target": "/Oem/Hp"
}
This POST removes the SSH public key associated with account N.
5. /rest/v1/Managers/1
a. POST Reset
{
"Action": "Reset"
}
The performs a reset on iLO CM.
b. POST Set Factory Defaults
{
"Action": "SetFactoryDefaults"
}
6. /rest/v1/Managers/1/DateTime
a. PATCH DateTime
{
"DateTime": "YYYY-MM-DDTHH:MM:SS+hh:mm"
}
The DateTime format follows the ISO 8601 standard. The time is set using local time and
the +hh:mm section is the offset from UTC to the local standard time zone. Daylight savings
time is automatically determined. CST/CDT is +06:00.
b. PATCH TimeZone.Index
{
"TimeZone": {
"Index": 296
}
}
The Timezone Indexes that are available are listed in the TimeZoneList array with a GET
/rest/v1/Managers/1/DateTime.
c. PATCH SNTPPollingPeriodSeconds