remoteNetworkHealthStatusEvent resource type

Namespace: microsoft.graph.networkaccess

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Contains information about the health of a remote network.

Inherits from microsoft.graph.networkaccess.remoteNetworkHealthEvent.

Methods

Method Return type Description
List remoteNetworkHealthStatusEvents microsoft.graph.networkaccess.remoteNetworkHealthStatusEvent collection Get a list of the microsoft.graph.networkaccess.remoteNetworkHealthStatusEvent objects and their properties.

Properties

Property Type Description
bgpRoutesAdvertisedCount Int32 The number of BGP routes advertised through tunnel. Inherited from microsoft.graph.networkaccess.remoteNetworkHealthEvent.
createdDateTime DateTimeOffset The time that the event was generated, in UTC. Inherited from microsoft.graph.networkaccess.remoteNetworkHealthEvent. Supports $filter (ge, le) and $orderby.
description String A description for the event. Inherited from microsoft.graph.networkaccess.remoteNetworkHealthEvent.
destinationIp String The IP address of the destination. Inherited from microsoft.graph.networkaccess.remoteNetworkHealthEvent.
id String A unique identifier for each remoteNetworkHealthEvent. Inherited from microsoft.graph.networkaccess.remoteNetworkHealthEvent.
receivedBytes Int64 The number of bytes sent from the destination to the source.
remoteNetworkId String A unique identifier for each remoteNetwork site. Inherited from microsoft.graph.networkaccess.remoteNetworkHealthEvent. Supports $filter (eq).
sentBytes Int64 The number of bytes sent from the source to the destination for the connection or session.
sourceIp String The public IP address. Inherited from microsoft.graph.networkaccess.remoteNetworkHealthEvent.
status microsoft.graph.networkaccess.remoteNetworkHealthAliveStatus Alive status. The possible values are: alive, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.remoteNetworkHealthStatusEvent",
  "id": "String (identifier)",
  "remoteNetworkId": "String",
  "createdDateTime": "String (timestamp)",
  "sourceIp": "String",
  "destinationIp": "String",
  "description": "String",
  "bgpRoutesAdvertisedCount": "Integer",
  "sentBytes": "Integer",
  "receivedBytes": "Integer",
  "status": "String"
}