X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.vnfdriver.swagger.json;fp=lcm%2Fswagger%2Fvfc.vnfdriver.swagger.json;h=54d8f6401f240022c4beca2af11bbe9a8b8af894;hb=0c8058270469ad6184ec1ad86f7903e4b7397c7d;hp=d1db6845f54335b9db4bbfc873b728cf6c9d4134;hpb=7bab11e3895646560fdd4c89e35aba47d4d61a5b;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json index d1db6845..54d8f640 100644 --- a/lcm/swagger/vfc.vnfdriver.swagger.json +++ b/lcm/swagger/vfc.vnfdriver.swagger.json @@ -693,49 +693,17 @@ "vim": { "type": "object", "properties": { - "vimInfoId": { + "vimid": { "type": "string" }, - "vimId": { - "type": "string" - }, - "interfaceInfo": { - "type": "object", - "properties": { - "vimType": { - "type": "string", - "description": "The vim Type value wil be openstack" - }, - "apiVersion": { - "type": "string", - "description": "The api Version Type value will be " - }, - "protocolType": { - "type": "string", - "description": "The protocol Type value will be http or https" - } - } - }, - "accessInfo": { + "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" } } }