Create a monitored router

Create a monitored router bound to a Network Element

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

Request:

{
  "data": {
    "asDatapathId": "0x00012A5DFF000000",
    "asTableId": 0,
    "neId": "1536-65f5928f-863c-458f-ad90-487f24648993",
    "vipDatapathId": "0x00022A5DFF000000",
    "vipTableId": 0
  }
}

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "dd62c36f-6343-4e0b-93f4-3f2ca6869cb8",
    "neId": "1536-65f5928f-863c-458f-ad90-487f24648993",
    "name": "B-22.22.22.22",
    "externalId": "network:22.22.22.22",
    "asDatapathId": "0x00012A5DFF000000",
    "asTableId": 0,
    "vipDatapathId": "0x00022A5DFF000000",
    "vipTableId": 0,
    "routerIpAddress": {
      "ipv6Address": null,
      "ipv4Address": {
        "string": "22.22.22.22"
      }
    },
    "highUtilizationPortCount": 0,
    "monitoredPortCount": 0,
    "steeredAsCount": 0,
    "steeredVipCustomerCount": 0
  }
}