Get colocation port vlan diagnostics by id

Sample Output

{
	"primary": [
		{
			"deviceName": "device001",
			"vlans": [
				{
					"description": "VLAN_Test_101",
					"macAddresses": [
						{
							"macAddress": "fe:50:56:92:ce:01",
							"logicalInterface": "ae50.101",
							"learnedLocally": true
						},
						{
							"macAddress": "fe:e0:ed:5c:9b:02",
							"logicalInterface": "ae50.101",
							"learnedLocally": true
						},
						{
							"macAddress": "a2:1f:6b:1c:c0:03",
							"logicalInterface": "ae50.101",
							"learnedLocally": true
						},
						{
							"macAddress": "a2:1f:6b:1c:c0:04",
							"logicalInterface": "ae50.101",
							"learnedLocally": true
						},
						{
							"macAddress": "a2:1f:6b:1c:dc:05",
							"logicalInterface": "ae50.101",
							"learnedLocally": true
						}
					],
					"name": "VLAN 101",
					"vlan": 101
				},
				{
					"description": "VLAN_600001_100",
					"macAddresses": [
						{
							"macAddress": "a2:03:43:dd:8f:10",
							"logicalInterface": "ae50.100",
							"learnedLocally": true
						},
						{
							"macAddress": "a2:03:43:dd:ae:11",
							"logicalInterface": "ae50.100",
							"learnedLocally": true
						}
					],
					"name": "VLAN 100",
					"vlan": 100
				}
			]
		}
	],
	"secondary": [
	{
		"deviceName": "device002",
		"vlans": [
			{
				"description": "VLAN_Test_101",
				"macAddresses": [
					{
						"macAddress": "fe:50:56:92:ce:01",
						"logicalInterface": "ae50.101",
						"learnedLocally": true
					},
					{
						"macAddress": "fe:e0:ed:5c:9b:02",
						"logicalInterface": "ae50.101",
						"learnedLocally": true
					},
					{
						"macAddress": "a2:1f:6b:1c:c0:03",
						"logicalInterface": "ae50.101",
						"learnedLocally": true
					},
					{
						"macAddress": "a2:1f:6b:1c:c0:04",
						"logicalInterface": "ae50.101",
						"learnedLocally": true
					},
					{
						"macAddress": "a2:1f:6b:1c:dc:05",
						"logicalInterface": "ae50.101",
						"learnedLocally": true
					}
				],
				"name": "VLAN 101",
				"vlan": 101
			},
			{
				"description": "VLAN_600001_100",
				"macAddresses": [
					{
						"macAddress": "a2:03:43:dd:8f:10",
						"logicalInterface": "ae50.100",
						"learnedLocally": true
					},
					{
						"macAddress": "a2:03:43:dd:ae:11",
						"logicalInterface": "ae50.100",
						"learnedLocally": true
					}
				],
				"name": "VLAN 100",
				"vlan": 100
			}
		]
	}
}
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!