v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Gateways

Get summary of gateway LAN tunnels health

Retrieves health summary of LAN tunnels present in the gateway.

get/network-monitoring/v1/gateways/{serial-number}/lan-tunnels-health-summary

Path parameters

serial-numberstring required

The gateway serial number.

Example:GW00000001

Serial number of the gateway device.

Response

Object containing information about the health summary of tunnels present in the gateway.

encapsulation'IPSec' | 'GRE' | 'vxlan'

Specifies the type of encapsulation used for the tunnel configured on the gateway.

idstring required

Primary identifier for the resource.

typestring required

The type of the resource.

Example response

{
  "encapsulation": "802.1Q",
  "id": "GW00000001",
  "type": "network-monitoring/gateway-monitoring"
}