Practices Guide
Lifecycle Controller Integration―Best Practices Specification
106
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
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) GetSystemEventLogEntries(): ENUMERATE the DCIM_SELLogEntry class to view all
instances. See section 2.2 for a definition of
ENUMERATE .
The instance information of all available SELLogEntry will be returned
16 Role-based Authorization Profile (RBAP) Use Cases
16.1 Discovery of RBAP Profile Support
Use the following procedure below to confirm the existence of Role Based Authorization profile
support. NOTE: Prior to LC2.0.0, this profile resided as a CIM profile, not LC profile.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetRBAProfile.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) [LC1.5.0/LC1.5.1]GetCIMRegisteredProfiles():
[LC2.0.0]GetLCRegisteredProfiles():
ENUMERATE the applicable class to view all registered profiles. See section 2.2 for a
definition of
ENUMERATE .
C) Search for “RegisteredName= Role Based Authorization” and note its instanceID to use in
step D)
D) [LC1.5.0/LC1.5.1] GetCIMRegisteredProfile():