28 Network Interfaces

28.1 Get

GET https://<HOST>:<PORT>/api/networkInterfaces/get?version=0

Returns a list of network interfaces.

Required Permissions

  • API

  • Configuration Mode Read Access

Response Body Structure

The response body is strutured as an array. The array consists of NetworkInterface JSON objects. A description for its fields is at section 30.102.1. For the JSON schema refer to section 30.102.2.

Example

GET http://127.0.0.1:8888/api/networkInterfaces/get?version=0
HTTP Response
HTTP/1.1 200 OK
HTTP Response Body
[
  {
    "displayName": "Microsoft 6to4 Adapter",
    "id": "{07374750-E68B-490E-9330-9FD785CD71B6}"
  },
  {
    "displayName": "WAN Miniport (IPv6)",
    "id": "{0B0FD2EC-340B-4087-A4BA-6042B64B6E67}"
  }
]