X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.others.swagger.json;fp=lcm%2Fswagger%2Fvfc.others.swagger.json;h=16d70c0b1443d19a22297a77693d41f43bd5ce61;hb=5ab315f97965decc438a1b058881c3b9f6ef0669;hp=fe0bc826837c55d9e650efa97666f7e4e940ff2e;hpb=d4d9f19a30092bdf1df6aabe5b66855b000dbc66;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.others.swagger.json b/lcm/swagger/vfc.others.swagger.json index fe0bc826..16d70c0b 100644 --- a/lcm/swagger/vfc.others.swagger.json +++ b/lcm/swagger/vfc.others.swagger.json @@ -48,76 +48,6 @@ } } }, - "/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" - } - }, - "404": { - "description": "URL not found" - }, - "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" - } - } - } - }, "/jobs/{jobId}": { "post": { "tags": [ @@ -178,14 +108,6 @@ "type": "string" } } - }, - "TableInfo": { - "type": "object", - "properties": { - "count": { - "type": "string" - } - } } } } \ No newline at end of file