MonitoringConnector.GetMonitoringAlertsForTiers Method

 

Applies To: Operations Manager for System Center 2012

Gets alerts marked for the monitoring connector from the current Management Group as well as from any additional tiers that are configured for this connector.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringAlertsForTiers(DateTime, IList<ConnectorTieredOperationFailure>)

Gets alerts marked for the monitoring connector where the timestamp is after the specified bookmark. The alerts are from the current Management Group as well as from any additional tiers that are configured for this connector. The failures that occurred for the configured tiers are returned along with the alerts.

System_CAPS_pubmethod GetMonitoringAlertsForTiers(DateTime, Int32, IList<ConnectorTieredOperationFailure>)

Gets alerts marked for the monitoring connector, for each tiered Management Group. 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. The failures that occurred for the configured tiers are returned along with the alerts.

System_CAPS_pubmethod GetMonitoringAlertsForTiers(IList<ConnectorTieredOperationFailure>)

Gets alerts marked for the monitoring connector from the current Management Group as well as from any additional tiers that are configured for this connector. The failures that occurred for the configured tiers are returned along with the alerts.

System_CAPS_pubmethod GetMonitoringAlertsForTiers(Int32, IList<ConnectorTieredOperationFailure>)

Gets alerts marked for the monitoring connector, for each tiered Management Group. The retrieved array is limited to the batchSize parameter. The failures that occurred for the configured tiers are returned along with the alerts.

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