29 Network Controllers

29.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 30.103.1. For the JSON schema refer to section 30.103.2.

Example

GET http://127.0.0.1:8888/api/networkControllers/get?version=0
HTTP Response
HTTP/1.1 200 OK
HTTP Response Body
[
  {
    "displayName": "Amazon Chime 2",
    "id": "4cba723e-1db0-4a91-80a5-e8f91bbd15f7",
    "interface": "Software Loopback Interface 1"
  },
  {
    "displayName": "Telstra EP (SIP Connect)",
    "id": "5c83deec-e9bc-4a68-9e84-e0bea793ce47",
    "interface": "Software Loopback Interface 1"
  }
]