This poller template takes advantage of the latest API published by Microsoft. Please note, the new API no longer enumerates child services individually. Issues with child services will now be listed in together in “Unresolved Issues”
- Configure OAuth 2.0 Azure credentials with the following values:
- Scope:
https://graph.microsoft.com/.default
Although "(optional)" appears next to the Scope field in the UI, this value is required for API Pollers based on this template. - Access Token URL:
https://login.microsoftonline.com/{TENANTID}/oauth2/v2.0/token
- Scope:
- Credentials must have
ServiceHealth.Read.All
permissions (Type:Application
) for Microsoft Graph
New to API Poller templates? Watch API Pollers: When SNMP Won't Cut It and then review the SAM API Poller Template Guide.