Modify Tunnel Creation Policy

Modify the tunnel creation policy using. Use the UUID from the Get Tunnel Creation Policy procedure.

PUT https://<NSP Server>:8543/sdn/api/v4/template/tunnel-creations/d26ec3d2-5a44-4d05-8208-782f45579741

Request:

{
  "data": {
    "appId": null,
    "name": "default_tunnel_creation",
    "objectDescription": "",
    "consumable": true,
    "deletable": false,
    "modifiable": true,
    "id": "d26ec3d2-5a44-4d05-8208-782f45579741",
    "protection": false,
    "protectionType": "SECONDARY"
  }
}

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 0,
  "totalRows": 0,
  "data": true
}