add description to the additional data section 51/27251/1
authorDenes Nemeth <denes.nemeth@nokia.com>
Wed, 3 Jan 2018 09:17:42 +0000 (10:17 +0100)
committerDenes Nemeth <denes.nemeth@nokia.com>
Wed, 3 Jan 2018 09:18:46 +0000 (10:18 +0100)
Change-Id: Ieda370a57d53848867282885874b61c841fd0cc8
Issue-ID: VFC-604
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
lcm/swagger/vfc.vnfdriver.swagger.json

index 49d032e..52f94c5 100644 (file)
         },
         "additionalParam": {
           "type": "object",
-          "description": "The data type is KeyValuePair. Additional parameters passed by the NFVO, specific to the VNF and the LCM operation."
+          "description": "Additional parameters passed to the NFVO, specific to the VNF and the LCM operation. The currently interpreted keys are the following: vimId"
         }
       }
     },
               "properties": {
                 "tenant": {
                   "type": "string",
-                  "description": "Tenant Name of tenant"
+                  "description": "The name of the tenant"
                 }
               }
             }
           }
         },
         "additionalParam": {
-          "type": "object"
+          "type": "object",
+          "description": "Additional parameters passed to the VNFM. The vimId may be passed in the additional parameter section by the NFVO to VNFM."
         }
       }
     },
           }
         }
     },
-            
     "VnfInstantiateResponse": {
       "type": "object",
       "properties": {