White Papers

LC Integration Best Practices Specification
101
15.6 List system event record logs
Use the following procedure below to list the inventory of all SELRecordLog instances in the
system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetSystemEventLogs.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands. The GetRSStatus() method or the GetRemoteServicesAPIStatus()
method may be used depending on the version of the LC Management registered profile.
B) GetSystemEventLogs(): ENUMERATE the DCIM_SELRecordLog class to view all instances.
See section 2.2 for a definition of ENUMERATE .
The instance information of all available SELRecordLog will be returned
15.7 List system event record log capabilities
Use the following procedure below to list the inventory of all SELRecordLogCapabilities
instances in the system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetSystemEventLogCapabilities.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands. The GetRSStatus() method or the GetRemoteServicesAPIStatus()
method may be used depending on the version of the LC Management registered profile.
B) GetSystemEventLogCapabilities(): ENUMERATE the DCIM_SELRecordLogCapabilities class
to view all instances. See section 2.2 for a definition of ENUMERATE .
The instance information of all available SELRecordLogCapabilities will be returned
15.8 List system event log entries
Use the following procedure below to list the inventory of all SELLogEntry instances in the
system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetSystemEventLogEntries.win