node last reboot time

Returns This property provides the last time System Inventory
collection On Reboot(CSIOR) was performed. The value is represented
as yyyymmddHHMMSS

Change-Id: Iee17de7b7eb746c30fbfaa8b13206b1f0e899a94
story:2008058
task:40739
This commit is contained in:
Yogesh Ramachandra 2020-08-27 10:05:27 -05:00
parent 703547acc0
commit 125d8533ee
2 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ class DRACClient(object):
target=self.BIOS_DEVICE_FQDD,
reboot=reboot,
start_time=start_time)
def abandon_pending_bios_changes(self):
"""Deletes all pending changes on the BIOS

View File

@ -57,7 +57,7 @@ class SystemConfiguration(object):
attribute = attr_cls.parse(item)
result[attribute.instance_id] = attribute
return result
def last_system_inventory_time(self):
""""This property provides the last time SystemInventory Collection
On Reboot(CSIOR)was performed. The value is rep/resented as yyyymmddHHMMSS.