aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Templates/pnf-swug-config-template.vtl
blob: 5e52f67795f1c6bdfcbb75f41ccef6dad44b6551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "ietf-restconf:yang-patch": {
    "patch-id": "patch-1",
    "edit": [
      {
        "edit-id": "edit1",
        "operation": "merge",
        "target": "/",
        "value": {
          "software-upgrade": {
            "upgrade-package": [
              {
                "id": "%id%",
                "action": "%actionName%"
              }
            ]
          }
        }
      }
    ]
  }
}