MonitoringConnector.GetMonitoringAlerts Method
Applies To: Operations Manager for System Center 2012
Gets alerts marked for the monitoring connector.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringAlerts() | Gets alerts marked for the monitoring connector. |
|
GetMonitoringAlerts(DateTime) | Gets alerts marked for the monitoring connector where the timestamp is after the specified bookmark. |
|
GetMonitoringAlerts(DateTime, Int32) | Gets alerts marked for the monitoring connector. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned. The retrieved array is limited to the batchSize parameter. |
|
GetMonitoringAlerts(Int32) | Gets alerts marked for the monitoring connector. The retrieved array is limited to the batchSize parameter. |
Remarks
To get a MonitoringAlert collection through a MonitoringConnector:
The monitoring connector must be set up.
The monitoring connector must be initialized.
Alerts must be present.
Alerts must be marked for the monitoring connector.
See Also
MonitoringConnector Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top