summaryrefslogtreecommitdiffstats
path: root/nokiav2/generatedapis/src
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-04-13 00:46:20 +0200
committerDenes Nemeth <denes.nemeth@nokia.com>2018-04-13 00:49:43 +0200
commitb754227da778e1e835336ae39e304ffc8059a009 (patch)
treeeffc31892c2018b0cef20e41b8481e99707557f9 /nokiav2/generatedapis/src
parentb6618c139b786a947efd695b7bc484eac3401642 (diff)
Fix backward compatibility issues
Change-Id: I4f79713050074622e5375096baca64ae52594647 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/generatedapis/src')
-rw-r--r--nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json24
1 files changed, 23 insertions, 1 deletions
diff --git a/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json b/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json
index c9c5fa6d..ceed598c 100644
--- a/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json
+++ b/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json
@@ -697,7 +697,12 @@
"type": "string"
},
"vimId": {
- "type": "string"
+ "type": "string",
+ "description": "The identifier of the VIM"
+ },
+ "vimid": {
+ "type": "string",
+ "description": "Same as vimId (backward incompatible API change https://jira.onap.org/browse/VFC-681)"
},
"interfaceInfo": {
"type": "object",
@@ -733,6 +738,23 @@
}
}
},
+ "accessinfo": {
+ "type": "object",
+ "properties": {
+ "tenant": {
+ "type": "string",
+ "description": "Tenant Name of tenant"
+ },
+ "username": {
+ "type": "string",
+ "description": "Username for login"
+ },
+ "password": {
+ "type": "string",
+ "description": "Password of login user"
+ }
+ }
+ },
"interfaceEndpoint": {
"type": "string",
"description": "Information about the interface endpoint. It is a URL"