Retrieve Next Hop Bundles

Retrieve next hop bundles

GET https://<NSP Server>:8543/sdn/api/v4/steering/next-hop-bundle

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": [
    {
      "id": "2d9ae072-4bf1-4b05-a883-19082c4fbff8",
      "name": "NH Bundle 1",
      "nextHopIpAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": "200.200.200.1"
        }
      },
      "nextHopRouterIpAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": "135.121.149.93"
        }
      },
      "isVip": true
    }
  ]
}