update vnf-tosca-lcm.py
[cli.git] / products / onap-dublin / features / vfc / src / main / resources / open-cli-sample / nslcm / vfc-nslcm-get-jobid-schema-moco.json
1
2 [ {
3   "request" : {
4     "method" : "get",
5     "uri" : "/api/nslcm/v1/jobs/NS-NS_INST-330366c3-3a42-4739-9d46-6f468cf7e6ec-a85c262c-8099-11ea-80f5-0227d810af52",
6     "headers" : {
7       "Accept" : "application/json",
8       "Content-Type" : "application/json"
9     }
10   },
11   "response" : {
12     "status" : 200,
13     "json" : {
14       "jobId": "NS-NS_INST-330366c3-3a42-4739-9d46-6f468cf7e6ec-a85c262c-8099-11ea-80f5-0227d810af52",
15       "responseDescriptor": {
16         "status": "finished",
17         "progress": 100,
18         "statusDescription": "Create NS successfully.",
19         "errorCode": "0",
20         "responseId": 8,
21         "responseHistoryList": [
22           {
23             "status": "processing",
24             "progress": 90,
25             "statusDescription": "Start to post deal",
26             "errorCode": "0",
27             "responseId": 7
28           },
29           {
30             "status": "processing",
31             "progress": 70,
32             "statusDescription": "Start to create SFC",
33             "errorCode": "0",
34             "responseId": 6
35           },
36           {
37             "status": "processing",
38             "progress": 50,
39             "statusDescription": "Start to create PNF",
40             "errorCode": "0",
41             "responseId": 5
42           },
43           {
44             "status": "processing",
45             "progress": 30,
46             "statusDescription": "Start to create VNF",
47             "errorCode": "0",
48             "responseId": 4
49           },
50           {
51             "status": "processing",
52             "progress": 10,
53             "statusDescription": "Start to create VL",
54             "errorCode": "0",
55             "responseId": 3
56           },
57           {
58             "status": "processing",
59             "progress": 10,
60             "statusDescription": "NS inst(330366c3-3a42-4739-9d46-6f468cf7e6ec) buildin workflow started.",
61             "errorCode": "0",
62             "responseId": 2
63           },
64           {
65             "status": "processing",
66             "progress": 5,
67             "statusDescription": "Start query nsd(be194bc4-eb04-467c-a4ee-67e43ecbb7ad)",
68             "errorCode": "0",
69             "responseId": 1
70           }
71         ]
72       }
73     }
74   }
75 } ]