White Papers

137 Lifecycle Controller Integration Best Practices Guide
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 running 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 Information About the First Video Instance
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 running 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.