summaryrefslogtreecommitdiffstats
path: root/nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'nokiav2/generatedapis/src/main/resources/vfc.vnfdriver.swagger.json')
-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"