serviceHealth resource type

Namespace: microsoft.graph

Represents the health information of a service subscribed by a tenant.

Methods

Method Return type Description
Get serviceHealth serviceHealth Retrieve the properties and relationships of a serviceHealth object.

Properties

Property Type Description
id String The service ID.
service String The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant.
status serviceHealthStatus Show the overall service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more information, see serviceHealthStatus values.

Relationships

Relationship Type Description
issues Collection(serviceHealthIssue) A collection of issues that happened on the service, with detailed information for each issue.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.serviceHealth",
  "service": "String",
  "status": "String",
  "id": "String (identifier)"
}