White Papers

LC Integration Best Practices Specification
119
25.2 Inventory of video in system
Use the following procedure below to list the inventory of all video in the system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetVideoViews.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) GetVideoViews(): ENUMERATE the DCIM_VideoView class to view all instances. See
section 2.2 for a definition of ENUMERATE .
The instance information of all available video components will be returned.
25.3 Get the first video instance’s information
Use the following procedure to get a single video instance. The URI for getting particular
instance information is deterministic (i.e the InstanceID will be unique for each instance).
Applies to: LC1.5.0+
Prerequisites for script:
Set desired instanceID by editing script
Script: GetVideoView.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) GetVideoView(): GET the DCIM_VideoView instance using the InstanceID=
Video.Embedded.1-1. See Section 2.3 for a definition of GET.
The instance of DCIM_VideoView that contains the information will be returned.
26 License Management Profile Use Cases
26.1 Discovery of License Management profile support