Add ports to monitored router

Add ports to a monitored router bound to a Network Element

POST https://<NSP Server>:8543/sdn/api/v3/steering/monitored-router/a0cfc84e-6add-4766-ac0b-5375189f5171/ports

Request:

{
  "data": [
    {
      "portId": "2508-8a06afc7-6d92-4482-a572-2510d99257ad"
    }
  ]
}

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": [
    {
      "id": "e16cd192-de41-4104-be6a-bc71dffba278",
      "monitoredRouterId": "a0cfc84e-6add-4766-ac0b-5375189f5171",
      "portId": "2508-8a06afc7-6d92-4482-a572-2510d99257ad",
      "neId": "1622-0926d123-7489-4162-88bc-c4ada81c22d6",
      "routerIpAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": "22.22.22.22"
        }
      },
      "name": "Port 1/1/1",
      "externalId": "network:22.22.22.22:shelf-1:cardSlot-1:card:daughterCardSlot-1:daughterCard:port-1",
      "portCapacity": 0,
      "utilization": 0,
      "rising": null,
      "lastThresholdCrossed": 0,
      "lastThresholdCrossedTimestamp": {
        "string": ""
      },
      "nextHopBundleId": null,
      "nextHopIpAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": null
        }
      },
      "nextHopRouterIpAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": null
        }
      },
      "nextHopIsVip": null
    }
  ]
}