Practices Guide

LC Integration Best Practices Specification
99
InstanceID = DCIM:RecordLog:1.0.0
OtherRegisteredOrganization = DCIM
ProfileRequireLicense
ProfileRequireLicenseStatus
RegisteredName = Record Log
RegisteredOrganization = 1
RegisteredVersion = 1.0.0
15.2 List Lifecycle record logs
Use the following procedure below to list the inventory of all LCRecordLog instances in the
system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetLCRecordLogs.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) GetLCRecordLogs(): ENUMERATE the DCIM_LCRecordLog class to view all instances. See
section 2.2 for a definition of ENUMERATE .
The instance information of all available LCRecordLog will be returned
15.3 List Lifecycle record log capabilities
Use the following procedure below to list the inventory of all LCRecordLogCapabilities
instances in the system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetLCRecordLogCapabilities.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) GetLCRecordLogCapabilities(): ENUMERATE the DCIM_LCRecordLogCapabilities class to
view all instances. See section 2.2 for a definition of ENUMERATE .
The instance information of all available LCRecordLogCapabilities will be returned