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