apax dcp-utility list-interfaces -f JSON
Outputs a list of available network interfaces on the host machine.
Options
- -f, --format – The output format
Output:
[
{
"Name": "USB Ethernet",
"MAC": "80:3F:XX:XX:XX:XX"
},
{
"Name": "Intel(R) Ethernet Connection (10) I219-LM",
"MAC": "48:9E:XX:XX:XX:XX"
}
]