X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.others.swagger.json;h=f6b48fbb35d7a34e30e7d1b719bb1f75e8d53904;hb=6064cbde7436bfcba7407b307d390fcdfd045339;hp=9be74901807256fccbc22bb98df99ef1ba03480b;hpb=7b9e5905ddc78b76783dd948fb179ed6f581405a;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.others.swagger.json b/lcm/swagger/vfc.others.swagger.json index 9be74901..f6b48fbb 100644 --- a/lcm/swagger/vfc.others.swagger.json +++ b/lcm/swagger/vfc.others.swagger.json @@ -108,7 +108,40 @@ } } } + }, + "/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": "" + } + } } + } }, "definitions": { @@ -120,9 +153,20 @@ } } }, - - - + "JobProgressRequest": { + "type": "object", + "properties": { + "progress": { + "type": "string" + }, + "desc": { + "type": "string" + }, + "errcode": { + "type": "string" + } + } + }, "TableInfo": { "type": "object", "properties": {