25 Network Interfaces

25.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 27.78.1. For the JSON schema refer to section 27.78.2.

Example

GET http://127.0.0.1:8111/api/networkInterfaces/get?version=0
HTTP Response
HTTP/1.1 200 OK
HTTP Response Body
[
  {
    "displayName": "Intel(R) Ethernet Connection (7) I219-V-WFP Native MAC Layer LightWeight Filter-0000",
    "id": "{04302ED3-220B-11EE-9152-806E6F6E6963}"
  },
  {
    "displayName": "Intel(R) Ethernet Connection (7) I219-V-QoS Packet Scheduler-0000",
    "id": "{04302ED4-220B-11EE-9152-806E6F6E6963}"
  }
]