26 Network Controllers

26.1 Get

GET https://<HOST>:<PORT>/api/networkControllers/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 NetworkController JSON objects. A description for its fields is at section 27.79.1. For the JSON schema refer to section 27.79.2.

Example

GET http://127.0.0.1:8110/api/networkControllers/get?version=0
HTTP Response Body
[
  {
    "displayName": "Amazon Chime",
    "id": "4fdf366a-fe66-48dd-99ec-783621b11370",
    "interface": "Software Loopback Interface 1"
  },
  {
    "displayName": "Speedcom AG - SpeedVoice",
    "id": "858815f4-3f0c-4b19-ae54-82da427e1935",
    "interface": "Software Loopback Interface 1"
  }
]