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=0000000000000000000000000000000000000000;hb=7bf50435745fcd5a30dc5d8e6f36bf59eac33398;hp=16d70c0b1443d19a22297a77693d41f43bd5ce61;hpb=d4076143a8c36f2440f5ec425b5e1759692fe057;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.others.swagger.json b/lcm/swagger/vfc.others.swagger.json deleted file mode 100644 index 16d70c0b..00000000 --- a/lcm/swagger/vfc.others.swagger.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "1.0.0", - "title": "ONAP VFC Service Internal Rest API" - }, - "basePath": "/api/nslcm/v1", - "paths": { - "/ns/{nsInstanceId}/postdeal": { - "post": { - "tags": [ - "postdeal" - ], - "summary": "ns postdeal", - "description": "", - "operationId": "ns_postdeal", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "required": true, - "type": "string", - "description": "", - "name": "nsInstanceId", - "in": "path" - }, - { - "in": "body", - "name": "body", - "description": "request param", - "required": true, - "schema": { - "$ref": "#/definitions/NSInstPostDetailRequest" - } - } - ], - "responses": { - "202": { - "description": "" - }, - "404": { - "description": "URL not found" - } - } - } - }, - "/jobs/{jobId}": { - "post": { - "tags": [ - "job" - ], - "summary": "jobstatus", - "description": "", - "operationId": "post_jobprogress", - "parameters": [ - { - "required": true, - "type": "string", - "description": "", - "name": "jobId", - "in": "path" - }, - { - "in": "body", - "name": "body", - "description": "request param", - "required": true, - "schema": { - "$ref": "#/definitions/JobProgressRequest" - } - } - ], - "responses": { - "202": { - "description": "" - }, - "404": { - "description": "URL not found" - } - } - } - } - }, - "definitions": { - - "NSInstPostDetailRequest": { - "type": "object", - "properties": { - "status": { - "type": "string" - } - } - }, - "JobProgressRequest": { - "type": "object", - "properties": { - "progress": { - "type": "string" - }, - "desc": { - "type": "string" - }, - "errcode": { - "type": "string" - } - } - } - } -} \ No newline at end of file