Added install and uninstall resolved Lint issue
[ealt-edge.git] / mecm / mepm / applcm / resources / test / MEPM.postman_collection.json
1 {
2         "info": {
3                 "_postman_id": "74738ee4-546f-4424-b29a-870cf0f98349",
4                 "name": "MEPM",
5                 "description": "The ETSI MEC ISG MEC016 UE Application Interface API described using OpenAPI\n\nContact Support:\n Email: cti_support@etsi.org",
6                 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
7         },
8         "item": [
9                 {
10                         "name": "Intefaces",
11                         "item": [
12                                 {
13                                         "name": "Mm3 Interface",
14                                         "item": [
15                                                 {
16                                                         "name": "UploadAppPackage",
17                                                         "request": {
18                                                                 "auth": {
19                                                                         "type": "oauth2"
20                                                                 },
21                                                                 "method": "POST",
22                                                                 "header": [
23                                                                         {
24                                                                                 "key": "Content-Type",
25                                                                                 "value": "multipart/form-data"
26                                                                         },
27                                                                         {
28                                                                                 "key": "",
29                                                                                 "value": "multipart/form-data",
30                                                                                 "type": "text",
31                                                                                 "disabled": true
32                                                                         }
33                                                                 ],
34                                                                 "body": {
35                                                                         "mode": "formdata",
36                                                                         "formdata": [
37                                                                                 {
38                                                                                         "key": "file",
39                                                                                         "type": "file",
40                                                                                         "src": "/home/root1/akriano-mepm/face_reconigition_app.csar"
41                                                                                 }
42                                                                         ],
43                                                                         "options": {
44                                                                                 "raw": {}
45                                                                         }
46                                                                 },
47                                                                 "url": {
48                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_pkgm/v1/app_packages",
49                                                                         "host": [
50                                                                                 "{{baseUrl}}"
51                                                                         ],
52                                                                         "path": [
53                                                                                 "ealtedge",
54                                                                                 "mepm",
55                                                                                 "app_pkgm",
56                                                                                 "v1",
57                                                                                 "app_packages"
58                                                                         ]
59                                                                 },
60                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
61                                                         },
62                                                         "response": [
63                                                                 {
64                                                                         "name": "No Content.",
65                                                                         "originalRequest": {
66                                                                                 "method": "PUT",
67                                                                                 "header": [],
68                                                                                 "url": {
69                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
70                                                                                         "host": [
71                                                                                                 "{{baseUrl}}"
72                                                                                         ],
73                                                                                         "path": [
74                                                                                                 "app_contexts",
75                                                                                                 ":contextId"
76                                                                                         ],
77                                                                                         "variable": [
78                                                                                                 {
79                                                                                                         "key": "contextId"
80                                                                                                 }
81                                                                                         ]
82                                                                                 }
83                                                                         },
84                                                                         "status": "No Content",
85                                                                         "code": 204,
86                                                                         "_postman_previewlanguage": "text",
87                                                                         "header": [
88                                                                                 {
89                                                                                         "key": "Content-Type",
90                                                                                         "value": "text/plain"
91                                                                                 }
92                                                                         ],
93                                                                         "cookie": [],
94                                                                         "body": ""
95                                                                 },
96                                                                 {
97                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
98                                                                         "originalRequest": {
99                                                                                 "method": "PUT",
100                                                                                 "header": [],
101                                                                                 "url": {
102                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
103                                                                                         "host": [
104                                                                                                 "{{baseUrl}}"
105                                                                                         ],
106                                                                                         "path": [
107                                                                                                 "app_contexts",
108                                                                                                 ":contextId"
109                                                                                         ],
110                                                                                         "variable": [
111                                                                                                 {
112                                                                                                         "key": "contextId"
113                                                                                                 }
114                                                                                         ]
115                                                                                 }
116                                                                         },
117                                                                         "status": "Unauthorized",
118                                                                         "code": 401,
119                                                                         "_postman_previewlanguage": "json",
120                                                                         "header": [
121                                                                                 {
122                                                                                         "key": "Content-Type",
123                                                                                         "value": "application/problem+json"
124                                                                                 }
125                                                                         ],
126                                                                         "cookie": [],
127                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
128                                                                 },
129                                                                 {
130                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
131                                                                         "originalRequest": {
132                                                                                 "method": "PUT",
133                                                                                 "header": [],
134                                                                                 "url": {
135                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
136                                                                                         "host": [
137                                                                                                 "{{baseUrl}}"
138                                                                                         ],
139                                                                                         "path": [
140                                                                                                 "app_contexts",
141                                                                                                 ":contextId"
142                                                                                         ],
143                                                                                         "variable": [
144                                                                                                 {
145                                                                                                         "key": "contextId"
146                                                                                                 }
147                                                                                         ]
148                                                                                 }
149                                                                         },
150                                                                         "status": "Bad Request",
151                                                                         "code": 400,
152                                                                         "_postman_previewlanguage": "json",
153                                                                         "header": [
154                                                                                 {
155                                                                                         "key": "Content-Type",
156                                                                                         "value": "application/problem+json"
157                                                                                 }
158                                                                         ],
159                                                                         "cookie": [],
160                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
161                                                                 },
162                                                                 {
163                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
164                                                                         "originalRequest": {
165                                                                                 "method": "PUT",
166                                                                                 "header": [],
167                                                                                 "url": {
168                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
169                                                                                         "host": [
170                                                                                                 "{{baseUrl}}"
171                                                                                         ],
172                                                                                         "path": [
173                                                                                                 "app_contexts",
174                                                                                                 ":contextId"
175                                                                                         ],
176                                                                                         "variable": [
177                                                                                                 {
178                                                                                                         "key": "contextId"
179                                                                                                 }
180                                                                                         ]
181                                                                                 }
182                                                                         },
183                                                                         "status": "Not Found",
184                                                                         "code": 404,
185                                                                         "_postman_previewlanguage": "json",
186                                                                         "header": [
187                                                                                 {
188                                                                                         "key": "Content-Type",
189                                                                                         "value": "application/problem+json"
190                                                                                 }
191                                                                         ],
192                                                                         "cookie": [],
193                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
194                                                                 },
195                                                                 {
196                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
197                                                                         "originalRequest": {
198                                                                                 "method": "PUT",
199                                                                                 "header": [],
200                                                                                 "url": {
201                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
202                                                                                         "host": [
203                                                                                                 "{{baseUrl}}"
204                                                                                         ],
205                                                                                         "path": [
206                                                                                                 "app_contexts",
207                                                                                                 ":contextId"
208                                                                                         ],
209                                                                                         "variable": [
210                                                                                                 {
211                                                                                                         "key": "contextId"
212                                                                                                 }
213                                                                                         ]
214                                                                                 }
215                                                                         },
216                                                                         "status": "Forbidden",
217                                                                         "code": 403,
218                                                                         "_postman_previewlanguage": "json",
219                                                                         "header": [
220                                                                                 {
221                                                                                         "key": "Content-Type",
222                                                                                         "value": "application/problem+json"
223                                                                                 }
224                                                                         ],
225                                                                         "cookie": [],
226                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
227                                                                 }
228                                                         ]
229                                                 },
230                                                 {
231                                                         "name": "QueryAppPkg user->MEPM",
232                                                         "protocolProfileBehavior": {
233                                                                 "disableBodyPruning": true
234                                                         },
235                                                         "request": {
236                                                                 "auth": {
237                                                                         "type": "oauth2"
238                                                                 },
239                                                                 "method": "GET",
240                                                                 "header": [
241                                                                         {
242                                                                                 "key": "Content-Type",
243                                                                                 "value": "multipart/form-data"
244                                                                         },
245                                                                         {
246                                                                                 "key": "",
247                                                                                 "type": "text",
248                                                                                 "value": "multipart/form-data",
249                                                                                 "disabled": true
250                                                                         }
251                                                                 ],
252                                                                 "body": {
253                                                                         "mode": "formdata",
254                                                                         "formdata": [
255                                                                                 {
256                                                                                         "key": "file",
257                                                                                         "type": "file",
258                                                                                         "src": "/home/root1/akriano-mepm/face_reconigition_app.csar"
259                                                                                 }
260                                                                         ],
261                                                                         "options": {
262                                                                                 "raw": {}
263                                                                         }
264                                                                 },
265                                                                 "url": {
266                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_pkgm/v1/app_packages/b1bb0ce7-ebca-4fa7-95ed-4840d70a1177",
267                                                                         "host": [
268                                                                                 "{{baseUrl}}"
269                                                                         ],
270                                                                         "path": [
271                                                                                 "ealtedge",
272                                                                                 "mepm",
273                                                                                 "app_pkgm",
274                                                                                 "v1",
275                                                                                 "app_packages",
276                                                                                 "b1bb0ce7-ebca-4fa7-95ed-4840d70a1177"
277                                                                         ]
278                                                                 },
279                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
280                                                         },
281                                                         "response": [
282                                                                 {
283                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
284                                                                         "originalRequest": {
285                                                                                 "method": "PUT",
286                                                                                 "header": [],
287                                                                                 "url": {
288                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
289                                                                                         "host": [
290                                                                                                 "{{baseUrl}}"
291                                                                                         ],
292                                                                                         "path": [
293                                                                                                 "app_contexts",
294                                                                                                 ":contextId"
295                                                                                         ],
296                                                                                         "variable": [
297                                                                                                 {
298                                                                                                         "key": "contextId"
299                                                                                                 }
300                                                                                         ]
301                                                                                 }
302                                                                         },
303                                                                         "status": "Bad Request",
304                                                                         "code": 400,
305                                                                         "_postman_previewlanguage": "json",
306                                                                         "header": [
307                                                                                 {
308                                                                                         "key": "Content-Type",
309                                                                                         "value": "application/problem+json"
310                                                                                 }
311                                                                         ],
312                                                                         "cookie": [],
313                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
314                                                                 },
315                                                                 {
316                                                                         "name": "No Content.",
317                                                                         "originalRequest": {
318                                                                                 "method": "PUT",
319                                                                                 "header": [],
320                                                                                 "url": {
321                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
322                                                                                         "host": [
323                                                                                                 "{{baseUrl}}"
324                                                                                         ],
325                                                                                         "path": [
326                                                                                                 "app_contexts",
327                                                                                                 ":contextId"
328                                                                                         ],
329                                                                                         "variable": [
330                                                                                                 {
331                                                                                                         "key": "contextId"
332                                                                                                 }
333                                                                                         ]
334                                                                                 }
335                                                                         },
336                                                                         "status": "No Content",
337                                                                         "code": 204,
338                                                                         "_postman_previewlanguage": "text",
339                                                                         "header": [
340                                                                                 {
341                                                                                         "key": "Content-Type",
342                                                                                         "value": "text/plain"
343                                                                                 }
344                                                                         ],
345                                                                         "cookie": [],
346                                                                         "body": ""
347                                                                 },
348                                                                 {
349                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
350                                                                         "originalRequest": {
351                                                                                 "method": "PUT",
352                                                                                 "header": [],
353                                                                                 "url": {
354                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
355                                                                                         "host": [
356                                                                                                 "{{baseUrl}}"
357                                                                                         ],
358                                                                                         "path": [
359                                                                                                 "app_contexts",
360                                                                                                 ":contextId"
361                                                                                         ],
362                                                                                         "variable": [
363                                                                                                 {
364                                                                                                         "key": "contextId"
365                                                                                                 }
366                                                                                         ]
367                                                                                 }
368                                                                         },
369                                                                         "status": "Unauthorized",
370                                                                         "code": 401,
371                                                                         "_postman_previewlanguage": "json",
372                                                                         "header": [
373                                                                                 {
374                                                                                         "key": "Content-Type",
375                                                                                         "value": "application/problem+json"
376                                                                                 }
377                                                                         ],
378                                                                         "cookie": [],
379                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
380                                                                 },
381                                                                 {
382                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
383                                                                         "originalRequest": {
384                                                                                 "method": "PUT",
385                                                                                 "header": [],
386                                                                                 "url": {
387                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
388                                                                                         "host": [
389                                                                                                 "{{baseUrl}}"
390                                                                                         ],
391                                                                                         "path": [
392                                                                                                 "app_contexts",
393                                                                                                 ":contextId"
394                                                                                         ],
395                                                                                         "variable": [
396                                                                                                 {
397                                                                                                         "key": "contextId"
398                                                                                                 }
399                                                                                         ]
400                                                                                 }
401                                                                         },
402                                                                         "status": "Forbidden",
403                                                                         "code": 403,
404                                                                         "_postman_previewlanguage": "json",
405                                                                         "header": [
406                                                                                 {
407                                                                                         "key": "Content-Type",
408                                                                                         "value": "application/problem+json"
409                                                                                 }
410                                                                         ],
411                                                                         "cookie": [],
412                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
413                                                                 },
414                                                                 {
415                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
416                                                                         "originalRequest": {
417                                                                                 "method": "PUT",
418                                                                                 "header": [],
419                                                                                 "url": {
420                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
421                                                                                         "host": [
422                                                                                                 "{{baseUrl}}"
423                                                                                         ],
424                                                                                         "path": [
425                                                                                                 "app_contexts",
426                                                                                                 ":contextId"
427                                                                                         ],
428                                                                                         "variable": [
429                                                                                                 {
430                                                                                                         "key": "contextId"
431                                                                                                 }
432                                                                                         ]
433                                                                                 }
434                                                                         },
435                                                                         "status": "Not Found",
436                                                                         "code": 404,
437                                                                         "_postman_previewlanguage": "json",
438                                                                         "header": [
439                                                                                 {
440                                                                                         "key": "Content-Type",
441                                                                                         "value": "application/problem+json"
442                                                                                 }
443                                                                         ],
444                                                                         "cookie": [],
445                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
446                                                                 }
447                                                         ]
448                                                 },
449                                                 {
450                                                         "name": "DeleteAppPackage user->MEPM",
451                                                         "request": {
452                                                                 "auth": {
453                                                                         "type": "oauth2"
454                                                                 },
455                                                                 "method": "DELETE",
456                                                                 "header": [
457                                                                         {
458                                                                                 "key": "Content-Type",
459                                                                                 "value": "multipart/form-data"
460                                                                         },
461                                                                         {
462                                                                                 "key": "",
463                                                                                 "type": "text",
464                                                                                 "value": "multipart/form-data",
465                                                                                 "disabled": true
466                                                                         }
467                                                                 ],
468                                                                 "body": {
469                                                                         "mode": "formdata",
470                                                                         "formdata": [
471                                                                                 {
472                                                                                         "key": "file",
473                                                                                         "type": "file",
474                                                                                         "src": "/home/root1/akriano-mepm/face_reconigition_app.csar"
475                                                                                 }
476                                                                         ],
477                                                                         "options": {
478                                                                                 "raw": {}
479                                                                         }
480                                                                 },
481                                                                 "url": {
482                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_pkgm/v1/app_packages/b1bb0ce7-ebca-4fa7-95ed-4840d70a1177",
483                                                                         "host": [
484                                                                                 "{{baseUrl}}"
485                                                                         ],
486                                                                         "path": [
487                                                                                 "ealtedge",
488                                                                                 "mepm",
489                                                                                 "app_pkgm",
490                                                                                 "v1",
491                                                                                 "app_packages",
492                                                                                 "b1bb0ce7-ebca-4fa7-95ed-4840d70a1177"
493                                                                         ]
494                                                                 },
495                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
496                                                         },
497                                                         "response": [
498                                                                 {
499                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
500                                                                         "originalRequest": {
501                                                                                 "method": "PUT",
502                                                                                 "header": [],
503                                                                                 "url": {
504                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
505                                                                                         "host": [
506                                                                                                 "{{baseUrl}}"
507                                                                                         ],
508                                                                                         "path": [
509                                                                                                 "app_contexts",
510                                                                                                 ":contextId"
511                                                                                         ],
512                                                                                         "variable": [
513                                                                                                 {
514                                                                                                         "key": "contextId"
515                                                                                                 }
516                                                                                         ]
517                                                                                 }
518                                                                         },
519                                                                         "status": "Bad Request",
520                                                                         "code": 400,
521                                                                         "_postman_previewlanguage": "json",
522                                                                         "header": [
523                                                                                 {
524                                                                                         "key": "Content-Type",
525                                                                                         "value": "application/problem+json"
526                                                                                 }
527                                                                         ],
528                                                                         "cookie": [],
529                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
530                                                                 },
531                                                                 {
532                                                                         "name": "No Content.",
533                                                                         "originalRequest": {
534                                                                                 "method": "PUT",
535                                                                                 "header": [],
536                                                                                 "url": {
537                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
538                                                                                         "host": [
539                                                                                                 "{{baseUrl}}"
540                                                                                         ],
541                                                                                         "path": [
542                                                                                                 "app_contexts",
543                                                                                                 ":contextId"
544                                                                                         ],
545                                                                                         "variable": [
546                                                                                                 {
547                                                                                                         "key": "contextId"
548                                                                                                 }
549                                                                                         ]
550                                                                                 }
551                                                                         },
552                                                                         "status": "No Content",
553                                                                         "code": 204,
554                                                                         "_postman_previewlanguage": "text",
555                                                                         "header": [
556                                                                                 {
557                                                                                         "key": "Content-Type",
558                                                                                         "value": "text/plain"
559                                                                                 }
560                                                                         ],
561                                                                         "cookie": [],
562                                                                         "body": ""
563                                                                 },
564                                                                 {
565                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
566                                                                         "originalRequest": {
567                                                                                 "method": "PUT",
568                                                                                 "header": [],
569                                                                                 "url": {
570                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
571                                                                                         "host": [
572                                                                                                 "{{baseUrl}}"
573                                                                                         ],
574                                                                                         "path": [
575                                                                                                 "app_contexts",
576                                                                                                 ":contextId"
577                                                                                         ],
578                                                                                         "variable": [
579                                                                                                 {
580                                                                                                         "key": "contextId"
581                                                                                                 }
582                                                                                         ]
583                                                                                 }
584                                                                         },
585                                                                         "status": "Unauthorized",
586                                                                         "code": 401,
587                                                                         "_postman_previewlanguage": "json",
588                                                                         "header": [
589                                                                                 {
590                                                                                         "key": "Content-Type",
591                                                                                         "value": "application/problem+json"
592                                                                                 }
593                                                                         ],
594                                                                         "cookie": [],
595                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
596                                                                 },
597                                                                 {
598                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
599                                                                         "originalRequest": {
600                                                                                 "method": "PUT",
601                                                                                 "header": [],
602                                                                                 "url": {
603                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
604                                                                                         "host": [
605                                                                                                 "{{baseUrl}}"
606                                                                                         ],
607                                                                                         "path": [
608                                                                                                 "app_contexts",
609                                                                                                 ":contextId"
610                                                                                         ],
611                                                                                         "variable": [
612                                                                                                 {
613                                                                                                         "key": "contextId"
614                                                                                                 }
615                                                                                         ]
616                                                                                 }
617                                                                         },
618                                                                         "status": "Forbidden",
619                                                                         "code": 403,
620                                                                         "_postman_previewlanguage": "json",
621                                                                         "header": [
622                                                                                 {
623                                                                                         "key": "Content-Type",
624                                                                                         "value": "application/problem+json"
625                                                                                 }
626                                                                         ],
627                                                                         "cookie": [],
628                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
629                                                                 },
630                                                                 {
631                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
632                                                                         "originalRequest": {
633                                                                                 "method": "PUT",
634                                                                                 "header": [],
635                                                                                 "url": {
636                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
637                                                                                         "host": [
638                                                                                                 "{{baseUrl}}"
639                                                                                         ],
640                                                                                         "path": [
641                                                                                                 "app_contexts",
642                                                                                                 ":contextId"
643                                                                                         ],
644                                                                                         "variable": [
645                                                                                                 {
646                                                                                                         "key": "contextId"
647                                                                                                 }
648                                                                                         ]
649                                                                                 }
650                                                                         },
651                                                                         "status": "Not Found",
652                                                                         "code": 404,
653                                                                         "_postman_previewlanguage": "json",
654                                                                         "header": [
655                                                                                 {
656                                                                                         "key": "Content-Type",
657                                                                                         "value": "application/problem+json"
658                                                                                 }
659                                                                         ],
660                                                                         "cookie": [],
661                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
662                                                                 }
663                                                         ]
664                                                 },
665                                                 {
666                                                         "name": "CreateAppinstance MEO->MEPM",
667                                                         "request": {
668                                                                 "auth": {
669                                                                         "type": "oauth2"
670                                                                 },
671                                                                 "method": "POST",
672                                                                 "header": [
673                                                                         {
674                                                                                 "key": "Content-Type",
675                                                                                 "value": "application/json"
676                                                                         }
677                                                                 ],
678                                                                 "body": {
679                                                                         "mode": "raw",
680                                                                         "raw": "{\n  \"appDId\": \"b1bb0ce7-ebca-4fa7-95ed-4840d70a1177\",\n  \"appInstancename\": \"abc\",\n  \"appInstanceDescriptor\": \"ID1\"\n}",
681                                                                         "options": {
682                                                                                 "raw": {}
683                                                                         }
684                                                                 },
685                                                                 "url": {
686                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_lcm/v1/app_instances",
687                                                                         "host": [
688                                                                                 "{{baseUrl}}"
689                                                                         ],
690                                                                         "path": [
691                                                                                 "ealtedge",
692                                                                                 "mepm",
693                                                                                 "app_lcm",
694                                                                                 "v1",
695                                                                                 "app_instances"
696                                                                         ]
697                                                                 },
698                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
699                                                         },
700                                                         "response": [
701                                                                 {
702                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
703                                                                         "originalRequest": {
704                                                                                 "method": "PUT",
705                                                                                 "header": [],
706                                                                                 "url": {
707                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
708                                                                                         "host": [
709                                                                                                 "{{baseUrl}}"
710                                                                                         ],
711                                                                                         "path": [
712                                                                                                 "app_contexts",
713                                                                                                 ":contextId"
714                                                                                         ],
715                                                                                         "variable": [
716                                                                                                 {
717                                                                                                         "key": "contextId"
718                                                                                                 }
719                                                                                         ]
720                                                                                 }
721                                                                         },
722                                                                         "status": "Unauthorized",
723                                                                         "code": 401,
724                                                                         "_postman_previewlanguage": "json",
725                                                                         "header": [
726                                                                                 {
727                                                                                         "key": "Content-Type",
728                                                                                         "value": "application/problem+json"
729                                                                                 }
730                                                                         ],
731                                                                         "cookie": [],
732                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
733                                                                 },
734                                                                 {
735                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
736                                                                         "originalRequest": {
737                                                                                 "method": "PUT",
738                                                                                 "header": [],
739                                                                                 "url": {
740                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
741                                                                                         "host": [
742                                                                                                 "{{baseUrl}}"
743                                                                                         ],
744                                                                                         "path": [
745                                                                                                 "app_contexts",
746                                                                                                 ":contextId"
747                                                                                         ],
748                                                                                         "variable": [
749                                                                                                 {
750                                                                                                         "key": "contextId"
751                                                                                                 }
752                                                                                         ]
753                                                                                 }
754                                                                         },
755                                                                         "status": "Bad Request",
756                                                                         "code": 400,
757                                                                         "_postman_previewlanguage": "json",
758                                                                         "header": [
759                                                                                 {
760                                                                                         "key": "Content-Type",
761                                                                                         "value": "application/problem+json"
762                                                                                 }
763                                                                         ],
764                                                                         "cookie": [],
765                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
766                                                                 },
767                                                                 {
768                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
769                                                                         "originalRequest": {
770                                                                                 "method": "PUT",
771                                                                                 "header": [],
772                                                                                 "url": {
773                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
774                                                                                         "host": [
775                                                                                                 "{{baseUrl}}"
776                                                                                         ],
777                                                                                         "path": [
778                                                                                                 "app_contexts",
779                                                                                                 ":contextId"
780                                                                                         ],
781                                                                                         "variable": [
782                                                                                                 {
783                                                                                                         "key": "contextId"
784                                                                                                 }
785                                                                                         ]
786                                                                                 }
787                                                                         },
788                                                                         "status": "Not Found",
789                                                                         "code": 404,
790                                                                         "_postman_previewlanguage": "json",
791                                                                         "header": [
792                                                                                 {
793                                                                                         "key": "Content-Type",
794                                                                                         "value": "application/problem+json"
795                                                                                 }
796                                                                         ],
797                                                                         "cookie": [],
798                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
799                                                                 },
800                                                                 {
801                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
802                                                                         "originalRequest": {
803                                                                                 "method": "PUT",
804                                                                                 "header": [],
805                                                                                 "url": {
806                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
807                                                                                         "host": [
808                                                                                                 "{{baseUrl}}"
809                                                                                         ],
810                                                                                         "path": [
811                                                                                                 "app_contexts",
812                                                                                                 ":contextId"
813                                                                                         ],
814                                                                                         "variable": [
815                                                                                                 {
816                                                                                                         "key": "contextId"
817                                                                                                 }
818                                                                                         ]
819                                                                                 }
820                                                                         },
821                                                                         "status": "Forbidden",
822                                                                         "code": 403,
823                                                                         "_postman_previewlanguage": "json",
824                                                                         "header": [
825                                                                                 {
826                                                                                         "key": "Content-Type",
827                                                                                         "value": "application/problem+json"
828                                                                                 }
829                                                                         ],
830                                                                         "cookie": [],
831                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
832                                                                 },
833                                                                 {
834                                                                         "name": "No Content.",
835                                                                         "originalRequest": {
836                                                                                 "method": "PUT",
837                                                                                 "header": [],
838                                                                                 "url": {
839                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
840                                                                                         "host": [
841                                                                                                 "{{baseUrl}}"
842                                                                                         ],
843                                                                                         "path": [
844                                                                                                 "app_contexts",
845                                                                                                 ":contextId"
846                                                                                         ],
847                                                                                         "variable": [
848                                                                                                 {
849                                                                                                         "key": "contextId"
850                                                                                                 }
851                                                                                         ]
852                                                                                 }
853                                                                         },
854                                                                         "status": "No Content",
855                                                                         "code": 204,
856                                                                         "_postman_previewlanguage": "text",
857                                                                         "header": [
858                                                                                 {
859                                                                                         "key": "Content-Type",
860                                                                                         "value": "text/plain"
861                                                                                 }
862                                                                         ],
863                                                                         "cookie": [],
864                                                                         "body": ""
865                                                                 }
866                                                         ]
867                                                 },
868                                                 {
869                                                         "name": "InstantiateAppInstance MEO->MEPM",
870                                                         "request": {
871                                                                 "auth": {
872                                                                         "type": "oauth2"
873                                                                 },
874                                                                 "method": "POST",
875                                                                 "header": [
876                                                                         {
877                                                                                 "key": "Content-Type",
878                                                                                 "value": "application/json"
879                                                                         }
880                                                                 ],
881                                                                 "body": {
882                                                                         "mode": "raw",
883                                                                         "raw": "{\n  \"selectedMECHostInfo\": {\n       \"hostName\": \"bangalore.com\",\n       \"hostId\": \"127.0.0.1\"\n  }\n}",
884                                                                         "options": {
885                                                                                 "raw": {}
886                                                                         }
887                                                                 },
888                                                                 "url": {
889                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_lcm/v1/app_instances/3aa4b795-92a7-11ea-a837-0242ac160004/instantiate",
890                                                                         "host": [
891                                                                                 "{{baseUrl}}"
892                                                                         ],
893                                                                         "path": [
894                                                                                 "ealtedge",
895                                                                                 "mepm",
896                                                                                 "app_lcm",
897                                                                                 "v1",
898                                                                                 "app_instances",
899                                                                                 "3aa4b795-92a7-11ea-a837-0242ac160004",
900                                                                                 "instantiate"
901                                                                         ]
902                                                                 },
903                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
904                                                         },
905                                                         "response": [
906                                                                 {
907                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
908                                                                         "originalRequest": {
909                                                                                 "method": "PUT",
910                                                                                 "header": [],
911                                                                                 "url": {
912                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
913                                                                                         "host": [
914                                                                                                 "{{baseUrl}}"
915                                                                                         ],
916                                                                                         "path": [
917                                                                                                 "app_contexts",
918                                                                                                 ":contextId"
919                                                                                         ],
920                                                                                         "variable": [
921                                                                                                 {
922                                                                                                         "key": "contextId"
923                                                                                                 }
924                                                                                         ]
925                                                                                 }
926                                                                         },
927                                                                         "status": "Unauthorized",
928                                                                         "code": 401,
929                                                                         "_postman_previewlanguage": "json",
930                                                                         "header": [
931                                                                                 {
932                                                                                         "key": "Content-Type",
933                                                                                         "value": "application/problem+json"
934                                                                                 }
935                                                                         ],
936                                                                         "cookie": [],
937                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
938                                                                 },
939                                                                 {
940                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
941                                                                         "originalRequest": {
942                                                                                 "method": "PUT",
943                                                                                 "header": [],
944                                                                                 "url": {
945                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
946                                                                                         "host": [
947                                                                                                 "{{baseUrl}}"
948                                                                                         ],
949                                                                                         "path": [
950                                                                                                 "app_contexts",
951                                                                                                 ":contextId"
952                                                                                         ],
953                                                                                         "variable": [
954                                                                                                 {
955                                                                                                         "key": "contextId"
956                                                                                                 }
957                                                                                         ]
958                                                                                 }
959                                                                         },
960                                                                         "status": "Forbidden",
961                                                                         "code": 403,
962                                                                         "_postman_previewlanguage": "json",
963                                                                         "header": [
964                                                                                 {
965                                                                                         "key": "Content-Type",
966                                                                                         "value": "application/problem+json"
967                                                                                 }
968                                                                         ],
969                                                                         "cookie": [],
970                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
971                                                                 },
972                                                                 {
973                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
974                                                                         "originalRequest": {
975                                                                                 "method": "PUT",
976                                                                                 "header": [],
977                                                                                 "url": {
978                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
979                                                                                         "host": [
980                                                                                                 "{{baseUrl}}"
981                                                                                         ],
982                                                                                         "path": [
983                                                                                                 "app_contexts",
984                                                                                                 ":contextId"
985                                                                                         ],
986                                                                                         "variable": [
987                                                                                                 {
988                                                                                                         "key": "contextId"
989                                                                                                 }
990                                                                                         ]
991                                                                                 }
992                                                                         },
993                                                                         "status": "Bad Request",
994                                                                         "code": 400,
995                                                                         "_postman_previewlanguage": "json",
996                                                                         "header": [
997                                                                                 {
998                                                                                         "key": "Content-Type",
999                                                                                         "value": "application/problem+json"
1000                                                                                 }
1001                                                                         ],
1002                                                                         "cookie": [],
1003                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1004                                                                 },
1005                                                                 {
1006                                                                         "name": "No Content.",
1007                                                                         "originalRequest": {
1008                                                                                 "method": "PUT",
1009                                                                                 "header": [],
1010                                                                                 "url": {
1011                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1012                                                                                         "host": [
1013                                                                                                 "{{baseUrl}}"
1014                                                                                         ],
1015                                                                                         "path": [
1016                                                                                                 "app_contexts",
1017                                                                                                 ":contextId"
1018                                                                                         ],
1019                                                                                         "variable": [
1020                                                                                                 {
1021                                                                                                         "key": "contextId"
1022                                                                                                 }
1023                                                                                         ]
1024                                                                                 }
1025                                                                         },
1026                                                                         "status": "No Content",
1027                                                                         "code": 204,
1028                                                                         "_postman_previewlanguage": "text",
1029                                                                         "header": [
1030                                                                                 {
1031                                                                                         "key": "Content-Type",
1032                                                                                         "value": "text/plain"
1033                                                                                 }
1034                                                                         ],
1035                                                                         "cookie": [],
1036                                                                         "body": ""
1037                                                                 },
1038                                                                 {
1039                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
1040                                                                         "originalRequest": {
1041                                                                                 "method": "PUT",
1042                                                                                 "header": [],
1043                                                                                 "url": {
1044                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1045                                                                                         "host": [
1046                                                                                                 "{{baseUrl}}"
1047                                                                                         ],
1048                                                                                         "path": [
1049                                                                                                 "app_contexts",
1050                                                                                                 ":contextId"
1051                                                                                         ],
1052                                                                                         "variable": [
1053                                                                                                 {
1054                                                                                                         "key": "contextId"
1055                                                                                                 }
1056                                                                                         ]
1057                                                                                 }
1058                                                                         },
1059                                                                         "status": "Not Found",
1060                                                                         "code": 404,
1061                                                                         "_postman_previewlanguage": "json",
1062                                                                         "header": [
1063                                                                                 {
1064                                                                                         "key": "Content-Type",
1065                                                                                         "value": "application/problem+json"
1066                                                                                 }
1067                                                                         ],
1068                                                                         "cookie": [],
1069                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1070                                                                 }
1071                                                         ]
1072                                                 },
1073                                                 {
1074                                                         "name": "QueryAppInstanceInfo MEO->MEPM",
1075                                                         "protocolProfileBehavior": {
1076                                                                 "disableBodyPruning": true
1077                                                         },
1078                                                         "request": {
1079                                                                 "auth": {
1080                                                                         "type": "oauth2"
1081                                                                 },
1082                                                                 "method": "GET",
1083                                                                 "header": [
1084                                                                         {
1085                                                                                 "key": "Content-Type",
1086                                                                                 "value": "application/json"
1087                                                                         }
1088                                                                 ],
1089                                                                 "body": {
1090                                                                         "mode": "raw",
1091                                                                         "raw": "",
1092                                                                         "options": {
1093                                                                                 "raw": {}
1094                                                                         }
1095                                                                 },
1096                                                                 "url": {
1097                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_lcm/v1/app_instances/f74d49a0-9223-11ea-a242-68f7281fe142",
1098                                                                         "host": [
1099                                                                                 "{{baseUrl}}"
1100                                                                         ],
1101                                                                         "path": [
1102                                                                                 "ealtedge",
1103                                                                                 "mepm",
1104                                                                                 "app_lcm",
1105                                                                                 "v1",
1106                                                                                 "app_instances",
1107                                                                                 "f74d49a0-9223-11ea-a242-68f7281fe142"
1108                                                                         ]
1109                                                                 },
1110                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
1111                                                         },
1112                                                         "response": [
1113                                                                 {
1114                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
1115                                                                         "originalRequest": {
1116                                                                                 "method": "PUT",
1117                                                                                 "header": [],
1118                                                                                 "url": {
1119                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1120                                                                                         "host": [
1121                                                                                                 "{{baseUrl}}"
1122                                                                                         ],
1123                                                                                         "path": [
1124                                                                                                 "app_contexts",
1125                                                                                                 ":contextId"
1126                                                                                         ],
1127                                                                                         "variable": [
1128                                                                                                 {
1129                                                                                                         "key": "contextId"
1130                                                                                                 }
1131                                                                                         ]
1132                                                                                 }
1133                                                                         },
1134                                                                         "status": "Unauthorized",
1135                                                                         "code": 401,
1136                                                                         "_postman_previewlanguage": "json",
1137                                                                         "header": [
1138                                                                                 {
1139                                                                                         "key": "Content-Type",
1140                                                                                         "value": "application/problem+json"
1141                                                                                 }
1142                                                                         ],
1143                                                                         "cookie": [],
1144                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1145                                                                 },
1146                                                                 {
1147                                                                         "name": "No Content.",
1148                                                                         "originalRequest": {
1149                                                                                 "method": "PUT",
1150                                                                                 "header": [],
1151                                                                                 "url": {
1152                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1153                                                                                         "host": [
1154                                                                                                 "{{baseUrl}}"
1155                                                                                         ],
1156                                                                                         "path": [
1157                                                                                                 "app_contexts",
1158                                                                                                 ":contextId"
1159                                                                                         ],
1160                                                                                         "variable": [
1161                                                                                                 {
1162                                                                                                         "key": "contextId"
1163                                                                                                 }
1164                                                                                         ]
1165                                                                                 }
1166                                                                         },
1167                                                                         "status": "No Content",
1168                                                                         "code": 204,
1169                                                                         "_postman_previewlanguage": "text",
1170                                                                         "header": [
1171                                                                                 {
1172                                                                                         "key": "Content-Type",
1173                                                                                         "value": "text/plain"
1174                                                                                 }
1175                                                                         ],
1176                                                                         "cookie": [],
1177                                                                         "body": ""
1178                                                                 },
1179                                                                 {
1180                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
1181                                                                         "originalRequest": {
1182                                                                                 "method": "PUT",
1183                                                                                 "header": [],
1184                                                                                 "url": {
1185                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1186                                                                                         "host": [
1187                                                                                                 "{{baseUrl}}"
1188                                                                                         ],
1189                                                                                         "path": [
1190                                                                                                 "app_contexts",
1191                                                                                                 ":contextId"
1192                                                                                         ],
1193                                                                                         "variable": [
1194                                                                                                 {
1195                                                                                                         "key": "contextId"
1196                                                                                                 }
1197                                                                                         ]
1198                                                                                 }
1199                                                                         },
1200                                                                         "status": "Bad Request",
1201                                                                         "code": 400,
1202                                                                         "_postman_previewlanguage": "json",
1203                                                                         "header": [
1204                                                                                 {
1205                                                                                         "key": "Content-Type",
1206                                                                                         "value": "application/problem+json"
1207                                                                                 }
1208                                                                         ],
1209                                                                         "cookie": [],
1210                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1211                                                                 },
1212                                                                 {
1213                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
1214                                                                         "originalRequest": {
1215                                                                                 "method": "PUT",
1216                                                                                 "header": [],
1217                                                                                 "url": {
1218                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1219                                                                                         "host": [
1220                                                                                                 "{{baseUrl}}"
1221                                                                                         ],
1222                                                                                         "path": [
1223                                                                                                 "app_contexts",
1224                                                                                                 ":contextId"
1225                                                                                         ],
1226                                                                                         "variable": [
1227                                                                                                 {
1228                                                                                                         "key": "contextId"
1229                                                                                                 }
1230                                                                                         ]
1231                                                                                 }
1232                                                                         },
1233                                                                         "status": "Not Found",
1234                                                                         "code": 404,
1235                                                                         "_postman_previewlanguage": "json",
1236                                                                         "header": [
1237                                                                                 {
1238                                                                                         "key": "Content-Type",
1239                                                                                         "value": "application/problem+json"
1240                                                                                 }
1241                                                                         ],
1242                                                                         "cookie": [],
1243                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1244                                                                 },
1245                                                                 {
1246                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
1247                                                                         "originalRequest": {
1248                                                                                 "method": "PUT",
1249                                                                                 "header": [],
1250                                                                                 "url": {
1251                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1252                                                                                         "host": [
1253                                                                                                 "{{baseUrl}}"
1254                                                                                         ],
1255                                                                                         "path": [
1256                                                                                                 "app_contexts",
1257                                                                                                 ":contextId"
1258                                                                                         ],
1259                                                                                         "variable": [
1260                                                                                                 {
1261                                                                                                         "key": "contextId"
1262                                                                                                 }
1263                                                                                         ]
1264                                                                                 }
1265                                                                         },
1266                                                                         "status": "Forbidden",
1267                                                                         "code": 403,
1268                                                                         "_postman_previewlanguage": "json",
1269                                                                         "header": [
1270                                                                                 {
1271                                                                                         "key": "Content-Type",
1272                                                                                         "value": "application/problem+json"
1273                                                                                 }
1274                                                                         ],
1275                                                                         "cookie": [],
1276                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1277                                                                 }
1278                                                         ]
1279                                                 },
1280                                                 {
1281                                                         "name": "TerminateAppIns MEO->MEPM",
1282                                                         "request": {
1283                                                                 "auth": {
1284                                                                         "type": "oauth2"
1285                                                                 },
1286                                                                 "method": "POST",
1287                                                                 "header": [
1288                                                                         {
1289                                                                                 "key": "Content-Type",
1290                                                                                 "value": "application/json"
1291                                                                         }
1292                                                                 ],
1293                                                                 "body": {
1294                                                                         "mode": "raw",
1295                                                                         "raw": "",
1296                                                                         "options": {
1297                                                                                 "raw": {}
1298                                                                         }
1299                                                                 },
1300                                                                 "url": {
1301                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_lcm/v1/app_instances/f74d49a0-9223-11ea-a242-68f7281fe142/terminate",
1302                                                                         "host": [
1303                                                                                 "{{baseUrl}}"
1304                                                                         ],
1305                                                                         "path": [
1306                                                                                 "ealtedge",
1307                                                                                 "mepm",
1308                                                                                 "app_lcm",
1309                                                                                 "v1",
1310                                                                                 "app_instances",
1311                                                                                 "f74d49a0-9223-11ea-a242-68f7281fe142",
1312                                                                                 "terminate"
1313                                                                         ]
1314                                                                 },
1315                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
1316                                                         },
1317                                                         "response": [
1318                                                                 {
1319                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
1320                                                                         "originalRequest": {
1321                                                                                 "method": "PUT",
1322                                                                                 "header": [],
1323                                                                                 "url": {
1324                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1325                                                                                         "host": [
1326                                                                                                 "{{baseUrl}}"
1327                                                                                         ],
1328                                                                                         "path": [
1329                                                                                                 "app_contexts",
1330                                                                                                 ":contextId"
1331                                                                                         ],
1332                                                                                         "variable": [
1333                                                                                                 {
1334                                                                                                         "key": "contextId"
1335                                                                                                 }
1336                                                                                         ]
1337                                                                                 }
1338                                                                         },
1339                                                                         "status": "Not Found",
1340                                                                         "code": 404,
1341                                                                         "_postman_previewlanguage": "json",
1342                                                                         "header": [
1343                                                                                 {
1344                                                                                         "key": "Content-Type",
1345                                                                                         "value": "application/problem+json"
1346                                                                                 }
1347                                                                         ],
1348                                                                         "cookie": [],
1349                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1350                                                                 },
1351                                                                 {
1352                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
1353                                                                         "originalRequest": {
1354                                                                                 "method": "PUT",
1355                                                                                 "header": [],
1356                                                                                 "url": {
1357                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1358                                                                                         "host": [
1359                                                                                                 "{{baseUrl}}"
1360                                                                                         ],
1361                                                                                         "path": [
1362                                                                                                 "app_contexts",
1363                                                                                                 ":contextId"
1364                                                                                         ],
1365                                                                                         "variable": [
1366                                                                                                 {
1367                                                                                                         "key": "contextId"
1368                                                                                                 }
1369                                                                                         ]
1370                                                                                 }
1371                                                                         },
1372                                                                         "status": "Forbidden",
1373                                                                         "code": 403,
1374                                                                         "_postman_previewlanguage": "json",
1375                                                                         "header": [
1376                                                                                 {
1377                                                                                         "key": "Content-Type",
1378                                                                                         "value": "application/problem+json"
1379                                                                                 }
1380                                                                         ],
1381                                                                         "cookie": [],
1382                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1383                                                                 },
1384                                                                 {
1385                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
1386                                                                         "originalRequest": {
1387                                                                                 "method": "PUT",
1388                                                                                 "header": [],
1389                                                                                 "url": {
1390                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1391                                                                                         "host": [
1392                                                                                                 "{{baseUrl}}"
1393                                                                                         ],
1394                                                                                         "path": [
1395                                                                                                 "app_contexts",
1396                                                                                                 ":contextId"
1397                                                                                         ],
1398                                                                                         "variable": [
1399                                                                                                 {
1400                                                                                                         "key": "contextId"
1401                                                                                                 }
1402                                                                                         ]
1403                                                                                 }
1404                                                                         },
1405                                                                         "status": "Unauthorized",
1406                                                                         "code": 401,
1407                                                                         "_postman_previewlanguage": "json",
1408                                                                         "header": [
1409                                                                                 {
1410                                                                                         "key": "Content-Type",
1411                                                                                         "value": "application/problem+json"
1412                                                                                 }
1413                                                                         ],
1414                                                                         "cookie": [],
1415                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1416                                                                 },
1417                                                                 {
1418                                                                         "name": "No Content.",
1419                                                                         "originalRequest": {
1420                                                                                 "method": "PUT",
1421                                                                                 "header": [],
1422                                                                                 "url": {
1423                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1424                                                                                         "host": [
1425                                                                                                 "{{baseUrl}}"
1426                                                                                         ],
1427                                                                                         "path": [
1428                                                                                                 "app_contexts",
1429                                                                                                 ":contextId"
1430                                                                                         ],
1431                                                                                         "variable": [
1432                                                                                                 {
1433                                                                                                         "key": "contextId"
1434                                                                                                 }
1435                                                                                         ]
1436                                                                                 }
1437                                                                         },
1438                                                                         "status": "No Content",
1439                                                                         "code": 204,
1440                                                                         "_postman_previewlanguage": "text",
1441                                                                         "header": [
1442                                                                                 {
1443                                                                                         "key": "Content-Type",
1444                                                                                         "value": "text/plain"
1445                                                                                 }
1446                                                                         ],
1447                                                                         "cookie": [],
1448                                                                         "body": ""
1449                                                                 },
1450                                                                 {
1451                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
1452                                                                         "originalRequest": {
1453                                                                                 "method": "PUT",
1454                                                                                 "header": [],
1455                                                                                 "url": {
1456                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1457                                                                                         "host": [
1458                                                                                                 "{{baseUrl}}"
1459                                                                                         ],
1460                                                                                         "path": [
1461                                                                                                 "app_contexts",
1462                                                                                                 ":contextId"
1463                                                                                         ],
1464                                                                                         "variable": [
1465                                                                                                 {
1466                                                                                                         "key": "contextId"
1467                                                                                                 }
1468                                                                                         ]
1469                                                                                 }
1470                                                                         },
1471                                                                         "status": "Bad Request",
1472                                                                         "code": 400,
1473                                                                         "_postman_previewlanguage": "json",
1474                                                                         "header": [
1475                                                                                 {
1476                                                                                         "key": "Content-Type",
1477                                                                                         "value": "application/problem+json"
1478                                                                                 }
1479                                                                         ],
1480                                                                         "cookie": [],
1481                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1482                                                                 }
1483                                                         ]
1484                                                 },
1485                                                 {
1486                                                         "name": "DeleteAppInstanceIdentifier MEO->MEPM",
1487                                                         "request": {
1488                                                                 "auth": {
1489                                                                         "type": "oauth2"
1490                                                                 },
1491                                                                 "method": "DELETE",
1492                                                                 "header": [
1493                                                                         {
1494                                                                                 "key": "Content-Type",
1495                                                                                 "value": "application/json"
1496                                                                         }
1497                                                                 ],
1498                                                                 "body": {
1499                                                                         "mode": "raw",
1500                                                                         "raw": "",
1501                                                                         "options": {
1502                                                                                 "raw": {}
1503                                                                         }
1504                                                                 },
1505                                                                 "url": {
1506                                                                         "raw": "{{baseUrl}}/ealtedge/mepm/app_lcm/v1/app_instances/{{ID}}",
1507                                                                         "host": [
1508                                                                                 "{{baseUrl}}"
1509                                                                         ],
1510                                                                         "path": [
1511                                                                                 "ealtedge",
1512                                                                                 "mepm",
1513                                                                                 "app_lcm",
1514                                                                                 "v1",
1515                                                                                 "app_instances",
1516                                                                                 "{{ID}}"
1517                                                                         ]
1518                                                                 },
1519                                                                 "description": "The PUT method is used to update the callback reference of the existing application context. Upon successful operation, the target resource is updated with new callback reference."
1520                                                         },
1521                                                         "response": [
1522                                                                 {
1523                                                                         "name": "Bad Request. It is used to indicate that incorrect parameters were passed to the request.",
1524                                                                         "originalRequest": {
1525                                                                                 "method": "PUT",
1526                                                                                 "header": [],
1527                                                                                 "url": {
1528                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1529                                                                                         "host": [
1530                                                                                                 "{{baseUrl}}"
1531                                                                                         ],
1532                                                                                         "path": [
1533                                                                                                 "app_contexts",
1534                                                                                                 ":contextId"
1535                                                                                         ],
1536                                                                                         "variable": [
1537                                                                                                 {
1538                                                                                                         "key": "contextId"
1539                                                                                                 }
1540                                                                                         ]
1541                                                                                 }
1542                                                                         },
1543                                                                         "status": "Bad Request",
1544                                                                         "code": 400,
1545                                                                         "_postman_previewlanguage": "json",
1546                                                                         "header": [
1547                                                                                 {
1548                                                                                         "key": "Content-Type",
1549                                                                                         "value": "application/problem+json"
1550                                                                                 }
1551                                                                         ],
1552                                                                         "cookie": [],
1553                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1554                                                                 },
1555                                                                 {
1556                                                                         "name": "No Content.",
1557                                                                         "originalRequest": {
1558                                                                                 "method": "PUT",
1559                                                                                 "header": [],
1560                                                                                 "url": {
1561                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1562                                                                                         "host": [
1563                                                                                                 "{{baseUrl}}"
1564                                                                                         ],
1565                                                                                         "path": [
1566                                                                                                 "app_contexts",
1567                                                                                                 ":contextId"
1568                                                                                         ],
1569                                                                                         "variable": [
1570                                                                                                 {
1571                                                                                                         "key": "contextId"
1572                                                                                                 }
1573                                                                                         ]
1574                                                                                 }
1575                                                                         },
1576                                                                         "status": "No Content",
1577                                                                         "code": 204,
1578                                                                         "_postman_previewlanguage": "text",
1579                                                                         "header": [
1580                                                                                 {
1581                                                                                         "key": "Content-Type",
1582                                                                                         "value": "text/plain"
1583                                                                                 }
1584                                                                         ],
1585                                                                         "cookie": [],
1586                                                                         "body": ""
1587                                                                 },
1588                                                                 {
1589                                                                         "name": "Not Found. It is used when a client provided a URI that cannot be mapped  to a valid resource URI.",
1590                                                                         "originalRequest": {
1591                                                                                 "method": "PUT",
1592                                                                                 "header": [],
1593                                                                                 "url": {
1594                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1595                                                                                         "host": [
1596                                                                                                 "{{baseUrl}}"
1597                                                                                         ],
1598                                                                                         "path": [
1599                                                                                                 "app_contexts",
1600                                                                                                 ":contextId"
1601                                                                                         ],
1602                                                                                         "variable": [
1603                                                                                                 {
1604                                                                                                         "key": "contextId"
1605                                                                                                 }
1606                                                                                         ]
1607                                                                                 }
1608                                                                         },
1609                                                                         "status": "Not Found",
1610                                                                         "code": 404,
1611                                                                         "_postman_previewlanguage": "json",
1612                                                                         "header": [
1613                                                                                 {
1614                                                                                         "key": "Content-Type",
1615                                                                                         "value": "application/problem+json"
1616                                                                                 }
1617                                                                         ],
1618                                                                         "cookie": [],
1619                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1620                                                                 },
1621                                                                 {
1622                                                                         "name": "Forbidden. The operation is not allowed given the current status of the resource. ",
1623                                                                         "originalRequest": {
1624                                                                                 "method": "PUT",
1625                                                                                 "header": [],
1626                                                                                 "url": {
1627                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1628                                                                                         "host": [
1629                                                                                                 "{{baseUrl}}"
1630                                                                                         ],
1631                                                                                         "path": [
1632                                                                                                 "app_contexts",
1633                                                                                                 ":contextId"
1634                                                                                         ],
1635                                                                                         "variable": [
1636                                                                                                 {
1637                                                                                                         "key": "contextId"
1638                                                                                                 }
1639                                                                                         ]
1640                                                                                 }
1641                                                                         },
1642                                                                         "status": "Forbidden",
1643                                                                         "code": 403,
1644                                                                         "_postman_previewlanguage": "json",
1645                                                                         "header": [
1646                                                                                 {
1647                                                                                         "key": "Content-Type",
1648                                                                                         "value": "application/problem+json"
1649                                                                                 }
1650                                                                         ],
1651                                                                         "cookie": [],
1652                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1653                                                                 },
1654                                                                 {
1655                                                                         "name": "Unauthorized. It is used when the client did not submit the appropriate credentials.",
1656                                                                         "originalRequest": {
1657                                                                                 "method": "PUT",
1658                                                                                 "header": [],
1659                                                                                 "url": {
1660                                                                                         "raw": "{{baseUrl}}/app_contexts/:contextId",
1661                                                                                         "host": [
1662                                                                                                 "{{baseUrl}}"
1663                                                                                         ],
1664                                                                                         "path": [
1665                                                                                                 "app_contexts",
1666                                                                                                 ":contextId"
1667                                                                                         ],
1668                                                                                         "variable": [
1669                                                                                                 {
1670                                                                                                         "key": "contextId"
1671                                                                                                 }
1672                                                                                         ]
1673                                                                                 }
1674                                                                         },
1675                                                                         "status": "Unauthorized",
1676                                                                         "code": 401,
1677                                                                         "_postman_previewlanguage": "json",
1678                                                                         "header": [
1679                                                                                 {
1680                                                                                         "key": "Content-Type",
1681                                                                                         "value": "application/problem+json"
1682                                                                                 }
1683                                                                         ],
1684                                                                         "cookie": [],
1685                                                                         "body": "{\n \"type\": \"<uri>\",\n \"title\": \"<string>\",\n \"status\": \"<uint32>\",\n \"detail\": \"<string>\",\n \"instance\": \"<uri>\"\n}"
1686                                                                 }
1687                                                         ]
1688                                                 }
1689                                         ],
1690                                         "protocolProfileBehavior": {},
1691                                         "_postman_isSubFolder": true
1692                                 }
1693                         ],
1694                         "protocolProfileBehavior": {}
1695                 }
1696         ],
1697         "variable": [
1698                 {
1699                         "id": "baseUrl",
1700                         "key": "baseUrl",
1701                         "value": "http://127.0.0.1:8081/mx2/v2",
1702                         "type": "string"
1703                 }
1704         ],
1705         "protocolProfileBehavior": {}
1706 }