Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section contains the following objects:
Name | Description |
---|---|
Use the Alert object to manipulate alerts provided by MOM through the ScriptContext.Alert property and alerts created by the script with the ScriptContext.CreateAlert method. |
|
The DiscoveryData object represents a grouping of discovery-related information for a computer. Scripts populate the discovery data and submit the results to the Management Server. |
|
The DiscoveryCollection object contains a group of discovery data items. |
|
The DiscoveryRelationshipCollection object represents a group of discovery relationship items. |
|
The DiscoveryClassInstanceID object represents a discovery class instance. |
|
The DiscoveryInstance object represents an instance of a discovery class. |
|
The DiscoveryRelationshipInstance object represents a computer discovery relationship. |
|
The Event object is the internal representation MOM uses for entries collected from NT Event logs, application log files, and other MOM data providers. |
|
Use the PerfData object to manipulate performance data provided by MOM through the ScriptContext.PerfData property and performance data created by the script with the ScriptContext.CreatePerfData method. |
|
Use the ScriptContext object to access and manipulate MOM alerts, events, performance data, and variable sets. |
|
The ScriptState object represents the script state of MOM. You can use a ScriptState object as a store for script variables during the lifetime of the MOM service. When the service is stopped, all data stored in the ScriptState object is discarded. |
|
The VarSet object stores a group of variables that are globally accessible by all scripts running in MOM. |