Operations Manager Scripting Objects
Applies To: System Center 2012 - Operations Manager
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The objects in this section are used in discovery scripts and monitoring scripts in Operations Manager.
Discovery scripts collect discovery information and send the data back to the management server. Monitoring scripts add data to the Operations Manager database for use by monitors, rules, or tasks.
For examples that demonstrate how to use the scripting objects, see Using Operations Manager Runtime Scripts.
In This Section
- MOMClassInstance Object
Represents a monitoring object, which is an instance of a monitoring class.
- MOMDiscoveryData Object
Stores the collected discovery-related data.
- MOMPropertyBag Object
Stores a collection of name-value pairs.
- MOMRelationshipInstance Object
Represents a relationship between two monitoring classes.
- MOMScriptAPI Object
The MOMScriptAPI Object is the top-level object for the scripting application programming interface (API).
See Also
Tasks
How to Create Discovery Data by Using a Script
How to Create Monitoring Data by Using a Script
How to Create Operations Manager Events by Using a Script