Is there a way to get Service health and information for Office365 via the Graph API?
We are trying to make calls from our global monitoring tool to help us monitor O365 alongside other things.
When I went to office 365 docs page it told me to use the Graph API, but then I was unable to figure how to get service health information from the graph api, despite looking through the graph api docs
To get service heath for O365, you should use Office 365 Service Communications API.
Remember to add ServiceHealth.Read
permission to your application.