Web Services Interface Guide
61 Dell Lifecycle Controller Web Services Interface Guide for Windows
7.9 Automatic Updates
Automatic Updates feature allows for periodic firmware updates at regular intervals as configured by the
user.
7.9.1 Enable Automatic Update
This method enables/disables the “Automatic Update Feature ” attribute.
Example:
winrm i SetAttribute http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+Cr
eationClassName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCServic
e -u:root -p:calvin -r:https://<<ip>>/wsman -SkipCNcheck -SkipCAcheck -
encoding:utf-8 -a:basic @{AttributeName="Automatic Update
Feature";AttributeValue="Enabled"}
OUTPUT:
Message = The command was successful
MessageID = LC001
RebootRequired = No
ReturnValue = 0
SetResult = Set PendingValue
7.9.2 Create a Config Job
CreateConfigJob sets the pending value set by SetAttribute() method.
Example:
winrm i CreateConfigJob http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://<<ip>>/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
CreateConfigJob_OUTPUT
Job
EndpointReference
Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous