Practices Guide

Lifecycle Controller IntegrationBest Practices Specification
80
8.3 Get Event Filter Views
Enumerate the DCIM_EventFilter class to view all available instances of the class.
Applies to: LC2+
Prerequisites for script: none
Script: GetEventFilterViews.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands.
GetRemoteServicesAPIStatus():
B) GetEventFilters(): ENUMERATE the DCIM_EventFilter class to view all instances. See
section 2.2 for a definition of
ENUMERATE .
All available instance information will be returned.
8.4 Get Single Event Filter’s Information
Use the following procedure to get a single Event Filter instance. The URI for getting particular
instance information is deterministic (i.e the InstanceID will be unique for each instance).
Applies to: LC2+
Prerequisites for script:
Set desired instanceID by editing script
Script: GetEventFilterView.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands.
GetRemoteServicesAPIStatus():
B) GetEventFilterView(): GET the DCIM_EventFilter instance. See Section 2.3 for a
definition of
GET.
The desired instance information will be returned.
8.5 Set Event Filters by Category
This workflow is used to set the action and notifications for all the event filters that belong to
a particular category, subcategory and severity.
Applies to: LC2+
Prerequisites for script: Set variables by editing script
Script: SetEventFilterByCategory.win