Get all Tunnel Selection Policies

Retrieve a list of all Tunnel Selection policies

GET https://<NSP Server>:8543/sdn/api/v3/policy/tunnel-selections

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 0,
  "totalRows": 2,
  "data": [
    {
      "id": "4730034d-248a-46ca-96d9-ee83daa81234",
      "appId": null,
      "name": "default_tunnel_selection",
      "objectDescription": "default Tunnel Selection Template",
      "canUseExistingTunnel": true,
      "canResizeExistingTunnel": true,
      "canRebindTunnel": true,
      "canCreateNewTunnel": true,
      "shouldAvoidOperStateDown": true,
      "pccInitiatedLspEnabled": false,
      "strictRsvpPriority": 0,
      "looseRsvpPriority": 0,
      "bgpPriority": 0,
      "ldpPriority": 0,
      "grePriority": 0,
      "erpPriority": 0,
      "oduPriority": 0,
      "steeringParametersIncluded": [],
      "steeringParametersExcluded": []
    },
    {
      "id": "0c1951fa-dd49-4210-ad32-ebf90d9ddefa",
      "appId": null,
      "name": "RSVP_priority_tunnels",
      "objectDescription": "Prioritize RSVP tunnels over other tunnel types.  Exclude GRE tunnels.",
      "canUseExistingTunnel": true,
      "canResizeExistingTunnel": true,
      "canRebindTunnel": true,
      "canCreateNewTunnel": true,
      "shouldAvoidOperStateDown": true,
      "pccInitiatedLspEnabled": true,
      "strictRsvpPriority": 1,
      "looseRsvpPriority": 2,
      "bgpPriority": 5,
      "ldpPriority": 3,
      "grePriority": -1,
      "erpPriority": 0,
      "oduPriority": 0,
      "steeringParametersIncluded": [],
      "steeringParametersExcluded": []
    }
  ]
}