Microsoft Graph Intune Service Health

Helge Garder 21 Reputation points
2021-12-22T13:37:52.487+00:00

Hi,
I want to query Intune/Endpoint Manager tenant for service health for Intune/Endpoint Manager.
I can only find queries for service health in Office 365 and that is not what i'm looking for. Office 365 only lists messages with ID MCxxxxxx, I want to list messages with ID ITxxxxxx which are visible in the service health and message center of tenant administration in Endpoint Manager. These messages seems to point to: "https://servicecommsprod.trafficmanager.net/v1.0/serviceAnnouncement/messages" but I have idea how to use Graph to query this.

Am I missing something or is this not possible at the moment?

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,233 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lu Dai-MSFT 28,421 Reputation points
    2021-12-23T01:51:21.64+00:00

    @Helge Garder Thanks for posting in our Q&A.

    For this issue, I have done a lot of research. I find that the request in the following article will make it.
    https://learn.microsoft.com/en-us/graph/api/servicehealth-get?view=graph-rest-1.0&tabs=http

    I have tried the following URL in my lab. I can see the Service with ITxxxxxx.
    "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/Microsoft intune?$expand=issues"

    159893-capture.png

    Hope it will help.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.