monitoring resource type

Namespace: microsoft.graph.deviceManagement

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the entry point to access all resources related to alerts in the Microsoft Endpoint Manager admin center.

The alert monitoring API provide a programmatic alert experience in the Microsoft Endpoint Manager admin center. A Microsoft Endpoint Manager admin can create an alert rule with preferred notification channels, and receive alerts when conditions set as thresholds in alert rules are met. Notification channels may include email and Microsoft Endpoint Manager admin center notifications. Each alert is recorded as an alert record. Admins can review alert records to learn about alert impact, severity, status, and more.

The roles of global admin, Intune admin, and Windows 365 admin have full access to the alert monitoring API.

Note

This API is part of the alert monitoring API set which currently supports only Windows 365 and Cloud PC scenarios. The API set allows admins to set up rules to alert issues with provisioning Cloud PCs, uploading Cloud PC images, and checking Azure network connections.

Have a different scenario that can use additional programmatic alert support on the Microsoft Endpoint Manager admin center? Suggest the feature or vote for existing feature requests.

Properties

Property Type Description
id String The unique identifier for the alert. Inherited from entity.

Relationships

Relationship Type Description
alertRecords microsoft.graph.deviceManagement.alertRecord collection The collection of records of alert events.
alertRules microsoft.graph.deviceManagement.alertRule collection The collection of alert rules.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagement.monitoring",
  "id": "String (identifier)"
}