Web Services Interface Guide
292 Dell Lifecycle Controller Web Services Interface Guide for Windows
19.9 Changing the iDRAC IP Change Notification
19.9.1 Getting the Current iDRAC IPChange State
Get the IPChangeNotifyPS attribute from the DCIM_LCAttribute class to display. The CurrentValue field
indicates the current status of this attribute.
EXAMPLE:
winrm get http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCAttribute ?InstanceID=DCIM_LCEnumeration:DHS3
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
DCIM_LCEnumeration
AttributeName = IPChangeNotifyPS
Caption = null
CurrentValue = Off
DefaultValue = Off
Description = null
ElementName = LC.emb.1
InstanceID = DCIM_LCEnumeration:DHS3
IsOrderedList = null
IsReadOnly = true
PendingValue = null
PossibleValues = On, Off
PossibleValuesDescription = null
19.9.2 Setting the iDRAC IPChange Notification-SetAttribute()
The SetAttribute() method is used to set the attribute IPChangeNotifyPS to “ON” or “OFF”. When set to
“ON”, a user notification is sent when the IP address is changed. While set to “OFF”, a user notification is
not sent.
Invoke SetAttribute() with the following syntax: