back

/getInterfaces

This function will retrieve all the valid network interfaces on the system. It should be noted that this will not include profishark devices, except for the older "Black" series.

{
  "command":"/getInterfaces",
  "command_result":{
    "interfaces":[{
        "capturing":false,
        "id":0,
        "licensed":true,
        "mac":"30:9C:23:3F:58:54",
        "name":"Ethernet"
      }
    ]},
    "errors":false,
    "general_message":"Successfully retrieved interfaces"
}