Skip to content

o365ServiceStatus

Returns the service status of the O365 service running on MSFT server.

Arguments

Argument Type Description
orgID UUID Optional UUID of the organization.

Returns

GetO365ServiceStatusResp!

Sample

query {
  o365ServiceStatus {
    lastUpdated
    status
  }
}
{}
{
  "data": {
    "o365ServiceStatus": {
      "lastUpdated": "2024-01-01T00:00:00.000Z",
      "status": "DOWN"
    }
  }
}