X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.db.swagger.json;fp=lcm%2Fswagger%2Fvfc.db.swagger.json;h=0000000000000000000000000000000000000000;hb=7bf50435745fcd5a30dc5d8e6f36bf59eac33398;hp=fde55d320a37e5ca49a4db16b6044dfcda3d5137;hpb=d4076143a8c36f2440f5ec425b5e1759692fe057;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.db.swagger.json b/lcm/swagger/vfc.db.swagger.json deleted file mode 100644 index fde55d32..00000000 --- a/lcm/swagger/vfc.db.swagger.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "1.0.0", - "title": "ONAP VFC Service Internal DB Rest API" - }, - "basePath": "/api/nslcm/v1", - "paths": { - "/mandb/{modelName}": { - "get": { - "tags": [ - "Database" - ], - "summary": "query ns table info", - "description": "query ns table info", - "operationId": "query_ns_table", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "required": true, - "type": "string", - "description": "model Name.", - "name": "modelName", - "in": "path" - } - ], - "responses": { - "200": { - "description": "successful operation", - "schema": { - "$ref": "#/definitions/TableInfo" - } - }, - "404": { - "description": "URL not found" - }, - "500": { - "description": "the url is invalid" - } - } - }, - "delete": { - "tags": [ - "Database" - ], - "summary": "ns table delete", - "description": "ns table delete", - "operationId": "ns_table_delete", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "required": true, - "type": "string", - "description": "model Name.", - "name": "modelName", - "in": "path" - } - ], - "responses": { - "204": { - "description": "The tables were deleted successfully." - }, - "404": { - "description": "URL not found" - } - } - } - } - }, - "definitions": { - "TableInfo": { - "type": "object", - "properties": { - "count": { - "type": "string" - } - } - } - } -} \ No newline at end of file