Get Tunnel Creation Policy

Get tunnel creation policies in order to find the UUID of the policy to be modified. There can only be exactly one tunnel creation policy. The UUID from the tunnel policy can be used in subsequent procedures to modify it.

GET https://<NSP Server>:8543/sdn/api/v3/template/tunnel-creations

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 0,
  "totalRows": 1,
  "data": [
    {
      "id": "d26ec3d2-5a44-4d05-8208-782f45579741",
      "appId": null,
      "name": "default_tunnel_creation",
      "objectDescription": "default Tunnel Creation Template",
      "deletable": true,
      "consumable": true,
      "modifiable": true,
      "protection": true,
      "protectionType": "STANDBY"
    }
  ]
}