connectorStatusDetails resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Represent connector status

Properties

Property Type Description
connectorName connectorName Connector name. Possible values are: applePushNotificationServiceExpirationDateTime, vppTokenExpirationDateTime, vppTokenLastSyncDateTime, windowsAutopilotLastSyncDateTime, windowsStoreForBusinessLastSyncDateTime, jamfLastSyncDateTime, ndesConnectorLastConnectionDateTime, appleDepExpirationDateTime, appleDepLastSyncDateTime, onPremConnectorLastSyncDateTime, googlePlayAppLastSyncDateTime, googlePlayConnectorLastModifiedDateTime, windowsDefenderATPConnectorLastHeartbeatDateTime, mobileThreatDefenceConnectorLastHeartbeatDateTime, chromebookLastDirectorySyncDateTime, futureValue.
connectorInstanceId String Connector Instance Id
status connectorHealthState Connector health state. Possible values are: healthy, warning, unhealthy, unknown.
eventDateTime DateTimeOffset Event datetime

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.connectorStatusDetails",
  "connectorName": "String",
  "connectorInstanceId": "String",
  "status": "String",
  "eventDateTime": "String (timestamp)"
}