X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.others.swagger.json;h=16d70c0b1443d19a22297a77693d41f43bd5ce61;hb=d8b854adbb553d1462f87e861cb5bb715e6a3d1d;hp=f6b48fbb35d7a34e30e7d1b719bb1f75e8d53904;hpb=538871695bdd5e55a8a3fdf4886bd804c19f3f87;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.others.swagger.json b/lcm/swagger/vfc.others.swagger.json index f6b48fbb..16d70c0b 100644 --- a/lcm/swagger/vfc.others.swagger.json +++ b/lcm/swagger/vfc.others.swagger.json @@ -41,70 +41,9 @@ "responses": { "202": { "description": "" - } - } - } - }, - "/mandb/{modelName}": { - "get": { - "tags": [ - "db" - ], - "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" - } }, - "500": { - "description": "the url is invalid" - } - } - }, - "delete": { - "tags": [ - "db" - ], - "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" } } } @@ -138,6 +77,9 @@ "responses": { "202": { "description": "" + }, + "404": { + "description": "URL not found" } } } @@ -166,14 +108,6 @@ "type": "string" } } - }, - "TableInfo": { - "type": "object", - "properties": { - "count": { - "type": "string" - } - } } } } \ No newline at end of file