remove FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE
[vid.git] / vid-webpack-master / cypress / integration / iFrames / pnf.e2e.ts
1 ///<reference path="../../../node_modules/cypress/types/index.d.ts"/>
2
3
4 describe('Drawing board: PNF ',  function()  {
5   beforeEach(() => {
6       cy.clearSessionStorage();
7       cy.setReduxState();
8       cy.preventErrorsOnLoading();
9       cy.initAAIMock();
10       cy.initVidMock();
11       cy.login();
12   });
13
14   afterEach(() => {
15     cy.screenshot();
16   });
17
18   describe('Should show PNF correctly',  () => {
19     it('on left side', () => {
20       const serviceModelId: string = "6e59c5de-f052-46fa-aa7e-2fca9d674c44";
21       const pnfName: string = "PNF1";
22       initDrawingBoardWithPnf(serviceModelId, pnfName);
23       cy.get('.vf-type').contains('PNF');
24     });
25
26     it ('on Component Info section', ()=>{
27       const serviceModelId: string = "6e59c5de-f052-46fa-aa7e-2fca9d674c44";
28       const pnfName: string = "PNF1";
29       const redux =  initDrawingBoardWithPnf(serviceModelId, pnfName);
30       cy.get('.vf-type').contains('PNF').click().then(() =>{
31          cy.getElementByDataTestsId('component-info-section-title').contains('PNF INFO');
32          const customizationUuid = redux["service"]["serviceHierarchy"][serviceModelId]['pnfs'][pnfName].customizationUuid;
33          cy.getElementByDataTestsId('model-item-value-Model customization ID').contains(customizationUuid);
34       })
35     });
36   });
37
38   //todo to check with Yoav to delete reduxWithPnfs
39   it('edit service popup should appear without error on tenant', ()=>{
40     const serviceModelId: string = "12550cd7-7708-4f53-a09e-41d3d6327ebc";
41     const pnfName: string = "PNF4";
42     const redux =  initDrawingBoardWithFourPnf(serviceModelId, pnfName);
43     cy.get('.vf-type').contains('PNF').click().then(() =>{
44       const customizationUuid = redux["service"]["serviceHierarchy"][serviceModelId]['pnfs'][pnfName].customizationUuid;
45       cy.getElementByDataTestsId('model-item-value-Model customization ID').contains(customizationUuid);
46       cy.getElementByDataTestsId('openMenuBtn').click().then(()=>{
47         cy.getElementByDataTestsId('context-menu-header-edit-item').click().then(()=>{
48           cy.getElementByDataTestsId('no-results-error').should('not.exist')
49         })
50       })
51     })
52   });
53 });
54
55   function initDrawingBoardWithPnf(serviceModelId: string, pnfName: string) {
56     const redux = reduxWithPnfs(serviceModelId, pnfName);
57     cy.setReduxState(<any>redux);
58     cy.openIframe(`app/ui/#/servicePlanning?serviceModelId=${serviceModelId}`);
59     return redux;
60   }
61
62 function initDrawingBoardWithFourPnf(serviceModelId: string, pnfName: string) {
63   const redux = reduxWithFourPnfs(serviceModelId, pnfName);
64   cy.setReduxState(<any>redux);
65   cy.openIframe(`app/ui/#/servicePlanning?serviceModelId=${serviceModelId}`);
66   return redux;
67 }
68
69   function reduxWithPnfs(serviceModelId: string, pnfName: string) {
70     return {
71       "service": {
72         "serviceHierarchy": {
73           [serviceModelId]: {
74             "service": {
75               "uuid": serviceModelId,
76               "invariantUuid": "cfef8302-d90f-475f-87cc-3f49a62ef14c",
77               "name": "ComplexService",
78               "version": "1.0",
79               "toscaModelURL": null,
80               "category": "Emanuel",
81               "serviceType": "Transport",
82               "serviceRole": "ATM",
83               "description": "ComplexService",
84               "serviceEcompNaming": "true",
85               "instantiationType": "Macro",
86               "inputs": {},
87               "vidNotions": {
88                 "instantiationUI": "legacy",
89                 "modelCategory": "other",
90                 "viewEditUI": "legacy"
91               }
92             },
93             "vnfs": {},
94             "networks": {},
95             "collectionResources": {},
96             "configurations": {},
97             "fabricConfigurations": {},
98             "serviceProxies": {},
99             "vfModules": {},
100             "volumeGroups": {},
101             "pnfs": {
102               [pnfName]:{
103                 "uuid": "1c831fa9-28a6-4778-8c1d-80b9e769f2ed",
104                 "invariantUuid": "74e13a12-dac9-4fba-b102-cd242d9e7f02",
105                 "description": "AIM Transport service",
106                 "name": "AIM PNF Model",
107                 "version": "1.0",
108                 "customizationUuid": "ce2453ef-4e8e-4108-944c-57bef89cfab0",
109                 "inputs": {},
110                 "commands": {},
111                 "properties": {
112                   "nf_function": "AIM CE",
113                   "nf_role": "pCE",
114                   "ecomp_generated_naming": "false",
115                   "nf_type": "ROUTER"
116                 },
117                 "type": "PNF"
118               }
119             },
120             "vnfGroups": {}
121           }
122         },
123         "serviceInstance": {
124           "6e59c5de-f052-46fa-aa7e-2fca9d674c44": {
125             "action": "Create",
126             "isDirty": true,
127             "vnfs": {},
128             "instanceParams": [
129               {}
130             ],
131             "validationCounter": 0,
132             "existingNames": {
133               "11": "",
134               "yoav": ""
135             },
136             "existingVNFCounterMap": {
137               "91415b44-753d-494c-926a-456a9172bbb9": 1
138             },
139             "existingVnfGroupCounterMap": {},
140             "existingNetworksCounterMap": {},
141             "optionalGroupMembersMap": {},
142             "networks": {},
143             "vnfGroups": {},
144             "bulkSize": 1,
145             "instanceName": "serviceInstanceName",
146             "globalSubscriberId": "e433710f-9217-458d-a79d-1c7aff376d89",
147             "subscriptionServiceType": "TYLER SILVIA",
148             "owningEntityId": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
149             "productFamilyId": "d8a6ed93-251c-47ca-adc9-86671fd19f4c",
150             "lcpCloudRegionId": "AAIAIC25",
151             "tenantId": "092eb9e8e4b7412e8787dd091bc58e86",
152             "aicZoneId": "ATL53",
153             "projectName": "WATKINS",
154             "rollbackOnFailure": "true",
155             "aicZoneName": "AAIATLTE-ATL53",
156             "owningEntityName": "WayneHolland",
157             "testApi": "VNF_API",
158             "tenantName": "USP-SIP-IC-24335-T-01",
159             "modelInfo": {
160               "modelInvariantId": "cfef8302-d90f-475f-87cc-3f49a62ef14c",
161               "modelVersionId": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
162               "modelName": "ComplexService",
163               "modelVersion": "1.0",
164               "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
165               "modelUniqueId": "6e59c5de-f052-46fa-aa7e-2fca9d674c44"
166             },
167             "isALaCarte": false,
168             "name": "ComplexService",
169             "version": "1.0",
170             "description": "ComplexService",
171             "category": "Emanuel",
172             "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
173             "invariantUuid": "cfef8302-d90f-475f-87cc-3f49a62ef14c",
174             "serviceType": "",
175             "serviceRole": "",
176             "vidNotions": {
177               "instantiationUI": "legacy",
178               "modelCategory": "other",
179               "viewEditUI": "legacy"
180             },
181             "isEcompGeneratedNaming": true,
182             "isMultiStepDesign": false
183           }
184         },
185         "lcpRegionsAndTenants": {
186           "lcpRegionList": [
187             {
188               "id": "AAIAIC25",
189               "name": "AAIAIC25 (AIC)",
190               "isPermitted": true,
191               "cloudOwner": "irma-aic"
192             },
193             {
194               "id": "hvf6",
195               "name": "hvf6 (AIC)",
196               "isPermitted": true,
197               "cloudOwner": "irma-aic"
198             }
199           ],
200           "lcpRegionsTenantsMap": {
201             "AAIAIC25": [
202               {
203                 "id": "092eb9e8e4b7412e8787dd091bc58e86",
204                 "name": "USP-SIP-IC-24335-T-01",
205                 "isPermitted": true,
206                 "cloudOwner": "irma-aic"
207               }
208             ],
209             "hvf6": [
210               {
211                 "id": "bae71557c5bb4d5aac6743a4e5f1d054",
212                 "name": "AIN Web Tool-15-D-testalexandria",
213                 "isPermitted": true,
214                 "cloudOwner": "irma-aic"
215               },
216               {
217                 "id": "229bcdc6eaeb4ca59d55221141d01f8e",
218                 "name": "AIN Web Tool-15-D-STTest2",
219                 "isPermitted": true,
220                 "cloudOwner": "irma-aic"
221               },
222               {
223                 "id": "1178612d2b394be4834ad77f567c0af2",
224                 "name": "AIN Web Tool-15-D-SSPtestcustome",
225                 "isPermitted": true,
226                 "cloudOwner": "irma-aic"
227               },
228               {
229                 "id": "19c5ade915eb461e8af52fb2fd8cd1f2",
230                 "name": "AIN Web Tool-15-D-UncheckedEcopm",
231                 "isPermitted": true,
232                 "cloudOwner": "irma-aic"
233               },
234               {
235                 "id": "de007636e25249238447264a988a927b",
236                 "name": "AIN Web Tool-15-D-dfsdf",
237                 "isPermitted": true,
238                 "cloudOwner": "irma-aic"
239               },
240               {
241                 "id": "62f29b3613634ca6a3065cbe0e020c44",
242                 "name": "AIN/SMS-16-D-Multiservices1",
243                 "isPermitted": true,
244                 "cloudOwner": "irma-aic"
245               },
246               {
247                 "id": "649289e30d3244e0b48098114d63c2aa",
248                 "name": "AIN Web Tool-15-D-SSPST66",
249                 "isPermitted": true,
250                 "cloudOwner": "irma-aic"
251               },
252               {
253                 "id": "3f21eeea6c2c486bba31dab816c05a32",
254                 "name": "AIN Web Tool-15-D-ASSPST47",
255                 "isPermitted": true,
256                 "cloudOwner": "irma-aic"
257               },
258               {
259                 "id": "f60ce21d3ee6427586cff0d22b03b773",
260                 "name": "CESAR-100-D-sspjg67246",
261                 "isPermitted": true,
262                 "cloudOwner": "irma-aic"
263               },
264               {
265                 "id": "8774659e425f479895ae091bb5d46560",
266                 "name": "CESAR-100-D-sspjg68359",
267                 "isPermitted": true,
268                 "cloudOwner": "irma-aic"
269               },
270               {
271                 "id": "624eb554b0d147c19ff8885341760481",
272                 "name": "AINWebTool-15-D-iftach",
273                 "isPermitted": true,
274                 "cloudOwner": "irma-aic"
275               },
276               {
277                 "id": "214f55f5fc414c678059c383b03e4962",
278                 "name": "CESAR-100-D-sspjg612401",
279                 "isPermitted": true,
280                 "cloudOwner": "irma-aic"
281               },
282               {
283                 "id": "c90666c291664841bb98e4d981ff1db5",
284                 "name": "CESAR-100-D-sspjg621340",
285                 "isPermitted": true,
286                 "cloudOwner": "irma-aic"
287               },
288               {
289                 "id": "ce5b6bc5c7b348e1bf4b91ac9a174278",
290                 "name": "sspjg621351cloned",
291                 "isPermitted": true,
292                 "cloudOwner": "irma-aic"
293               },
294               {
295                 "id": "b386b768a3f24c8e953abbe0b3488c02",
296                 "name": "AINWebTool-15-D-eteancomp",
297                 "isPermitted": true,
298                 "cloudOwner": "irma-aic"
299               },
300               {
301                 "id": "dc6c4dbfd225474e9deaadd34968646c",
302                 "name": "AINWebTool-15-T-SPFET",
303                 "isPermitted": true,
304                 "cloudOwner": "irma-aic"
305               },
306               {
307                 "id": "02cb5030e9914aa4be120bd9ed1e19eb",
308                 "name": "AINWebTool-15-X-eeweww",
309                 "isPermitted": true,
310                 "cloudOwner": "irma-aic"
311               },
312               {
313                 "id": "f2f3830e4c984d45bcd00e1a04158a79",
314                 "name": "CESAR-100-D-spjg61909",
315                 "isPermitted": true,
316                 "cloudOwner": "irma-aic"
317               },
318               {
319                 "id": "05b91bd5137f4929878edd965755c06d",
320                 "name": "CESAR-100-D-sspjg621512cloned",
321                 "isPermitted": true,
322                 "cloudOwner": "irma-aic"
323               },
324               {
325                 "id": "7002fbe8482d4a989ddf445b1ce336e0",
326                 "name": "AINWebTool-15-X-vdr",
327                 "isPermitted": true,
328                 "cloudOwner": "irma-aic"
329               },
330               {
331                 "id": "4008522be43741dcb1f5422022a2aa0b",
332                 "name": "AINWebTool-15-D-ssasa",
333                 "isPermitted": true,
334                 "cloudOwner": "irma-aic"
335               },
336               {
337                 "id": "f44e2e96a1b6476abfda2fa407b00169",
338                 "name": "AINWebTool-15-D-PFNPT",
339                 "isPermitted": true,
340                 "cloudOwner": "irma-aic"
341               },
342               {
343                 "id": "b69a52bec8a84669a37a1e8b72708be7",
344                 "name": "AINWebTool-15-X-vdre",
345                 "isPermitted": true,
346                 "cloudOwner": "irma-aic"
347               },
348               {
349                 "id": "fac7d9fd56154caeb9332202dcf2969f",
350                 "name": "AINWebTool-15-X-NONPODECOMP",
351                 "isPermitted": true,
352                 "cloudOwner": "irma-aic"
353               },
354               {
355                 "id": "2d34d8396e194eb49969fd61ffbff961",
356                 "name": "DN5242-Nov16-T5",
357                 "isPermitted": true,
358                 "cloudOwner": "irma-aic"
359               },
360               {
361                 "id": "cb42a77ff45b48a8b8deb83bb64acc74",
362                 "name": "ro-T11",
363                 "isPermitted": true,
364                 "cloudOwner": "irma-aic"
365               },
366               {
367                 "id": "fa45ca53c80b492fa8be5477cd84fc2b",
368                 "name": "ro-T112",
369                 "isPermitted": true,
370                 "cloudOwner": "irma-aic"
371               },
372               {
373                 "id": "4914ab0ab3a743e58f0eefdacc1dde77",
374                 "name": "DN5242-Nov21-T1",
375                 "isPermitted": true,
376                 "cloudOwner": "irma-aic"
377               },
378               {
379                 "id": "d0a3e3f2964542259d155a81c41aadc3",
380                 "name": "test-hvf6-09",
381                 "isPermitted": true,
382                 "cloudOwner": "irma-aic"
383               },
384               {
385                 "id": "cbb99fe4ada84631b7baf046b6fd2044",
386                 "name": "DN5242-Nov16-T3",
387                 "isPermitted": true,
388                 "cloudOwner": "irma-aic"
389               }
390             ]
391           }
392         },
393         "subscribers": [
394           {
395             "id": "ERICA5779-Subscriber-2",
396             "name": "ERICA5779-Subscriber-2",
397             "isPermitted": false
398           },
399           {
400             "id": "ERICA5779-Subscriber-3",
401             "name": "ERICA5779-Subscriber-3",
402             "isPermitted": false
403           },
404           {
405             "id": "ERICA5779-Subscriber-4",
406             "name": "ERICA5779-Subscriber-5",
407             "isPermitted": false
408           },
409           {
410             "id": "ERICA5779-TestSub-PWT-101",
411             "name": "ERICA5779-TestSub-PWT-101",
412             "isPermitted": false
413           },
414           {
415             "id": "ERICA5779-TestSub-PWT-102",
416             "name": "ERICA5779-TestSub-PWT-102",
417             "isPermitted": false
418           },
419           {
420             "id": "ERICA5779-TestSub-PWT-103",
421             "name": "ERICA5779-TestSub-PWT-103",
422             "isPermitted": false
423           },
424           {
425             "id": "31739f3e-526b-11e6-beb8-9e71128cae77",
426             "name": "CRAIG/ROBERTS",
427             "isPermitted": false
428           },
429           {
430             "id": "DHV1707-TestSubscriber-2",
431             "name": "DALE BRIDGES",
432             "isPermitted": false
433           },
434           {
435             "id": "jimmy-example",
436             "name": "JimmyExampleCust-20161102",
437             "isPermitted": false
438           },
439           {
440             "id": "jimmy-example2",
441             "name": "JimmyExampleCust-20161103",
442             "isPermitted": false
443           },
444           {
445             "id": "CAR_2020_ER",
446             "name": "CAR_2020_ER",
447             "isPermitted": true
448           },
449           {
450             "id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
451             "name": "Emanuel",
452             "isPermitted": true
453           },
454           {
455             "id": "21014aa2-526b-11e6-beb8-9e71128cae77",
456             "name": "JULIO ERICKSON",
457             "isPermitted": false
458           },
459           {
460             "id": "DHV1707-TestSubscriber-1",
461             "name": "LLOYD BRIDGES",
462             "isPermitted": false
463           },
464           {
465             "id": "e433710f-9217-458d-a79d-1c7aff376d89",
466             "name": "SILVIA ROBBINS",
467             "isPermitted": true
468           },
469           {
470             "id": "global-customer-id",
471             "name": "global-customer-id",
472             "isPermitted": true
473           }
474         ],
475         "productFamilies": null,
476         "serviceTypes": {
477           "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb": [
478             {
479               "id": "3",
480               "name": "Emanuel",
481               "isPermitted": false
482             },
483             {
484               "id": "7",
485               "name": "Kennedy",
486               "isPermitted": false
487             },
488             {
489               "id": "6",
490               "name": "vJamie",
491               "isPermitted": false
492             },
493             {
494               "id": "0",
495               "name": "vWINIFRED",
496               "isPermitted": false
497             },
498             {
499               "id": "1",
500               "name": "vMNS",
501               "isPermitted": false
502             },
503             {
504               "id": "4",
505               "name": "vMOG",
506               "isPermitted": false
507             },
508             {
509               "id": "5",
510               "name": "vEsmeralda",
511               "isPermitted": false
512             },
513             {
514               "id": "2",
515               "name": "vVoiceMail",
516               "isPermitted": false
517             }
518           ],
519           "e433710f-9217-458d-a79d-1c7aff376d89": [
520             {
521               "id": "17",
522               "name": "JOHANNA_SANTOS",
523               "isPermitted": false
524             },
525             {
526               "id": "16",
527               "name": "LINDSEY",
528               "isPermitted": false
529             },
530             {
531               "id": "2",
532               "name": "Emanuel",
533               "isPermitted": false
534             },
535             {
536               "id": "5",
537               "name": "Kennedy",
538               "isPermitted": false
539             },
540             {
541               "id": "14",
542               "name": "SSD",
543               "isPermitted": false
544             },
545             {
546               "id": "1",
547               "name": "TYLER SILVIA",
548               "isPermitted": true
549             },
550             {
551               "id": "12",
552               "name": "VPMS",
553               "isPermitted": false
554             },
555             {
556               "id": "3",
557               "name": "vJamie",
558               "isPermitted": false
559             },
560             {
561               "id": "0",
562               "name": "vRichardson",
563               "isPermitted": false
564             },
565             {
566               "id": "18",
567               "name": "vCarroll",
568               "isPermitted": false
569             },
570             {
571               "id": "9",
572               "name": "vFLORENCE",
573               "isPermitted": false
574             },
575             {
576               "id": "13",
577               "name": "vWINIFRED",
578               "isPermitted": false
579             },
580             {
581               "id": "10",
582               "name": "vMNS",
583               "isPermitted": false
584             },
585             {
586               "id": "15",
587               "name": "vMOG",
588               "isPermitted": false
589             },
590             {
591               "id": "8",
592               "name": "vOTA",
593               "isPermitted": false
594             },
595             {
596               "id": "11",
597               "name": "vEsmeralda",
598               "isPermitted": false
599             },
600             {
601               "id": "6",
602               "name": "vPorfirio",
603               "isPermitted": false
604             },
605             {
606               "id": "7",
607               "name": "vVM",
608               "isPermitted": false
609             },
610             {
611               "id": "4",
612               "name": "vVoiceMail",
613               "isPermitted": false
614             }
615           ]
616         },
617         "aicZones": [
618           {
619             "id": "ATL53",
620             "name": "AAIATLTE-ATL53"
621           },
622           {
623             "id": "ABC15",
624             "name": "AAITESAN-ABC15"
625           },
626           {
627             "id": "TES36",
628             "name": "ABCEETES-TES36"
629           },
630           {
631             "id": "ATL54",
632             "name": "AICFTAAI-ATL54"
633           },
634           {
635             "id": "ATL43",
636             "name": "AICLOCID-ATL43"
637           },
638           {
639             "id": "AMD15",
640             "name": "AMDFAA01-AMD15"
641           },
642           {
643             "id": "AMF11",
644             "name": "AMDOCS01-AMF11"
645           },
646           {
647             "id": "RCT1",
648             "name": "AMSTERNL-RCT1"
649           },
650           {
651             "id": "AMS1",
652             "name": "AMSTNLBW-AMS1"
653           },
654           {
655             "id": "HJH1",
656             "name": "AOEEQQQD-HJH1"
657           },
658           {
659             "id": "HJE1",
660             "name": "AOEEWWWD-HJE1"
661           },
662           {
663             "id": "MCS1",
664             "name": "ASACMAMS-MCS1"
665           },
666           {
667             "id": "AUG1",
668             "name": "ASDFGHJK-AUG1"
669           },
670           {
671             "id": "LUC1",
672             "name": "ATLDFGYC-LUC1"
673           },
674           {
675             "id": "ATL1",
676             "name": "ATLNGAMA-ATL1"
677           },
678           {
679             "id": "ATL2",
680             "name": "ATLNGANW-ATL2"
681           },
682           {
683             "id": "HPO1",
684             "name": "ATLNGAUP-HPO1"
685           },
686           {
687             "id": "ANI1",
688             "name": "ATLNGTRE-ANI1"
689           },
690           {
691             "id": "ATL44",
692             "name": "ATLSANAB-ATL44"
693           },
694           {
695             "id": "ATL56",
696             "name": "ATLSANAC-ATL56"
697           },
698           {
699             "id": "ABC11",
700             "name": "ATLSANAI-ABC11"
701           },
702           {
703             "id": "ATL34",
704             "name": "ATLSANAI-ATL34"
705           },
706           {
707             "id": "ATL63",
708             "name": "ATLSANEW-ATL63"
709           },
710           {
711             "id": "ABC12",
712             "name": "ATLSECIA-ABC12"
713           },
714           {
715             "id": "AMD18",
716             "name": "AUDIMA01-AMD18"
717           },
718           {
719             "id": "AVT1",
720             "name": "AVTRFLHD-AVT1"
721           },
722           {
723             "id": "KIT1",
724             "name": "BHYJFGLN-KIT1"
725           },
726           {
727             "id": "BHY17",
728             "name": "BHYTFRF3-BHY17"
729           },
730           {
731             "id": "RTW5",
732             "name": "BHYTFRY4-RTW5"
733           },
734           {
735             "id": "RTZ4",
736             "name": "BHYTFRZ6-RTZ4"
737           },
738           {
739             "id": "RTD2",
740             "name": "BHYTFRk4-RTD2"
741           },
742           {
743             "id": "BNA1",
744             "name": "BNARAGBK-BNA1"
745           },
746           {
747             "id": "VEL1",
748             "name": "BNMLKUIK-VEL1"
749           },
750           {
751             "id": "BOT1",
752             "name": "BOTHWAKY-BOT1"
753           },
754           {
755             "id": "CAL33",
756             "name": "CALIFORN-CAL33"
757           },
758           {
759             "id": "ATL84",
760             "name": "CANTTCOC-ATL84"
761           },
762           {
763             "id": "HSD1",
764             "name": "CHASKCDS-HSD1"
765           },
766           {
767             "id": "CHI1",
768             "name": "CHILLIWE-CHI1"
769           },
770           {
771             "id": "XCP12",
772             "name": "CHKGH123-XCP12"
773           },
774           {
775             "id": "JNL1",
776             "name": "CJALSDAC-JNL1"
777           },
778           {
779             "id": "KJN1",
780             "name": "CKALDKSA-KJN1"
781           },
782           {
783             "id": "CLG1",
784             "name": "CLGRABAD-CLG1"
785           },
786           {
787             "id": "CKL1",
788             "name": "CLKSKCKK-CKL1"
789           },
790           {
791             "id": "ATL66",
792             "name": "CLLIAAII-ATL66"
793           },
794           {
795             "id": "CQK1",
796             "name": "CQKSCAKK-CQK1"
797           },
798           {
799             "id": "CWY1",
800             "name": "CWYMOWBS-CWY1"
801           },
802           {
803             "id": "DKJ1",
804             "name": "DKJSJDKA-DKJ1"
805           },
806           {
807             "id": "DSF45",
808             "name": "DSFBG123-DSF45"
809           },
810           {
811             "id": "DSL12",
812             "name": "DSLFK242-DSL12"
813           },
814           {
815             "id": "FDE55",
816             "name": "FDERT555-FDE55"
817           },
818           {
819             "id": "VEN2",
820             "name": "FGHJUHIL-VEN2"
821           },
822           {
823             "id": "ATL64",
824             "name": "FORLOAAJ-ATL64"
825           },
826           {
827             "id": "GNV1",
828             "name": "GNVLSCTL-GNV1"
829           },
830           {
831             "id": "SAN22",
832             "name": "GNVLSCTL-SAN22"
833           },
834           {
835             "id": "KAP1",
836             "name": "HIOUYTRQ-KAP1"
837           },
838           {
839             "id": "LIS1",
840             "name": "HOSTPROF-LIS1"
841           },
842           {
843             "id": "HRG1",
844             "name": "HRGHRGGS-HRG1"
845           },
846           {
847             "id": "HST25",
848             "name": "HSTNTX01-HST25"
849           },
850           {
851             "id": "STN27",
852             "name": "HSTNTX01-STN27"
853           },
854           {
855             "id": "HST70",
856             "name": "HSTNTX70-HST70"
857           },
858           {
859             "id": "KOR1",
860             "name": "HYFLNBVT-KOR1"
861           },
862           {
863             "id": "RAD10",
864             "name": "INDIPUNE-RAD10"
865           },
866           {
867             "id": "REL1",
868             "name": "INGERFGT-REL1"
869           },
870           {
871             "id": "JAD1",
872             "name": "JADECLLI-JAD1"
873           },
874           {
875             "id": "HKA1",
876             "name": "JAKHLASS-HKA1"
877           },
878           {
879             "id": "JCS1",
880             "name": "JCSJSCJS-JCS1"
881           },
882           {
883             "id": "JCV1",
884             "name": "JCVLFLBW-JCV1"
885           },
886           {
887             "id": "KGM2",
888             "name": "KGMTNC20-KGM2"
889           },
890           {
891             "id": "KJF12",
892             "name": "KJFDH123-KJF12"
893           },
894           {
895             "id": "JGS1",
896             "name": "KSJKKKKK-JGS1"
897           },
898           {
899             "id": "LAG1",
900             "name": "LARGIZON-LAG1"
901           },
902           {
903             "id": "LAG1a",
904             "name": "LARGIZON-LAG1a"
905           },
906           {
907             "id": "LAG45",
908             "name": "LARGIZON-LAG1a"
909           },
910           {
911             "id": "LAG1b",
912             "name": "LARGIZON-LAG1b"
913           },
914           {
915             "id": "WAN1",
916             "name": "LEIWANGW-WAN1"
917           },
918           {
919             "id": "DSA1",
920             "name": "LKJHGFDS-DSA1"
921           },
922           {
923             "id": "LON1",
924             "name": "LONEENCO-LON1"
925           },
926           {
927             "id": "SITE",
928             "name": "LONEENCO-SITE"
929           },
930           {
931             "id": "ZXL1",
932             "name": "LWLWCANN-ZXL1"
933           },
934           {
935             "id": "hvf20",
936             "name": "MDTWNJ21-hvf20"
937           },
938           {
939             "id": "hvf32",
940             "name": "MDTWNJ21-hvf32"
941           },
942           {
943             "id": "AMD13",
944             "name": "MEMATLAN-AMD13"
945           },
946           {
947             "id": "MIC54",
948             "name": "MICHIGAN-MIC54"
949           },
950           {
951             "id": "MAR1",
952             "name": "MNBVCXZM-MAR1"
953           },
954           {
955             "id": "NCA1",
956             "name": "NCANCANN-NCA1"
957           },
958           {
959             "id": "NFT1",
960             "name": "NFTJSSSS-NFT1"
961           },
962           {
963             "id": "GAR1",
964             "name": "NGFVSJKO-GAR1"
965           },
966           {
967             "id": "NYC1",
968             "name": "NYCMNY54-NYC1"
969           },
970           {
971             "id": "OKC1",
972             "name": "OKCBOK55-OKC1"
973           },
974           {
975             "id": "OLG1",
976             "name": "OLHOLHOL-OLG1"
977           },
978           {
979             "id": "OLK1",
980             "name": "OLKOLKLS-OLK1"
981           },
982           {
983             "id": "NIR1",
984             "name": "ORFLMANA-NIR1"
985           },
986           {
987             "id": "JAN1",
988             "name": "ORFLMATT-JAN1"
989           },
990           {
991             "id": "ORL1",
992             "name": "ORLDFLMA-ORL1"
993           },
994           {
995             "id": "PAR1",
996             "name": "PARSFRCG-PAR1"
997           },
998           {
999             "id": "PBL1",
1000             "name": "PBLAPBAI-PBL1"
1001           },
1002           {
1003             "id": "mac10",
1004             "name": "PKGTESTF-mac10"
1005           },
1006           {
1007             "id": "mac20",
1008             "name": "PKGTESTF-mac20"
1009           },
1010           {
1011             "id": "TIR2",
1012             "name": "PLKINHYI-TIR2"
1013           },
1014           {
1015             "id": "IBB1",
1016             "name": "PLMKOIJU-IBB1"
1017           },
1018           {
1019             "id": "COM1",
1020             "name": "PLMKOPIU-COM1"
1021           },
1022           {
1023             "id": "POI1",
1024             "name": "PLMNJKIU-POI1"
1025           },
1026           {
1027             "id": "PLT1",
1028             "name": "PLTNCA60-PLT1"
1029           },
1030           {
1031             "id": "POI22",
1032             "name": "POIUY123-POI22"
1033           },
1034           {
1035             "id": "DCC1",
1036             "name": "POIUYTGH-DCC1"
1037           },
1038           {
1039             "id": "DCC1a",
1040             "name": "POIUYTGH-DCC1a"
1041           },
1042           {
1043             "id": "DCC1b",
1044             "name": "POIUYTGH-DCC1b"
1045           },
1046           {
1047             "id": "DCC2",
1048             "name": "POIUYTGH-DCC2"
1049           },
1050           {
1051             "id": "DCC3",
1052             "name": "POIUYTGH-DCC3"
1053           },
1054           {
1055             "id": "IAA1",
1056             "name": "QAZXSWED-IAA1"
1057           },
1058           {
1059             "id": "QWE1",
1060             "name": "QWECLLI1-QWE1"
1061           },
1062           {
1063             "id": "NUM1",
1064             "name": "QWERTYUI-NUM1"
1065           },
1066           {
1067             "id": "RAD1",
1068             "name": "RADICAL1-RAD1"
1069           },
1070           {
1071             "id": "RJN1",
1072             "name": "RJNRBZAW-RJN1"
1073           },
1074           {
1075             "id": "SAA13",
1076             "name": "SAIT1AA9-SAA13"
1077           },
1078           {
1079             "id": "SAA14",
1080             "name": "SAIT1AA9-SAA14"
1081           },
1082           {
1083             "id": "SDD81",
1084             "name": "SAIT1DD6-SDD81"
1085           },
1086           {
1087             "id": "SDD82",
1088             "name": "SAIT1DD9-SDD82"
1089           },
1090           {
1091             "id": "SAA11",
1092             "name": "SAIT9AA2-SAA11"
1093           },
1094           {
1095             "id": "SAA80",
1096             "name": "SAIT9AA3-SAA80"
1097           },
1098           {
1099             "id": "SAA12",
1100             "name": "SAIT9AF8-SAA12"
1101           },
1102           {
1103             "id": "SCC80",
1104             "name": "SAIT9CC3-SCC80"
1105           },
1106           {
1107             "id": "ATL75",
1108             "name": "SANAAIRE-ATL75"
1109           },
1110           {
1111             "id": "ICC1",
1112             "name": "SANJITAT-ICC1"
1113           },
1114           {
1115             "id": "SCK1",
1116             "name": "SCKSCKSK-SCK1"
1117           },
1118           {
1119             "id": "EHH78",
1120             "name": "SDCSHHH5-EHH78"
1121           },
1122           {
1123             "id": "SAA78",
1124             "name": "SDCTAAA1-SAA78"
1125           },
1126           {
1127             "id": "SAX78",
1128             "name": "SDCTAXG1-SAX78"
1129           },
1130           {
1131             "id": "SBX78",
1132             "name": "SDCTBXG1-SBX78"
1133           },
1134           {
1135             "id": "SEE78",
1136             "name": "SDCTEEE4-SEE78"
1137           },
1138           {
1139             "id": "SGG78",
1140             "name": "SDCTGGG1-SGG78"
1141           },
1142           {
1143             "id": "SXB78",
1144             "name": "SDCTGXB1-SXB78"
1145           },
1146           {
1147             "id": "SJJ78",
1148             "name": "SDCTJJJ1-SJJ78"
1149           },
1150           {
1151             "id": "SKK78",
1152             "name": "SDCTKKK1-SKK78"
1153           },
1154           {
1155             "id": "SLF78",
1156             "name": "SDCTLFN1-SLF78"
1157           },
1158           {
1159             "id": "SLL78",
1160             "name": "SDCTLLL1-SLL78"
1161           },
1162           {
1163             "id": "MAD11",
1164             "name": "SDFQWGKL-MAD11"
1165           },
1166           {
1167             "id": "HGD1",
1168             "name": "SDFQWHGD-HGD1"
1169           },
1170           {
1171             "id": "SBB78",
1172             "name": "SDIT1BBB-SBB78"
1173           },
1174           {
1175             "id": "SDG78",
1176             "name": "SDIT1BDG-SDG78"
1177           },
1178           {
1179             "id": "SBU78",
1180             "name": "SDIT1BUB-SBU78"
1181           },
1182           {
1183             "id": "SHH78",
1184             "name": "SDIT1HHH-SHH78"
1185           },
1186           {
1187             "id": "SJU78",
1188             "name": "SDIT1JUB-SJU78"
1189           },
1190           {
1191             "id": "SNA1",
1192             "name": "SNANTXCA-SNA1"
1193           },
1194           {
1195             "id": "SAM1",
1196             "name": "SNDGCA64-SAN1"
1197           },
1198           {
1199             "id": "SNG1",
1200             "name": "SNGPSIAU-SNG1"
1201           },
1202           {
1203             "id": "SSA56",
1204             "name": "SSIT2AA7-SSA56"
1205           },
1206           {
1207             "id": "STG1",
1208             "name": "STTGGE62-STG1"
1209           },
1210           {
1211             "id": "STT1",
1212             "name": "STTLWA02-STT1"
1213           },
1214           {
1215             "id": "SYD1",
1216             "name": "SYDNAUBV-SYD1"
1217           },
1218           {
1219             "id": "ATL99",
1220             "name": "TEESTAAI-ATL43"
1221           },
1222           {
1223             "id": "ATL98",
1224             "name": "TEESTAAI-ATL43"
1225           },
1226           {
1227             "id": "ATL76",
1228             "name": "TELEPAAI-ATL76"
1229           },
1230           {
1231             "id": "ABC14",
1232             "name": "TESAAISA-ABC14"
1233           },
1234           {
1235             "id": "TAT33",
1236             "name": "TESAAISA-TAT33"
1237           },
1238           {
1239             "id": "TAT34",
1240             "name": "TESAAISB-TAT34"
1241           },
1242           {
1243             "id": "TAT37",
1244             "name": "TESAAISD-TAT37"
1245           },
1246           {
1247             "id": "ATL62",
1248             "name": "TESSASCH-ATL62"
1249           },
1250           {
1251             "id": "TLP1",
1252             "name": "TLPNXM18-TLP1"
1253           },
1254           {
1255             "id": "SAN13",
1256             "name": "TOKYJPFA-SAN13"
1257           },
1258           {
1259             "id": "TOK1",
1260             "name": "TOKYJPFA-TOK1"
1261           },
1262           {
1263             "id": "TOL1",
1264             "name": "TOLDOH21-TOL1"
1265           },
1266           {
1267             "id": "TOR1",
1268             "name": "TOROONXN-TOR1"
1269           },
1270           {
1271             "id": "TOY1",
1272             "name": "TORYONNZ-TOY1"
1273           },
1274           {
1275             "id": "ATL35",
1276             "name": "TTESSAAI-ATL35"
1277           },
1278           {
1279             "id": "TUF1",
1280             "name": "TUFCLLI1-TUF1"
1281           },
1282           {
1283             "id": "SAI1",
1284             "name": "UBEKQLPD-SAI1"
1285           },
1286           {
1287             "id": "UUU4",
1288             "name": "UUUAAAUU-UUU4"
1289           },
1290           {
1291             "id": "YYY1",
1292             "name": "UUUAIAAI-YYY1"
1293           },
1294           {
1295             "id": "BAN1",
1296             "name": "VSDKYUTP-BAN1"
1297           },
1298           {
1299             "id": "WAS1",
1300             "name": "WASHDCSW-WAS1"
1301           },
1302           {
1303             "id": "APP1",
1304             "name": "WBHGTYUI-APP1"
1305           },
1306           {
1307             "id": "SUL2",
1308             "name": "WERTYUJK-SUL2"
1309           },
1310           {
1311             "id": "DEF2",
1312             "name": "WSBHGTYL-DEF2"
1313           },
1314           {
1315             "id": "DHA12",
1316             "name": "WSXEDECF-DHA12"
1317           },
1318           {
1319             "id": "MNT11",
1320             "name": "WSXEFBTH-MNT11"
1321           },
1322           {
1323             "id": "RAJ1",
1324             "name": "YGBIJNLQ-RAJ1"
1325           },
1326           {
1327             "id": "JAG1",
1328             "name": "YUDFJULP-JAG1"
1329           },
1330           {
1331             "id": "ZEN1",
1332             "name": "ZENCLLI1-ZEN1"
1333           },
1334           {
1335             "id": "ZOG1",
1336             "name": "ZOGASTRO-ZOG1"
1337           },
1338           {
1339             "id": "SDE1",
1340             "name": "ZXCVBNMA-SDE1"
1341           },
1342           {
1343             "id": "SIP1",
1344             "name": "ZXCVBNMK-SIP1"
1345           },
1346           {
1347             "id": "JUL1",
1348             "name": "ZXCVBNMM-JUL1"
1349           },
1350           {
1351             "id": "ERT1",
1352             "name": "ertclli1-ERT1"
1353           },
1354           {
1355             "id": "IOP1",
1356             "name": "iopclli1-IOP1"
1357           },
1358           {
1359             "id": "OPA1",
1360             "name": "opaclli1-OPA1"
1361           },
1362           {
1363             "id": "RAI1",
1364             "name": "poiuytre-RAI1"
1365           },
1366           {
1367             "id": "PUR1",
1368             "name": "purelyde-PUR1"
1369           },
1370           {
1371             "id": "RTY1",
1372             "name": "rtyclli1-RTY1"
1373           },
1374           {
1375             "id": "SDF1",
1376             "name": "sdfclli1-SDF1"
1377           },
1378           {
1379             "id": "SSW56",
1380             "name": "ss8126GT-SSW56"
1381           },
1382           {
1383             "id": "UIO1",
1384             "name": "uioclli1-UIO1"
1385           }
1386         ],
1387         "categoryParameters": {
1388           "owningEntityList": [
1389             {
1390               "id": "aaa1",
1391               "name": "aaa1"
1392             },
1393             {
1394               "id": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
1395               "name": "WayneHolland"
1396             },
1397             {
1398               "id": "Melissa",
1399               "name": "Melissa"
1400             }
1401           ],
1402           "projectList": [
1403             {
1404               "id": "WATKINS",
1405               "name": "WATKINS"
1406             },
1407             {
1408               "id": "x1",
1409               "name": "x1"
1410             },
1411             {
1412               "id": "yyy1",
1413               "name": "yyy1"
1414             }
1415           ],
1416           "lineOfBusinessList": [
1417             {
1418               "id": "ONAP",
1419               "name": "ONAP"
1420             },
1421             {
1422               "id": "zzz1",
1423               "name": "zzz1"
1424             }
1425           ],
1426           "platformList": [
1427             {
1428               "id": "platform",
1429               "name": "platform"
1430             },
1431             {
1432               "id": "xxx1",
1433               "name": "xxx1"
1434             }
1435           ]
1436         },
1437         "type": "UPDATE_LCP_REGIONS_AND_TENANTS"
1438       },
1439       "global": {
1440         "name": null,
1441         "flags": {
1442           "FLAG_1810_IDENTIFY_SERVICE_FOR_NEW_UI": false,
1443           "FLAG_1902_VNF_GROUPING": true,
1444           "FLAG_1906_COMPONENT_INFO": true,
1445           "FLAG_SHOW_ASSIGNMENTS": true,
1446           "FLAG_A_LA_CARTE_AUDIT_INFO": true,
1447           "FLAG_1810_CR_ADD_CLOUD_OWNER_TO_MSO_REQUEST": true,
1448           "FLAG_SHOW_VERIFY_SERVICE": true,
1449           "FLAG_1902_NEW_VIEW_EDIT": true,
1450           "FLAG_ADD_MSO_TESTAPI_FIELD": true,
1451           "FLAG_1906_INSTANTIATION_API_USER_VALIDATION": true,
1452           "FLAG_EXP_CREATE_RESOURCES_IN_PARALLEL": false,
1453           "FLAG_PRESENT_PROVIDER_NETWORKS_ASSOCIATIONS": true,
1454           "FLAG_NETWORK_TO_ASYNC_INSTANTIATION": false,
1455           "FLAG_DEFAULT_VNF": true,
1456           "FLAG_ASYNC_ALACARTE_VFMODULE": true,
1457           "FLAG_FABRIC_CONFIGURATION_ASSIGNMENTS": true,
1458           "FLAG_ASYNC_ALACARTE_VNF": true,
1459           "FLAG_1810_AAI_LOCAL_CACHE": true,
1460           "FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER": false,
1461           "FLAG_SERVICE_MODEL_CACHE": true,
1462           "FLAG_1902_RETRY_JOB": true,
1463           "FLAG_EXP_ANY_ALACARTE_NEW_INSTANTIATION_UI": true,
1464           "FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD": true,
1465           "FLAG_1906_AAI_SUB_DETAILS_REDUCE_DEPTH": true,
1466           "FLAG_VF_MODULE_RESUME_STATUS_CREATE": true,
1467           "FLAG_SUPPLEMENTARY_FILE": true,
1468           "FLAG_5G_IN_NEW_INSTANTIATION_UI": true,
1469           "FLAG_RESTRICTED_SELECT": false,
1470           "FLAG_1810_CR_LET_SELECTING_COLLECTOR_TYPE_UNCONDITIONALLY": true
1471         },
1472         "drawingBoardStatus": "CREATE",
1473         "type": "UPDATE_DRAWING_BOARD_STATUS"
1474       }
1475     }
1476   }
1477
1478
1479   function  reduxWithFourPnfs(serviceModelId: string, pnfName: string) {
1480     return {
1481       "service": {
1482         "serviceHierarchy": {
1483           [serviceModelId]: {
1484             // "12550cd7-7708-4f53-a09e-41d3d6327ebc": {
1485             "service": {
1486               "uuid": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1487               "invariantUuid": "561faa57-7bbb-40ec-a81c-c0d4133e98d4",
1488               "name": "AIM Transport SVC_ym161f",
1489               "version": "1.0",
1490               "toscaModelURL": null,
1491               "category": "Network L1-3",
1492               "serviceType": "TRANSPORT",
1493               "serviceRole": "AIM",
1494               "description": "AIM Transport service",
1495               "serviceEcompNaming": "true",
1496               "instantiationType": "Macro",
1497               "inputs": {},
1498               "vidNotions": {
1499                 "instantiationUI": "transportService",
1500                 "modelCategory": "Transport",
1501                 "viewEditUI": "legacy",
1502                 "instantiationType": "Macro"
1503               }
1504             },
1505             "vnfs": {},
1506             "networks": {},
1507             "collectionResources": {},
1508             "configurations": {},
1509             "fabricConfigurations": {},
1510             "serviceProxies": {},
1511             "vfModules": {},
1512             "volumeGroups": {},
1513             "pnfs": {
1514               [pnfName]: {
1515                 "uuid": "1c831fa9-28a6-4778-8c1d-80b9e769f2ed",
1516                 "invariantUuid": "74e13a12-dac9-4fba-b102-cd242d9e7f02",
1517                 "description": "AIM Transport service",
1518                 "name": "AIM PNF Model",
1519                 "version": "1.0",
1520                 "customizationUuid": "ce2453ef-4e8e-4108-944c-57bef89cfab0",
1521                 "inputs": {},
1522                 "commands": {},
1523                 "properties": {
1524                   "nf_function": "AIM CE",
1525                   "nf_role": "pCE",
1526                   "ecomp_generated_naming": "false",
1527                   "nf_type": "ROUTER"
1528                 },
1529                 "type": "PNF"
1530               },
1531             },
1532             "vnfGroups": {},
1533             "vrfs": {}
1534           }
1535         },
1536         "serviceInstance": {
1537           "12550cd7-7708-4f53-a09e-41d3d6327ebc": {
1538             "action": "Create",
1539             "isDirty": false,
1540             "vnfs": {},
1541             "vrfs": {},
1542             "instanceParams": [
1543               {}
1544             ],
1545             "validationCounter": 0,
1546             "existingNames": {},
1547             "existingVNFCounterMap": {},
1548             "existingVRFCounterMap": {},
1549             "existingVnfGroupCounterMap": {},
1550             "existingNetworksCounterMap": {},
1551             "optionalGroupMembersMap": {},
1552             "networks": {},
1553             "vnfGroups": {},
1554             "bulkSize": 1,
1555             "instanceName": null,
1556             "globalSubscriberId": "e433710f-9217-458d-a79d-1c7aff376d89",
1557             "subscriptionServiceType": "TYLER SILVIA",
1558             "owningEntityId": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
1559             "productFamilyId": "e433710f-9217-458d-a79d-1c7aff376d89",
1560             "lcpCloudRegionId": null,
1561             "aicZoneId": null,
1562             "projectName": "WATKINS",
1563             "rollbackOnFailure": "true",
1564             "aicZoneName": null,
1565             "owningEntityName": "WayneHolland",
1566             "testApi": "VNF_API",
1567             "tenantName": null,
1568             "modelInfo": {
1569               "modelInvariantId": "561faa57-7bbb-40ec-a81c-c0d4133e98d4",
1570               "modelVersionId": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1571               "modelName": "AIM Transport SVC_ym161f",
1572               "modelVersion": "1.0",
1573               "uuid": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1574               "modelUniqueId": "12550cd7-7708-4f53-a09e-41d3d6327ebc"
1575             },
1576             "isALaCarte": false,
1577             "name": "AIM Transport SVC_ym161f",
1578             "version": "1.0",
1579             "description": "AIM Transport service",
1580             "category": "Network L1-3",
1581             "uuid": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1582             "invariantUuid": "561faa57-7bbb-40ec-a81c-c0d4133e98d4",
1583             "serviceType": "TRANSPORT",
1584             "serviceRole": "AIM",
1585             "vidNotions": {
1586               "instantiationUI": "transportService",
1587               "modelCategory": "Transport",
1588               "viewEditUI": "legacy",
1589               "instantiationType": "Macro"
1590             },
1591             "isEcompGeneratedNaming": true,
1592             "isMultiStepDesign": false
1593           }
1594         },
1595         "lcpRegionsAndTenants": {
1596           "lcpRegionList": [
1597             {
1598               "id": "AAIAIC25",
1599               "name": "AAIAIC25 (AIC)",
1600               "isPermitted": true,
1601               "cloudOwner": "irma-aic"
1602             },
1603             {
1604               "id": "hvf6",
1605               "name": "hvf6 (AIC)",
1606               "isPermitted": true,
1607               "cloudOwner": "irma-aic"
1608             }
1609           ],
1610           "lcpRegionsTenantsMap": {
1611             "AAIAIC25": [
1612               {
1613                 "id": "092eb9e8e4b7412e8787dd091bc58e86",
1614                 "name": "USP-SIP-IC-24335-T-01",
1615                 "isPermitted": true,
1616                 "cloudOwner": "irma-aic"
1617               }
1618             ],
1619             "hvf6": [
1620               {
1621                 "id": "bae71557c5bb4d5aac6743a4e5f1d054",
1622                 "name": "AIN Web Tool-15-D-testalexandria",
1623                 "isPermitted": true,
1624                 "cloudOwner": "irma-aic"
1625               },
1626               {
1627                 "id": "229bcdc6eaeb4ca59d55221141d01f8e",
1628                 "name": "AIN Web Tool-15-D-STTest2",
1629                 "isPermitted": true,
1630                 "cloudOwner": "irma-aic"
1631               },
1632               {
1633                 "id": "1178612d2b394be4834ad77f567c0af2",
1634                 "name": "AIN Web Tool-15-D-SSPtestcustome",
1635                 "isPermitted": true,
1636                 "cloudOwner": "irma-aic"
1637               },
1638               {
1639                 "id": "19c5ade915eb461e8af52fb2fd8cd1f2",
1640                 "name": "AIN Web Tool-15-D-UncheckedEcopm",
1641                 "isPermitted": true,
1642                 "cloudOwner": "irma-aic"
1643               },
1644               {
1645                 "id": "de007636e25249238447264a988a927b",
1646                 "name": "AIN Web Tool-15-D-dfsdf",
1647                 "isPermitted": true,
1648                 "cloudOwner": "irma-aic"
1649               },
1650               {
1651                 "id": "62f29b3613634ca6a3065cbe0e020c44",
1652                 "name": "AIN/SMS-16-D-Multiservices1",
1653                 "isPermitted": true,
1654                 "cloudOwner": "irma-aic"
1655               },
1656               {
1657                 "id": "649289e30d3244e0b48098114d63c2aa",
1658                 "name": "AIN Web Tool-15-D-SSPST66",
1659                 "isPermitted": true,
1660                 "cloudOwner": "irma-aic"
1661               },
1662               {
1663                 "id": "3f21eeea6c2c486bba31dab816c05a32",
1664                 "name": "AIN Web Tool-15-D-ASSPST47",
1665                 "isPermitted": true,
1666                 "cloudOwner": "irma-aic"
1667               },
1668               {
1669                 "id": "f60ce21d3ee6427586cff0d22b03b773",
1670                 "name": "CESAR-100-D-sspjg67246",
1671                 "isPermitted": true,
1672                 "cloudOwner": "irma-aic"
1673               },
1674               {
1675                 "id": "8774659e425f479895ae091bb5d46560",
1676                 "name": "CESAR-100-D-sspjg68359",
1677                 "isPermitted": true,
1678                 "cloudOwner": "irma-aic"
1679               },
1680               {
1681                 "id": "624eb554b0d147c19ff8885341760481",
1682                 "name": "AINWebTool-15-D-iftach",
1683                 "isPermitted": true,
1684                 "cloudOwner": "irma-aic"
1685               },
1686               {
1687                 "id": "214f55f5fc414c678059c383b03e4962",
1688                 "name": "CESAR-100-D-sspjg612401",
1689                 "isPermitted": true,
1690                 "cloudOwner": "irma-aic"
1691               },
1692               {
1693                 "id": "c90666c291664841bb98e4d981ff1db5",
1694                 "name": "CESAR-100-D-sspjg621340",
1695                 "isPermitted": true,
1696                 "cloudOwner": "irma-aic"
1697               },
1698               {
1699                 "id": "ce5b6bc5c7b348e1bf4b91ac9a174278",
1700                 "name": "sspjg621351cloned",
1701                 "isPermitted": true,
1702                 "cloudOwner": "irma-aic"
1703               },
1704               {
1705                 "id": "b386b768a3f24c8e953abbe0b3488c02",
1706                 "name": "AINWebTool-15-D-eteancomp",
1707                 "isPermitted": true,
1708                 "cloudOwner": "irma-aic"
1709               },
1710               {
1711                 "id": "dc6c4dbfd225474e9deaadd34968646c",
1712                 "name": "AINWebTool-15-T-SPFET",
1713                 "isPermitted": true,
1714                 "cloudOwner": "irma-aic"
1715               },
1716               {
1717                 "id": "02cb5030e9914aa4be120bd9ed1e19eb",
1718                 "name": "AINWebTool-15-X-eeweww",
1719                 "isPermitted": true,
1720                 "cloudOwner": "irma-aic"
1721               },
1722               {
1723                 "id": "f2f3830e4c984d45bcd00e1a04158a79",
1724                 "name": "CESAR-100-D-spjg61909",
1725                 "isPermitted": true,
1726                 "cloudOwner": "irma-aic"
1727               },
1728               {
1729                 "id": "05b91bd5137f4929878edd965755c06d",
1730                 "name": "CESAR-100-D-sspjg621512cloned",
1731                 "isPermitted": true,
1732                 "cloudOwner": "irma-aic"
1733               },
1734               {
1735                 "id": "7002fbe8482d4a989ddf445b1ce336e0",
1736                 "name": "AINWebTool-15-X-vdr",
1737                 "isPermitted": true,
1738                 "cloudOwner": "irma-aic"
1739               },
1740               {
1741                 "id": "4008522be43741dcb1f5422022a2aa0b",
1742                 "name": "AINWebTool-15-D-ssasa",
1743                 "isPermitted": true,
1744                 "cloudOwner": "irma-aic"
1745               },
1746               {
1747                 "id": "f44e2e96a1b6476abfda2fa407b00169",
1748                 "name": "AINWebTool-15-D-PFNPT",
1749                 "isPermitted": true,
1750                 "cloudOwner": "irma-aic"
1751               },
1752               {
1753                 "id": "b69a52bec8a84669a37a1e8b72708be7",
1754                 "name": "AINWebTool-15-X-vdre",
1755                 "isPermitted": true,
1756                 "cloudOwner": "irma-aic"
1757               },
1758               {
1759                 "id": "fac7d9fd56154caeb9332202dcf2969f",
1760                 "name": "AINWebTool-15-X-NONPODECOMP",
1761                 "isPermitted": true,
1762                 "cloudOwner": "irma-aic"
1763               },
1764               {
1765                 "id": "2d34d8396e194eb49969fd61ffbff961",
1766                 "name": "DN5242-Nov16-T5",
1767                 "isPermitted": true,
1768                 "cloudOwner": "irma-aic"
1769               },
1770               {
1771                 "id": "cb42a77ff45b48a8b8deb83bb64acc74",
1772                 "name": "ro-T11",
1773                 "isPermitted": true,
1774                 "cloudOwner": "irma-aic"
1775               },
1776               {
1777                 "id": "fa45ca53c80b492fa8be5477cd84fc2b",
1778                 "name": "ro-T112",
1779                 "isPermitted": true,
1780                 "cloudOwner": "irma-aic"
1781               },
1782               {
1783                 "id": "4914ab0ab3a743e58f0eefdacc1dde77",
1784                 "name": "DN5242-Nov21-T1",
1785                 "isPermitted": true,
1786                 "cloudOwner": "irma-aic"
1787               },
1788               {
1789                 "id": "d0a3e3f2964542259d155a81c41aadc3",
1790                 "name": "test-hvf6-09",
1791                 "isPermitted": true,
1792                 "cloudOwner": "irma-aic"
1793               },
1794               {
1795                 "id": "cbb99fe4ada84631b7baf046b6fd2044",
1796                 "name": "DN5242-Nov16-T3",
1797                 "isPermitted": true,
1798                 "cloudOwner": "irma-aic"
1799               }
1800             ]
1801           }
1802         },
1803         "subscribers": [
1804           {
1805             "id": "ERICA5779-Subscriber-2",
1806             "name": "ERICA5779-Subscriber-2",
1807             "isPermitted": false
1808           },
1809           {
1810             "id": "ERICA5779-Subscriber-3",
1811             "name": "ERICA5779-Subscriber-3",
1812             "isPermitted": false
1813           },
1814           {
1815             "id": "ERICA5779-Subscriber-4",
1816             "name": "ERICA5779-Subscriber-5",
1817             "isPermitted": false
1818           },
1819           {
1820             "id": "ERICA5779-TestSub-PWT-101",
1821             "name": "ERICA5779-TestSub-PWT-101",
1822             "isPermitted": false
1823           },
1824           {
1825             "id": "ERICA5779-TestSub-PWT-102",
1826             "name": "ERICA5779-TestSub-PWT-102",
1827             "isPermitted": false
1828           },
1829           {
1830             "id": "ERICA5779-TestSub-PWT-103",
1831             "name": "ERICA5779-TestSub-PWT-103",
1832             "isPermitted": false
1833           },
1834           {
1835             "id": "31739f3e-526b-11e6-beb8-9e71128cae77",
1836             "name": "CRAIG/ROBERTS",
1837             "isPermitted": false
1838           },
1839           {
1840             "id": "DHV1707-TestSubscriber-2",
1841             "name": "DALE BRIDGES",
1842             "isPermitted": false
1843           },
1844           {
1845             "id": "jimmy-example",
1846             "name": "JimmyExampleCust-20161102",
1847             "isPermitted": false
1848           },
1849           {
1850             "id": "jimmy-example2",
1851             "name": "JimmyExampleCust-20161103",
1852             "isPermitted": false
1853           },
1854           {
1855             "id": "CAR_2020_ER",
1856             "name": "CAR_2020_ER",
1857             "isPermitted": true
1858           },
1859           {
1860             "id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
1861             "name": "Emanuel",
1862             "isPermitted": true
1863           },
1864           {
1865             "id": "21014aa2-526b-11e6-beb8-9e71128cae77",
1866             "name": "JULIO ERICKSON",
1867             "isPermitted": false
1868           },
1869           {
1870             "id": "DHV1707-TestSubscriber-1",
1871             "name": "LLOYD BRIDGES",
1872             "isPermitted": false
1873           },
1874           {
1875             "id": "e433710f-9217-458d-a79d-1c7aff376d89",
1876             "name": "SILVIA ROBBINS",
1877             "isPermitted": true
1878           },
1879           {
1880             "id": "global-customer-id",
1881             "name": "global-customer-id",
1882             "isPermitted": true
1883           }
1884         ],
1885         "productFamilies": null,
1886         "serviceTypes": {
1887           "e433710f-9217-458d-a79d-1c7aff376d89": [
1888             {
1889               "id": "17",
1890               "name": "JOHANNA_SANTOS",
1891               "isPermitted": false
1892             },
1893             {
1894               "id": "16",
1895               "name": "LINDSEY",
1896               "isPermitted": false
1897             },
1898             {
1899               "id": "2",
1900               "name": "Emanuel",
1901               "isPermitted": false
1902             },
1903             {
1904               "id": "5",
1905               "name": "Kennedy",
1906               "isPermitted": false
1907             },
1908             {
1909               "id": "14",
1910               "name": "SSD",
1911               "isPermitted": false
1912             },
1913             {
1914               "id": "1",
1915               "name": "TYLER SILVIA",
1916               "isPermitted": true
1917             },
1918             {
1919               "id": "12",
1920               "name": "VPMS",
1921               "isPermitted": false
1922             },
1923             {
1924               "id": "3",
1925               "name": "vJamie",
1926               "isPermitted": false
1927             },
1928             {
1929               "id": "0",
1930               "name": "vRichardson",
1931               "isPermitted": false
1932             },
1933             {
1934               "id": "18",
1935               "name": "vCarroll",
1936               "isPermitted": false
1937             },
1938             {
1939               "id": "9",
1940               "name": "vFLORENCE",
1941               "isPermitted": false
1942             },
1943             {
1944               "id": "13",
1945               "name": "vWINIFRED",
1946               "isPermitted": false
1947             },
1948             {
1949               "id": "10",
1950               "name": "vMNS",
1951               "isPermitted": false
1952             },
1953             {
1954               "id": "15",
1955               "name": "vMOG",
1956               "isPermitted": false
1957             },
1958             {
1959               "id": "8",
1960               "name": "vOTA",
1961               "isPermitted": false
1962             },
1963             {
1964               "id": "11",
1965               "name": "vEsmeralda",
1966               "isPermitted": false
1967             },
1968             {
1969               "id": "6",
1970               "name": "vPorfirio",
1971               "isPermitted": false
1972             },
1973             {
1974               "id": "7",
1975               "name": "vVM",
1976               "isPermitted": false
1977             },
1978             {
1979               "id": "4",
1980               "name": "vVoiceMail",
1981               "isPermitted": false
1982             }
1983           ]
1984         },
1985         "aicZones": [
1986           {
1987             "id": "ATL53",
1988             "name": "AAIATLTE-ATL53"
1989           },
1990           {
1991             "id": "ABC15",
1992             "name": "AAITESAN-ABC15"
1993           },
1994           {
1995             "id": "TES36",
1996             "name": "ABCEETES-TES36"
1997           },
1998           {
1999             "id": "ATL54",
2000             "name": "AICFTAAI-ATL54"
2001           },
2002           {
2003             "id": "ATL43",
2004             "name": "AICLOCID-ATL43"
2005           },
2006           {
2007             "id": "AMD15",
2008             "name": "AMDFAA01-AMD15"
2009           },
2010           {
2011             "id": "AMF11",
2012             "name": "AMDOCS01-AMF11"
2013           },
2014           {
2015             "id": "RCT1",
2016             "name": "AMSTERNL-RCT1"
2017           },
2018           {
2019             "id": "AMS1",
2020             "name": "AMSTNLBW-AMS1"
2021           },
2022           {
2023             "id": "HJH1",
2024             "name": "AOEEQQQD-HJH1"
2025           },
2026           {
2027             "id": "HJE1",
2028             "name": "AOEEWWWD-HJE1"
2029           },
2030           {
2031             "id": "MCS1",
2032             "name": "ASACMAMS-MCS1"
2033           },
2034           {
2035             "id": "AUG1",
2036             "name": "ASDFGHJK-AUG1"
2037           },
2038           {
2039             "id": "LUC1",
2040             "name": "ATLDFGYC-LUC1"
2041           },
2042           {
2043             "id": "ATL1",
2044             "name": "ATLNGAMA-ATL1"
2045           },
2046           {
2047             "id": "ATL2",
2048             "name": "ATLNGANW-ATL2"
2049           },
2050           {
2051             "id": "HPO1",
2052             "name": "ATLNGAUP-HPO1"
2053           },
2054           {
2055             "id": "ANI1",
2056             "name": "ATLNGTRE-ANI1"
2057           },
2058           {
2059             "id": "ATL44",
2060             "name": "ATLSANAB-ATL44"
2061           },
2062           {
2063             "id": "ATL56",
2064             "name": "ATLSANAC-ATL56"
2065           },
2066           {
2067             "id": "ABC11",
2068             "name": "ATLSANAI-ABC11"
2069           },
2070           {
2071             "id": "ATL34",
2072             "name": "ATLSANAI-ATL34"
2073           },
2074           {
2075             "id": "ATL63",
2076             "name": "ATLSANEW-ATL63"
2077           },
2078           {
2079             "id": "ABC12",
2080             "name": "ATLSECIA-ABC12"
2081           },
2082           {
2083             "id": "AMD18",
2084             "name": "AUDIMA01-AMD18"
2085           },
2086           {
2087             "id": "AVT1",
2088             "name": "AVTRFLHD-AVT1"
2089           },
2090           {
2091             "id": "KIT1",
2092             "name": "BHYJFGLN-KIT1"
2093           },
2094           {
2095             "id": "BHY17",
2096             "name": "BHYTFRF3-BHY17"
2097           },
2098           {
2099             "id": "RTW5",
2100             "name": "BHYTFRY4-RTW5"
2101           },
2102           {
2103             "id": "RTZ4",
2104             "name": "BHYTFRZ6-RTZ4"
2105           },
2106           {
2107             "id": "RTD2",
2108             "name": "BHYTFRk4-RTD2"
2109           },
2110           {
2111             "id": "BNA1",
2112             "name": "BNARAGBK-BNA1"
2113           },
2114           {
2115             "id": "VEL1",
2116             "name": "BNMLKUIK-VEL1"
2117           },
2118           {
2119             "id": "BOT1",
2120             "name": "BOTHWAKY-BOT1"
2121           },
2122           {
2123             "id": "CAL33",
2124             "name": "CALIFORN-CAL33"
2125           },
2126           {
2127             "id": "ATL84",
2128             "name": "CANTTCOC-ATL84"
2129           },
2130           {
2131             "id": "HSD1",
2132             "name": "CHASKCDS-HSD1"
2133           },
2134           {
2135             "id": "CHI1",
2136             "name": "CHILLIWE-CHI1"
2137           },
2138           {
2139             "id": "XCP12",
2140             "name": "CHKGH123-XCP12"
2141           },
2142           {
2143             "id": "JNL1",
2144             "name": "CJALSDAC-JNL1"
2145           },
2146           {
2147             "id": "KJN1",
2148             "name": "CKALDKSA-KJN1"
2149           },
2150           {
2151             "id": "CLG1",
2152             "name": "CLGRABAD-CLG1"
2153           },
2154           {
2155             "id": "CKL1",
2156             "name": "CLKSKCKK-CKL1"
2157           },
2158           {
2159             "id": "ATL66",
2160             "name": "CLLIAAII-ATL66"
2161           },
2162           {
2163             "id": "CQK1",
2164             "name": "CQKSCAKK-CQK1"
2165           },
2166           {
2167             "id": "CWY1",
2168             "name": "CWYMOWBS-CWY1"
2169           },
2170           {
2171             "id": "DKJ1",
2172             "name": "DKJSJDKA-DKJ1"
2173           },
2174           {
2175             "id": "DSF45",
2176             "name": "DSFBG123-DSF45"
2177           },
2178           {
2179             "id": "DSL12",
2180             "name": "DSLFK242-DSL12"
2181           },
2182           {
2183             "id": "FDE55",
2184             "name": "FDERT555-FDE55"
2185           },
2186           {
2187             "id": "VEN2",
2188             "name": "FGHJUHIL-VEN2"
2189           },
2190           {
2191             "id": "ATL64",
2192             "name": "FORLOAAJ-ATL64"
2193           },
2194           {
2195             "id": "GNV1",
2196             "name": "GNVLSCTL-GNV1"
2197           },
2198           {
2199             "id": "SAN22",
2200             "name": "GNVLSCTL-SAN22"
2201           },
2202           {
2203             "id": "KAP1",
2204             "name": "HIOUYTRQ-KAP1"
2205           },
2206           {
2207             "id": "LIS1",
2208             "name": "HOSTPROF-LIS1"
2209           },
2210           {
2211             "id": "HRG1",
2212             "name": "HRGHRGGS-HRG1"
2213           },
2214           {
2215             "id": "HST25",
2216             "name": "HSTNTX01-HST25"
2217           },
2218           {
2219             "id": "STN27",
2220             "name": "HSTNTX01-STN27"
2221           },
2222           {
2223             "id": "HST70",
2224             "name": "HSTNTX70-HST70"
2225           },
2226           {
2227             "id": "KOR1",
2228             "name": "HYFLNBVT-KOR1"
2229           },
2230           {
2231             "id": "RAD10",
2232             "name": "INDIPUNE-RAD10"
2233           },
2234           {
2235             "id": "REL1",
2236             "name": "INGERFGT-REL1"
2237           },
2238           {
2239             "id": "JAD1",
2240             "name": "JADECLLI-JAD1"
2241           },
2242           {
2243             "id": "HKA1",
2244             "name": "JAKHLASS-HKA1"
2245           },
2246           {
2247             "id": "JCS1",
2248             "name": "JCSJSCJS-JCS1"
2249           },
2250           {
2251             "id": "JCV1",
2252             "name": "JCVLFLBW-JCV1"
2253           },
2254           {
2255             "id": "KGM2",
2256             "name": "KGMTNC20-KGM2"
2257           },
2258           {
2259             "id": "KJF12",
2260             "name": "KJFDH123-KJF12"
2261           },
2262           {
2263             "id": "JGS1",
2264             "name": "KSJKKKKK-JGS1"
2265           },
2266           {
2267             "id": "LAG1",
2268             "name": "LARGIZON-LAG1"
2269           },
2270           {
2271             "id": "LAG1a",
2272             "name": "LARGIZON-LAG1a"
2273           },
2274           {
2275             "id": "LAG45",
2276             "name": "LARGIZON-LAG1a"
2277           },
2278           {
2279             "id": "LAG1b",
2280             "name": "LARGIZON-LAG1b"
2281           },
2282           {
2283             "id": "WAN1",
2284             "name": "LEIWANGW-WAN1"
2285           },
2286           {
2287             "id": "DSA1",
2288             "name": "LKJHGFDS-DSA1"
2289           },
2290           {
2291             "id": "LON1",
2292             "name": "LONEENCO-LON1"
2293           },
2294           {
2295             "id": "SITE",
2296             "name": "LONEENCO-SITE"
2297           },
2298           {
2299             "id": "ZXL1",
2300             "name": "LWLWCANN-ZXL1"
2301           },
2302           {
2303             "id": "hvf20",
2304             "name": "MDTWNJ21-hvf20"
2305           },
2306           {
2307             "id": "hvf32",
2308             "name": "MDTWNJ21-hvf32"
2309           },
2310           {
2311             "id": "AMD13",
2312             "name": "MEMATLAN-AMD13"
2313           },
2314           {
2315             "id": "MIC54",
2316             "name": "MICHIGAN-MIC54"
2317           },
2318           {
2319             "id": "MAR1",
2320             "name": "MNBVCXZM-MAR1"
2321           },
2322           {
2323             "id": "NCA1",
2324             "name": "NCANCANN-NCA1"
2325           },
2326           {
2327             "id": "NFT1",
2328             "name": "NFTJSSSS-NFT1"
2329           },
2330           {
2331             "id": "GAR1",
2332             "name": "NGFVSJKO-GAR1"
2333           },
2334           {
2335             "id": "NYC1",
2336             "name": "NYCMNY54-NYC1"
2337           },
2338           {
2339             "id": "OKC1",
2340             "name": "OKCBOK55-OKC1"
2341           },
2342           {
2343             "id": "OLG1",
2344             "name": "OLHOLHOL-OLG1"
2345           },
2346           {
2347             "id": "OLK1",
2348             "name": "OLKOLKLS-OLK1"
2349           },
2350           {
2351             "id": "NIR1",
2352             "name": "ORFLMANA-NIR1"
2353           },
2354           {
2355             "id": "JAN1",
2356             "name": "ORFLMATT-JAN1"
2357           },
2358           {
2359             "id": "ORL1",
2360             "name": "ORLDFLMA-ORL1"
2361           },
2362           {
2363             "id": "PAR1",
2364             "name": "PARSFRCG-PAR1"
2365           },
2366           {
2367             "id": "PBL1",
2368             "name": "PBLAPBAI-PBL1"
2369           },
2370           {
2371             "id": "mac10",
2372             "name": "PKGTESTF-mac10"
2373           },
2374           {
2375             "id": "mac20",
2376             "name": "PKGTESTF-mac20"
2377           },
2378           {
2379             "id": "TIR2",
2380             "name": "PLKINHYI-TIR2"
2381           },
2382           {
2383             "id": "IBB1",
2384             "name": "PLMKOIJU-IBB1"
2385           },
2386           {
2387             "id": "COM1",
2388             "name": "PLMKOPIU-COM1"
2389           },
2390           {
2391             "id": "POI1",
2392             "name": "PLMNJKIU-POI1"
2393           },
2394           {
2395             "id": "PLT1",
2396             "name": "PLTNCA60-PLT1"
2397           },
2398           {
2399             "id": "POI22",
2400             "name": "POIUY123-POI22"
2401           },
2402           {
2403             "id": "DCC1",
2404             "name": "POIUYTGH-DCC1"
2405           },
2406           {
2407             "id": "DCC1a",
2408             "name": "POIUYTGH-DCC1a"
2409           },
2410           {
2411             "id": "DCC1b",
2412             "name": "POIUYTGH-DCC1b"
2413           },
2414           {
2415             "id": "DCC2",
2416             "name": "POIUYTGH-DCC2"
2417           },
2418           {
2419             "id": "DCC3",
2420             "name": "POIUYTGH-DCC3"
2421           },
2422           {
2423             "id": "IAA1",
2424             "name": "QAZXSWED-IAA1"
2425           },
2426           {
2427             "id": "QWE1",
2428             "name": "QWECLLI1-QWE1"
2429           },
2430           {
2431             "id": "NUM1",
2432             "name": "QWERTYUI-NUM1"
2433           },
2434           {
2435             "id": "RAD1",
2436             "name": "RADICAL1-RAD1"
2437           },
2438           {
2439             "id": "RJN1",
2440             "name": "RJNRBZAW-RJN1"
2441           },
2442           {
2443             "id": "SAA13",
2444             "name": "SAIT1AA9-SAA13"
2445           },
2446           {
2447             "id": "SAA14",
2448             "name": "SAIT1AA9-SAA14"
2449           },
2450           {
2451             "id": "SDD81",
2452             "name": "SAIT1DD6-SDD81"
2453           },
2454           {
2455             "id": "SDD82",
2456             "name": "SAIT1DD9-SDD82"
2457           },
2458           {
2459             "id": "SAA11",
2460             "name": "SAIT9AA2-SAA11"
2461           },
2462           {
2463             "id": "SAA80",
2464             "name": "SAIT9AA3-SAA80"
2465           },
2466           {
2467             "id": "SAA12",
2468             "name": "SAIT9AF8-SAA12"
2469           },
2470           {
2471             "id": "SCC80",
2472             "name": "SAIT9CC3-SCC80"
2473           },
2474           {
2475             "id": "ATL75",
2476             "name": "SANAAIRE-ATL75"
2477           },
2478           {
2479             "id": "ICC1",
2480             "name": "SANJITAT-ICC1"
2481           },
2482           {
2483             "id": "SCK1",
2484             "name": "SCKSCKSK-SCK1"
2485           },
2486           {
2487             "id": "EHH78",
2488             "name": "SDCSHHH5-EHH78"
2489           },
2490           {
2491             "id": "SAA78",
2492             "name": "SDCTAAA1-SAA78"
2493           },
2494           {
2495             "id": "SAX78",
2496             "name": "SDCTAXG1-SAX78"
2497           },
2498           {
2499             "id": "SBX78",
2500             "name": "SDCTBXG1-SBX78"
2501           },
2502           {
2503             "id": "SEE78",
2504             "name": "SDCTEEE4-SEE78"
2505           },
2506           {
2507             "id": "SGG78",
2508             "name": "SDCTGGG1-SGG78"
2509           },
2510           {
2511             "id": "SXB78",
2512             "name": "SDCTGXB1-SXB78"
2513           },
2514           {
2515             "id": "SJJ78",
2516             "name": "SDCTJJJ1-SJJ78"
2517           },
2518           {
2519             "id": "SKK78",
2520             "name": "SDCTKKK1-SKK78"
2521           },
2522           {
2523             "id": "SLF78",
2524             "name": "SDCTLFN1-SLF78"
2525           },
2526           {
2527             "id": "SLL78",
2528             "name": "SDCTLLL1-SLL78"
2529           },
2530           {
2531             "id": "MAD11",
2532             "name": "SDFQWGKL-MAD11"
2533           },
2534           {
2535             "id": "HGD1",
2536             "name": "SDFQWHGD-HGD1"
2537           },
2538           {
2539             "id": "SBB78",
2540             "name": "SDIT1BBB-SBB78"
2541           },
2542           {
2543             "id": "SDG78",
2544             "name": "SDIT1BDG-SDG78"
2545           },
2546           {
2547             "id": "SBU78",
2548             "name": "SDIT1BUB-SBU78"
2549           },
2550           {
2551             "id": "SHH78",
2552             "name": "SDIT1HHH-SHH78"
2553           },
2554           {
2555             "id": "SJU78",
2556             "name": "SDIT1JUB-SJU78"
2557           },
2558           {
2559             "id": "SNA1",
2560             "name": "SNANTXCA-SNA1"
2561           },
2562           {
2563             "id": "SAM1",
2564             "name": "SNDGCA64-SAN1"
2565           },
2566           {
2567             "id": "SNG1",
2568             "name": "SNGPSIAU-SNG1"
2569           },
2570           {
2571             "id": "SSA56",
2572             "name": "SSIT2AA7-SSA56"
2573           },
2574           {
2575             "id": "STG1",
2576             "name": "STTGGE62-STG1"
2577           },
2578           {
2579             "id": "STT1",
2580             "name": "STTLWA02-STT1"
2581           },
2582           {
2583             "id": "SYD1",
2584             "name": "SYDNAUBV-SYD1"
2585           },
2586           {
2587             "id": "ATL99",
2588             "name": "TEESTAAI-ATL43"
2589           },
2590           {
2591             "id": "ATL98",
2592             "name": "TEESTAAI-ATL43"
2593           },
2594           {
2595             "id": "ATL76",
2596             "name": "TELEPAAI-ATL76"
2597           },
2598           {
2599             "id": "ABC14",
2600             "name": "TESAAISA-ABC14"
2601           },
2602           {
2603             "id": "TAT33",
2604             "name": "TESAAISA-TAT33"
2605           },
2606           {
2607             "id": "TAT34",
2608             "name": "TESAAISB-TAT34"
2609           },
2610           {
2611             "id": "TAT37",
2612             "name": "TESAAISD-TAT37"
2613           },
2614           {
2615             "id": "ATL62",
2616             "name": "TESSASCH-ATL62"
2617           },
2618           {
2619             "id": "TLP1",
2620             "name": "TLPNXM18-TLP1"
2621           },
2622           {
2623             "id": "SAN13",
2624             "name": "TOKYJPFA-SAN13"
2625           },
2626           {
2627             "id": "TOK1",
2628             "name": "TOKYJPFA-TOK1"
2629           },
2630           {
2631             "id": "TOL1",
2632             "name": "TOLDOH21-TOL1"
2633           },
2634           {
2635             "id": "TOR1",
2636             "name": "TOROONXN-TOR1"
2637           },
2638           {
2639             "id": "TOY1",
2640             "name": "TORYONNZ-TOY1"
2641           },
2642           {
2643             "id": "ATL35",
2644             "name": "TTESSAAI-ATL35"
2645           },
2646           {
2647             "id": "TUF1",
2648             "name": "TUFCLLI1-TUF1"
2649           },
2650           {
2651             "id": "SAI1",
2652             "name": "UBEKQLPD-SAI1"
2653           },
2654           {
2655             "id": "UUU4",
2656             "name": "UUUAAAUU-UUU4"
2657           },
2658           {
2659             "id": "YYY1",
2660             "name": "UUUAIAAI-YYY1"
2661           },
2662           {
2663             "id": "BAN1",
2664             "name": "VSDKYUTP-BAN1"
2665           },
2666           {
2667             "id": "WAS1",
2668             "name": "WASHDCSW-WAS1"
2669           },
2670           {
2671             "id": "APP1",
2672             "name": "WBHGTYUI-APP1"
2673           },
2674           {
2675             "id": "SUL2",
2676             "name": "WERTYUJK-SUL2"
2677           },
2678           {
2679             "id": "DEF2",
2680             "name": "WSBHGTYL-DEF2"
2681           },
2682           {
2683             "id": "DHA12",
2684             "name": "WSXEDECF-DHA12"
2685           },
2686           {
2687             "id": "MNT11",
2688             "name": "WSXEFBTH-MNT11"
2689           },
2690           {
2691             "id": "RAJ1",
2692             "name": "YGBIJNLQ-RAJ1"
2693           },
2694           {
2695             "id": "JAG1",
2696             "name": "YUDFJULP-JAG1"
2697           },
2698           {
2699             "id": "ZEN1",
2700             "name": "ZENCLLI1-ZEN1"
2701           },
2702           {
2703             "id": "ZOG1",
2704             "name": "ZOGASTRO-ZOG1"
2705           },
2706           {
2707             "id": "SDE1",
2708             "name": "ZXCVBNMA-SDE1"
2709           },
2710           {
2711             "id": "SIP1",
2712             "name": "ZXCVBNMK-SIP1"
2713           },
2714           {
2715             "id": "JUL1",
2716             "name": "ZXCVBNMM-JUL1"
2717           },
2718           {
2719             "id": "ERT1",
2720             "name": "ertclli1-ERT1"
2721           },
2722           {
2723             "id": "IOP1",
2724             "name": "iopclli1-IOP1"
2725           },
2726           {
2727             "id": "OPA1",
2728             "name": "opaclli1-OPA1"
2729           },
2730           {
2731             "id": "RAI1",
2732             "name": "poiuytre-RAI1"
2733           },
2734           {
2735             "id": "PUR1",
2736             "name": "purelyde-PUR1"
2737           },
2738           {
2739             "id": "RTY1",
2740             "name": "rtyclli1-RTY1"
2741           },
2742           {
2743             "id": "SDF1",
2744             "name": "sdfclli1-SDF1"
2745           },
2746           {
2747             "id": "SSW56",
2748             "name": "ss8126GT-SSW56"
2749           },
2750           {
2751             "id": "UIO1",
2752             "name": "uioclli1-UIO1"
2753           }
2754         ],
2755         "categoryParameters": {
2756           "owningEntityList": [
2757             {
2758               "id": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
2759               "name": "WayneHolland"
2760             },
2761             {
2762               "id": "Melissa",
2763               "name": "Melissa"
2764             },
2765             {
2766               "id": "aaa1",
2767               "name": "aaa1"
2768             }
2769           ],
2770           "projectList": [
2771             {
2772               "id": "WATKINS",
2773               "name": "WATKINS"
2774             },
2775             {
2776               "id": "x1",
2777               "name": "x1"
2778             },
2779             {
2780               "id": "yyy1",
2781               "name": "yyy1"
2782             }
2783           ],
2784           "lineOfBusinessList": [
2785             {
2786               "id": "ONAP",
2787               "name": "ONAP"
2788             },
2789             {
2790               "id": "zzz1",
2791               "name": "zzz1"
2792             }
2793           ],
2794           "platformList": [
2795             {
2796               "id": "platform",
2797               "name": "platform"
2798             },
2799             {
2800               "id": "xxx1",
2801               "name": "xxx1"
2802             }
2803           ]
2804         },
2805         "type": "UPDATE_LCP_REGIONS_AND_TENANTS"
2806       }
2807
2808     }
2809   }