Web Services Interface Guide

63 Dell Lifecycle Controller Web Services Interface Guide for Windows
</p:SetUpdateSchedule_INPUT>
7.9.4 Get the Update Schedule
GetUpdateSchedule() lists the patameter set by SetUpdateSchedule()
Example:
winrm i GetUpdateSchedule
cimv2/root/dcim/DCIM_SoftwareInstallationService?SystemCreationClassName=DCIM_So
ftwareInstallationService+SystemName=IDRAC:ID+CreationClassName=DCIM_SoftwareIns
tallationService+Name=SoftwareUpdate -u:root -p:calvin -r:https://<<ip>>/wsman -
SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
GetUpdateSchedule_OUTPUT
ApplyReboot = 0
CatalogName = Sample.xml
DayofMonth = *
IPAddress = 10.94.192.100
Repeat = 5
ReturnValue = 4096
ShareName = Somepath
ShareType = nfs
Time = 16:00
7.9.5 Clear the Update Schedule
Clears the schedule for the automatic updates, that has been set by SetUpdateSchedule() method.
Example:
winrm i ClearUpdateSchedule
cimv2/root/dcim/DCIM_SoftwareInstallationService?SystemCreationClassName=DCIM_So
ftwareInstallationService+SystemName=IDRAC:ID+CreationClassName=DCIM_SoftwareIns
tallationService+Name=SoftwareUpdate -u:root -p:calvin -r:https://[IPADDR]/wsman
-SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic