Forum Discussion
Details about Office 365 Service Communications API
- Mar 12, 2019
1) Yes, scope is tenant only.
2) Statuses are the same as in the portal, full list for example here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.exchange.servicestatus.tenantcommunications.data.servicestatus?view=o365-service-communications
3) No, for that you need the Azure SHD
4) That is automatically returned in the query. If you mean filtering by specific "feature", I believe it's only possible client-side.
1) Yes, scope is tenant only.
2) Statuses are the same as in the portal, full list for example here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.exchange.servicestatus.tenantcommunications.data.servicestatus?view=o365-service-communications
3) No, for that you need the Azure SHD
4) That is automatically returned in the query. If you mean filtering by specific "feature", I believe it's only possible client-side.
Hi Vasil,
Thank you for the quick response. It is helpful for me!
Please let me ask one more question.
Can we also check the service health status of “Features” in Office 365 service communications API? I think that “Features” is included in “Service” such as Exchange Online. If we can check the service health status of “Features”, then are the statuses the same as follow?
https://docs.microsoft.com/en-us/dotnet/api/microsoft.exchange.servicestatus.tenantcommunications.data.servicestatus?view=o365-service-communications
- VasilMichevMar 14, 2019MVP
Yes, it's returned automatically, you don't have to do anything special in order to obtain the feature status.
- chicef380Mar 14, 2019Copper Contributor
Hi Vasil,
Thank you so much! I understand.