Create a monitored router

Create a monitored router bound to a Network Element

POST https://<NSP Server>:8543/sdn/api/v3/steering/monitored-router

Request:

{
  "data": {
    "asDatapathId": "0x000128BBFF000000",
    "asTableId": 0,
    "neId": "1622-0926d123-7489-4162-88bc-c4ada81c22d6",
    "vipDatapathId": "0x000228BBFF000000",
    "vipTableId": 0
  }
}

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "a0cfc84e-6add-4766-ac0b-5375189f5171",
    "neId": "1622-0926d123-7489-4162-88bc-c4ada81c22d6",
    "name": "B-22.22.22.22",
    "externalId": "network:22.22.22.22",
    "asDatapathId": "0x000128BBFF000000",
    "asTableId": 0,
    "vipDatapathId": "0x000228BBFF000000",
    "vipTableId": 0,
    "routerIpAddress": {
      "ipv6Address": null,
      "ipv4Address": {
        "string": "22.22.22.22"
      }
    },
    "highUtilizationPortCount": 0,
    "monitoredPortCount": 0,
    "steeredAsCount": 0,
    "steeredVipCustomerCount": 0
  }
}