v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGateways
Gateway VLAN detail
Retrieves information about a specific VLAN that is configured in the gateway.
get/network-monitoring/v1/gateways/{serial-number}/vlans/{vlan-id}
Path parameters
serial-numberstring required
The gateway serial number.
Example:GW00000001
Serial number of the gateway device.
vlan-idstring required
Example:33
VLAN ID configured in the gateway.
Response
Object containing information about a VLAN configured in the gateway.
Example response
{
"vlanId": 1,
"name": "Default VLAN",
"status": "Down",
"vlanType": "Static",
"adminStatus": "Down",
"interfaces": "Unassigned",
"ipv4": "0.0.0.0",
"ipv4Subnet": null,
"ipv4MaskAddr": "0.0.0.0",
"ipv6Prefix": null,
"voice": null,
"id": "1",
"type": "network-monitoring/gateway-monitoring"
}