Reference Guide

{
"SNTPPollingPeriodSeconds": 95
}
This is an integer value with a 60 second minimum. It sets the frequency that the the NTP
server(s) are polled for the current time.
d. PATCH StaticNTPServers
{
"StaticNTPServers": [
"16.110.135.123",
"16.110.135.124"
]
}
These are IP address for NTP server(s). Using an IP address of 0.0.0.0 or “” will
clear the NTP server.
7. /rest/v1/Managers/1/Logs/IML
a. POST ClearLog
{
"Action": "ClearLog"
}
This action clears the entire Integrated Management Log.
b. POST AddMaintenanceNote
{
"Action": "AddMaintenanceNote",
"Message": ""
}
This action adds a maintenance note to the IML. The text for the "Message" property is
placed in the description field of the event.
c. POST MarkRepaired
{
"Action": "MarkRepaired",
"RecordId":
[
n1,n2,n3,n4,n5,n6,n7,n8,n9,n10,
]
}
This action marks a log entry as “Repaired” The "RecordId" property is an array of integers
and must be existing log entries.
8. /rest/v1/Managers/1/Logs/IEL
a. POST ClearLog
{
"Action": "ClearLog"
}
This action clears the entire iLO Event Log.
9. /rest/v1/Managers/1/LicenseService
a. POST LicenseKey
{
"LicenseKey": ""
}
The LicenseKey is either submitted as VVVVV-WWWWW-XXXXX-YYYYY-ZZZZZ or
VVVVVWWWWWXXXXXYYYYYZZZZZ.
10. /rest/v1/Chassis/1