Fix case for all Software upgrade actions
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / PNF_CDS_RESTCONF / Definitions / PNF_CDS_RESTCONF.json
index 747fd8c..d84fd81 100644 (file)
         "get_input" : "resolution-key"
       }
     },
-    "downloadNESW-properties" : {
+    "downloadNESw-properties" : {
       "resolution-key" : {
         "get_input" : "resolution-key"
       }
     },
-    "activateNESW-properties" : {
+    "activateNESw-properties" : {
       "resolution-key" : {
         "get_input" : "resolution-key"
       }
           }
         }
       },
-      "downloadNESW" : {
+      "downloadNESw" : {
         "steps" : {
           "activate-process" : {
             "description" : "Trigger download new software for sw upgrade",
-            "target" : "downloadNESW",
+            "target" : "downloadNESw",
             "activities" : [ {
               "call_operation" : ""
             } ]
             "required" : true,
             "type" : "string"
           },
-          "downloadNESW-properties" : {
-            "description" : "Dynamic PropertyDefinition for downloadNESW workflow(software-upgrade).",
+          "downloadNESw-properties" : {
+            "description" : "Dynamic PropertyDefinition for downloadNESw workflow(software-upgrade).",
             "required" : true,
-            "type" : "dt-downloadNESW-properties"
+            "type" : "dt-downloadNESw-properties"
           }
         }
       },
-      "activateNESW" : {
+      "activateNESw" : {
         "steps" : {
           "activate-process" : {
             "description" : "Trigger activation of target software version for pnf upgrade",
-            "target" : "activateNESW",
+            "target" : "activateNESw",
             "activities" : [ {
               "call_operation" : ""
             } ]
             "required" : true,
             "type" : "string"
           },
-          "activateNESW-properties" : {
-            "description" : "Dynamic PropertyDefinition for activateNESW workflow(software-upgrade).",
+          "activateNESw-properties" : {
+            "description" : "Dynamic PropertyDefinition for activateNESw workflow(software-upgrade).",
             "required" : true,
-            "type" : "dt-activateNESW-properties"
+            "type" : "dt-activateNESw-properties"
           }
         }
       },
           }
         }
       },
-      "downloadNESW" : {
+      "downloadNESw" : {
         "type" : "component-script-executor",
         "interfaces" : {
           "ComponentScriptExecutor" : {
                 "inputs" : {
                   "script-type" : "kotlin",
                   "script-class-reference" : "cba.pnf.swug.RestconfSoftwareUpgrade",
-                  "dynamic-properties" : "*downloadNESW-properties"
+                  "dynamic-properties" : "*downloadNESw-properties"
                 },
                 "outputs" : {
                   "response-data" : "",
           }
         }
       },
-      "activateNESW" : {
+      "activateNESw" : {
         "type" : "component-script-executor",
         "interfaces" : {
           "ComponentScriptExecutor" : {
                 "inputs" : {
                   "script-type" : "kotlin",
                   "script-class-reference" : "cba.pnf.swug.RestconfSoftwareUpgrade",
-                  "dynamic-properties" : "*activateNESW-properties"
+                  "dynamic-properties" : "*activateNESw-properties"
                 },
                 "outputs" : {
                   "response-data" : "",