v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGateways
Gateway cluster VLAN mismatch summary
Retrieves VLAN mismatch information categorized as good or poor for the entire gateway-cluster or individual gateways within the gateway-cluster.
get/network-monitoring/v1/clusters/{cluster-name}/vlan-mismatch
Path parameters
cluster-namestring const required
The name of the cluster to which the device belongs. If the device is not part of any cluster then the cluster name will be null.
Example:cluster 1
The name of the cluster formed by the gateway.
Query parameters
filterstring
OData Version 4.0 filter string (limited functionality). Supported fields and operators are in the below given table.
| Field | Operators |
|---|---|
| serialNumber | eq |
The operators are implemented as follows:
- eq: Only values exactly matching the given value are returned.
Response
Object containing information about the good and poor VLANs, either for the entire gateway-cluster or for individual gateways within the gateway-cluster.
Example response
{
"good": 4,
"poor": 2,
"id": "gw-cluster-1",
"type": "network-monitoring/gateway-monitoring"
}