Get all RD-RT Ranges Policies

Retrieve a list of all L3VPN RT/RD range policies

GET https://<NSP Server>:8543/sdn/api/v4/policy/rd-rt-ranges

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 0,
  "totalRows": 1,
  "data": [
    {
      "id": "63d4af3c-6134-4f14-9059-a614d2b956cc",
      "appId": null,
      "name": "default_rd_rt_range",
      "objectDescription": "default RD RT Range Policy. Note when using provider AS, RD or RT type will be either type 0 or type 2 inferred from AS value.",
      "rdType": 0,
      "networkASForRd": true,
      "rdAS": 1,
      "minAssignedForRd": 0,
      "maxAssignedForRd": 4294967295,
      "rtType": 0,
      "networkASForRt": true,
      "rtAS": 0,
      "minAssignedForRt": 0,
      "maxAssignedForRt": 4294967295
    }
  ]
}