aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-01-03 10:17:42 +0100
committerDenes Nemeth <denes.nemeth@nokia.com>2018-01-03 10:18:46 +0100
commita3a6b394f5e4c24b49ac57c013f9e28d5e1c576b (patch)
tree1a80964ce55f4b6e81b4e4a2d814fb6d6aef8ece
parent45379424cdd43443dcad1659a4858cf8cb48d02b (diff)
add description to the additional data section
Change-Id: Ieda370a57d53848867282885874b61c841fd0cc8 Issue-ID: VFC-604 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
-rw-r--r--lcm/swagger/vfc.vnfdriver.swagger.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json
index 49d032ef..52f94c5e 100644
--- a/lcm/swagger/vfc.vnfdriver.swagger.json
+++ b/lcm/swagger/vfc.vnfdriver.swagger.json
@@ -683,7 +683,7 @@
},
"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"
}
}
},
@@ -701,7 +701,7 @@
"properties": {
"tenant": {
"type": "string",
- "description": "Tenant Name of tenant"
+ "description": "The name of the tenant"
}
}
}
@@ -943,7 +943,8 @@
}
},
"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."
}
}
},
@@ -964,7 +965,6 @@
}
}
},
-
"VnfInstantiateResponse": {
"type": "object",
"properties": {