{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin admin.serviceAnnouncement API", "version": "1.0.0" }, "items": [ { "info": { "name": "admin.serviceAnnouncement", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List serviceAnnouncement messages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant." }, { "info": { "name": "Microsoft Graph Create new navigation property to messages for admin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messages for admin" }, { "info": { "name": "Microsoft Graph Get serviceUpdateMessage", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant." }, { "info": { "name": "Microsoft Graph Update the navigation property messages in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messages in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" } ] }, "docs": "Microsoft Graph Delete navigation property messages for admin" }, { "info": { "name": "Microsoft Graph List attachments", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the list of attachments associated with a service message." }, { "info": { "name": "Microsoft Graph Create new navigation property to attachments for admin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attachments for admin" }, { "info": { "name": "Microsoft Graph Get serviceAnnouncementAttachment", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments/:serviceAnnouncementAttachment-id", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "serviceAnnouncementAttachment-id", "value": "", "type": "path", "description": "The unique identifier of serviceAnnouncementAttachment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a serviceAnnouncementAttachment object." }, { "info": { "name": "Microsoft Graph Update the navigation property attachments in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments/:serviceAnnouncementAttachment-id", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "serviceAnnouncementAttachment-id", "value": "", "type": "path", "description": "The unique identifier of serviceAnnouncementAttachment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property attachments in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property attachments for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments/:serviceAnnouncementAttachment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "serviceAnnouncementAttachment-id", "value": "", "type": "path", "description": "The unique identifier of serviceAnnouncementAttachment" } ] }, "docs": "Microsoft Graph Delete navigation property attachments for admin" }, { "info": { "name": "Microsoft Graph Get serviceAnnouncementAttachment", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments/:serviceAnnouncementAttachment-id/content", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "serviceAnnouncementAttachment-id", "value": "", "type": "path", "description": "The unique identifier of serviceAnnouncementAttachment" } ] }, "docs": "Read the properties and relationships of a serviceAnnouncementAttachment object." }, { "info": { "name": "Microsoft Graph Update content for the navigation property attachments in admin", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments/:serviceAnnouncementAttachment-id/content", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "serviceAnnouncementAttachment-id", "value": "", "type": "path", "description": "The unique identifier of serviceAnnouncementAttachment" } ] }, "docs": "The attachment content." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property attachments in admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments/:serviceAnnouncementAttachment-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "serviceAnnouncementAttachment-id", "value": "", "type": "path", "description": "The unique identifier of serviceAnnouncementAttachment" } ] }, "docs": "The attachment content." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachments/$count", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List attachments", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachmentsArchive", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" } ] }, "docs": "Get the list of attachments associated with a service message." }, { "info": { "name": "Microsoft Graph Update attachmentsArchive for the navigation property messages in admin", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachmentsArchive", "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" } ] }, "docs": "The zip file that contains all attachments for a message." }, { "info": { "name": "Microsoft Graph Delete attachmentsArchive for the navigation property messages in admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/:serviceUpdateMessage-id/attachmentsArchive", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceUpdateMessage-id", "value": "", "type": "path", "description": "The unique identifier of serviceUpdateMessage" } ] }, "docs": "The zip file that contains all attachments for a message." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action archive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archive a list of serviceUpdateMessages for the signed in user." }, { "info": { "name": "Microsoft Graph Invoke action favorite", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/favorite", "body": { "type": "json", "data": "{}" } }, "docs": "Change the status of a list of serviceUpdateMessages to favorite for the signed in user." }, { "info": { "name": "Microsoft Graph Invoke action markRead", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/markRead", "body": { "type": "json", "data": "{}" } }, "docs": "Mark a list of serviceUpdateMessages as read for the signed in user." }, { "info": { "name": "Microsoft Graph Invoke action markUnread", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/markUnread", "body": { "type": "json", "data": "{}" } }, "docs": "Mark a list of serviceUpdateMessages as unread for the signed in user." }, { "info": { "name": "Microsoft Graph Invoke action unarchive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/unarchive", "body": { "type": "json", "data": "{}" } }, "docs": "Unarchive a list of serviceUpdateMessages for the signed in user." }, { "info": { "name": "Microsoft Graph Invoke action unfavorite", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/messages/unfavorite", "body": { "type": "json", "data": "{}" } }, "docs": "Remove the favorite status of serviceUpdateMessages for the signed in user." }, { "info": { "name": "Microsoft Graph Get serviceAnnouncement from admin", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A container for service communications resources. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property serviceAnnouncement in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property serviceAnnouncement in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property serviceAnnouncement for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property serviceAnnouncement for admin" }, { "info": { "name": "Microsoft Graph List healthOverviews", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant." }, { "info": { "name": "Microsoft Graph Create new navigation property to healthOverviews for admin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to healthOverviews for admin" }, { "info": { "name": "Microsoft Graph Get serviceHealth", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant." }, { "info": { "name": "Microsoft Graph Update the navigation property healthOverviews in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property healthOverviews in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property healthOverviews for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" } ] }, "docs": "Microsoft Graph Delete navigation property healthOverviews for admin" }, { "info": { "name": "Microsoft Graph Get issues from admin", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id/issues", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of issues that happened on the service, with detailed information for each issue." }, { "info": { "name": "Microsoft Graph Create new navigation property to issues for admin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id/issues", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to issues for admin" }, { "info": { "name": "Microsoft Graph Get issues from admin", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id/issues/:serviceHealthIssue-id", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" }, { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of issues that happened on the service, with detailed information for each issue." }, { "info": { "name": "Microsoft Graph Update the navigation property issues in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id/issues/:serviceHealthIssue-id", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" }, { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property issues in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property issues for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id/issues/:serviceHealthIssue-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" }, { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" } ] }, "docs": "Microsoft Graph Delete navigation property issues for admin" }, { "info": { "name": "Microsoft Graph Invoke function incidentReport", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id/issues/:serviceHealthIssue-id/incidentReport()", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" }, { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" } ] }, "docs": "Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/:serviceHealth-id/issues/$count", "params": [ { "name": "serviceHealth-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealth" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/healthOverviews/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List issues", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/issues", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant." }, { "info": { "name": "Microsoft Graph Create new navigation property to issues for admin", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/issues", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to issues for admin" }, { "info": { "name": "Microsoft Graph Get serviceHealthIssue", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/issues/:serviceHealthIssue-id", "params": [ { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant." }, { "info": { "name": "Microsoft Graph Update the navigation property issues in admin", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/issues/:serviceHealthIssue-id", "params": [ { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property issues in admin" }, { "info": { "name": "Microsoft Graph Delete navigation property issues for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/issues/:serviceHealthIssue-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" } ] }, "docs": "Microsoft Graph Delete navigation property issues for admin" }, { "info": { "name": "Microsoft Graph Invoke function incidentReport", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/issues/:serviceHealthIssue-id/incidentReport()", "params": [ { "name": "serviceHealthIssue-id", "value": "", "type": "path", "description": "The unique identifier of serviceHealthIssue" } ] }, "docs": "Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/serviceAnnouncement/issues/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }