microsoftTunnelServer 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.

Entity that represents a single Microsoft Tunnel server

Methods

Method Return Type Description
List microsoftTunnelServers microsoftTunnelServer collection List properties and relationships of the microsoftTunnelServer objects.
Get microsoftTunnelServer microsoftTunnelServer Read properties and relationships of the microsoftTunnelServer object.
Create microsoftTunnelServer microsoftTunnelServer Create a new microsoftTunnelServer object.
Delete microsoftTunnelServer None Deletes a microsoftTunnelServer.
Update microsoftTunnelServer microsoftTunnelServer Update the properties of a microsoftTunnelServer object.
getHealthMetrics action keyLongValuePair collection
getHealthMetricTimeSeries action metricTimeSeriesDataPoint collection
createServerLogCollectionRequest action microsoftTunnelServerLogCollectionResponse
generateServerLogCollectionRequest action microsoftTunnelServerLogCollectionResponse

Properties

Property Type Description
id String The unique identifier for the managed server. This id is assigned at enrollment time. Supports: $delete. $Update, $insert, $skip, $top is not supported. Read-only.
displayName String The display name for the server. This property is required when a server is created and cannot be cleared during updates.
tunnelServerHealthStatus microsoftTunnelServerHealthStatus Indicates the server's health Status as of the last evaluation time. Health is evaluated every 60 seconds, and the possible values are: unknown, healthy, unhealthy, warning, offline, upgradeInProgress, upgradeFailed. Possible values are: unknown, healthy, unhealthy, warning, offline, upgradeInProgress, upgradeFailed, unknownFutureValue.
lastCheckinDateTime DateTimeOffset Indicates when the server last checked in
agentImageDigest String The digest of the current agent image running on this server
serverImageDigest String The digest of the current server image running on this server

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.microsoftTunnelServer",
  "id": "String (identifier)",
  "displayName": "String",
  "tunnelServerHealthStatus": "String",
  "lastCheckinDateTime": "String (timestamp)",
  "agentImageDigest": "String",
  "serverImageDigest": "String"
}