API Change Log in June 2025

This topic lists the APIs updated in this release.

Table 1: New MRT APIs

Method

Path

Description

Monitoring > Gateways

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/lan-tunnels

This API is used to fetch a list of LAN tunnels present in a gateway.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/wan-interfaces

This API is used to fetch a list of wan interfaces present in a gateway.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/ports/{port-number}/throughput-trend

This API is used to fetch the throughput data of a gateway interface. The data is fetched based on the timestamp range provided in the filter.

GET

/network-monitoring/v1alpha1/clusters/{cluster-name}/capacity-trends

This API is used to fetch the client's and device's capacity trend of the cluster formed by gateway.

GET

/network-monitoring/v1alpha1/clusters/{cluster-name}/capacity-trends/{serial-number}

This API is used to fetch the client's and device's capacity trend of the gateway cluster member. The data is fetched based on the timestamp range provided in the filter.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/tunnels/lan/{tunnel-id}/status-trend

This API is used to fetch the gateway LAN tunnel status trend. The data is fetched based on the timestamp range provided in the filter.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/tunnels/lan/{tunnel-id}/throughput-trend

This API is used to fetch throughput data of a gateway LAN tunnel. The data is fetched based on the timestamp range provided in the filter.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/memory-utilization-trend

This API is used to fetch memory utilization data of gateway. The data is fetched based on the timestamp range provided in the filter.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/cpu-utilization-trend

This API is used to fetch cpu utilization data of gateway. The data is fetched based on the timestamp range provided in the filter.

GET

/network-monitoring/v1alpha1/clusters/{cluster-name}/tunnels-health-summary

This API is used to fetch a list containing the health summary of tunnels in a gateway cluster.

GET

/network-monitoring/v1alpha1/clusters/{cluster-name}/tunnels-status-summary

This API is used to fetch information about the number of tunnels that are Up and Down in a gateway cluster.

GET

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

This API is used to fetch a list containing the health summary of tunnels that are present in the provided gateway serial number.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/wan-availability-trends

This API is used to fetch the WAN availability trend data for the provided gateway serial number.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/vpn-availability-trends

This API is used to fetch the VPN availability trend data for the provided gateway serial number.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/ports/{port-number}/frames-trends

This API is used to fetch the gateway port frames trend data for the port number provided.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/ports/{port-number}/frames-errors-trends

This API is used to fetch the gateway port frames errors trend data for the port number provided.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/ports/{port-number}/frames-packets-trends

This API is used to fetch the gateway port frames packets trend data for the port number provided.

GET

/network-monitoring/v1alpha1/gateways/{serial-number}/tunnels/{tunnel-id}/packets-trend

This API is used to fetch the gateway tunnel packet trends for the provided tunnel-id.