Add ports to monitored router

Add ports to a monitored router bound to a Network Element

POST https://<NSP Server>:8543/sdn/api/v4/steering/monitored-router/dd62c36f-6343-4e0b-93f4-3f2ca6869cb8/ports

Request:

{
  "data": [
    {
      "portId": "2614-6e00dcc3-e803-49d5-a1cc-8d3db7f38c0f"
    }
  ]
}

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": [
    {
      "id": "6d8047c7-3c13-4682-aa96-184e70383b76",
      "monitoredRouterId": "dd62c36f-6343-4e0b-93f4-3f2ca6869cb8",
      "portId": "2614-6e00dcc3-e803-49d5-a1cc-8d3db7f38c0f",
      "neId": "1536-65f5928f-863c-458f-ad90-487f24648993",
      "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",
      "operationalState": "DOWN",
      "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
    }
  ]
}