MonitoringConnector.GetMonitoringAlertsForTiers Method

Updated: April 16, 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.

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.

Name Description
MonitoringConnector.GetMonitoringAlertsForTiers (IList) 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.
MonitoringConnector.GetMonitoringAlertsForTiers (DateTime, IList) 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.
MonitoringConnector.GetMonitoringAlertsForTiers (DateTime, Int32, IList) 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.
MonitoringConnector.GetMonitoringAlertsForTiers (Int32, IList) 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.