remove EMPTY_DRAWING_BOARD_TEST feature flag
[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_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE": true,
1457           "FLAG_ASYNC_ALACARTE_VFMODULE": true,
1458           "FLAG_FABRIC_CONFIGURATION_ASSIGNMENTS": true,
1459           "FLAG_ASYNC_ALACARTE_VNF": true,
1460           "FLAG_1810_AAI_LOCAL_CACHE": true,
1461           "FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER": false,
1462           "FLAG_SERVICE_MODEL_CACHE": true,
1463           "FLAG_1902_RETRY_JOB": true,
1464           "FLAG_EXP_ANY_ALACARTE_NEW_INSTANTIATION_UI": true,
1465           "FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD": true,
1466           "FLAG_1906_AAI_SUB_DETAILS_REDUCE_DEPTH": true,
1467           "FLAG_VF_MODULE_RESUME_STATUS_CREATE": true,
1468           "FLAG_SUPPLEMENTARY_FILE": true,
1469           "FLAG_5G_IN_NEW_INSTANTIATION_UI": true,
1470           "FLAG_RESTRICTED_SELECT": false,
1471           "FLAG_1810_CR_LET_SELECTING_COLLECTOR_TYPE_UNCONDITIONALLY": true
1472         },
1473         "drawingBoardStatus": "CREATE",
1474         "type": "UPDATE_DRAWING_BOARD_STATUS"
1475       }
1476     }
1477   }
1478
1479
1480   function  reduxWithFourPnfs(serviceModelId: string, pnfName: string) {
1481     return {
1482       "service": {
1483         "serviceHierarchy": {
1484           [serviceModelId]: {
1485             // "12550cd7-7708-4f53-a09e-41d3d6327ebc": {
1486             "service": {
1487               "uuid": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1488               "invariantUuid": "561faa57-7bbb-40ec-a81c-c0d4133e98d4",
1489               "name": "AIM Transport SVC_ym161f",
1490               "version": "1.0",
1491               "toscaModelURL": null,
1492               "category": "Network L1-3",
1493               "serviceType": "TRANSPORT",
1494               "serviceRole": "AIM",
1495               "description": "AIM Transport service",
1496               "serviceEcompNaming": "true",
1497               "instantiationType": "Macro",
1498               "inputs": {},
1499               "vidNotions": {
1500                 "instantiationUI": "transportService",
1501                 "modelCategory": "Transport",
1502                 "viewEditUI": "legacy",
1503                 "instantiationType": "Macro"
1504               }
1505             },
1506             "vnfs": {},
1507             "networks": {},
1508             "collectionResources": {},
1509             "configurations": {},
1510             "fabricConfigurations": {},
1511             "serviceProxies": {},
1512             "vfModules": {},
1513             "volumeGroups": {},
1514             "pnfs": {
1515               [pnfName]: {
1516                 "uuid": "1c831fa9-28a6-4778-8c1d-80b9e769f2ed",
1517                 "invariantUuid": "74e13a12-dac9-4fba-b102-cd242d9e7f02",
1518                 "description": "AIM Transport service",
1519                 "name": "AIM PNF Model",
1520                 "version": "1.0",
1521                 "customizationUuid": "ce2453ef-4e8e-4108-944c-57bef89cfab0",
1522                 "inputs": {},
1523                 "commands": {},
1524                 "properties": {
1525                   "nf_function": "AIM CE",
1526                   "nf_role": "pCE",
1527                   "ecomp_generated_naming": "false",
1528                   "nf_type": "ROUTER"
1529                 },
1530                 "type": "PNF"
1531               },
1532             },
1533             "vnfGroups": {},
1534             "vrfs": {}
1535           }
1536         },
1537         "serviceInstance": {
1538           "12550cd7-7708-4f53-a09e-41d3d6327ebc": {
1539             "action": "Create",
1540             "isDirty": false,
1541             "vnfs": {},
1542             "vrfs": {},
1543             "instanceParams": [
1544               {}
1545             ],
1546             "validationCounter": 0,
1547             "existingNames": {},
1548             "existingVNFCounterMap": {},
1549             "existingVRFCounterMap": {},
1550             "existingVnfGroupCounterMap": {},
1551             "existingNetworksCounterMap": {},
1552             "optionalGroupMembersMap": {},
1553             "networks": {},
1554             "vnfGroups": {},
1555             "bulkSize": 1,
1556             "instanceName": null,
1557             "globalSubscriberId": "e433710f-9217-458d-a79d-1c7aff376d89",
1558             "subscriptionServiceType": "TYLER SILVIA",
1559             "owningEntityId": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
1560             "productFamilyId": "e433710f-9217-458d-a79d-1c7aff376d89",
1561             "lcpCloudRegionId": null,
1562             "aicZoneId": null,
1563             "projectName": "WATKINS",
1564             "rollbackOnFailure": "true",
1565             "aicZoneName": null,
1566             "owningEntityName": "WayneHolland",
1567             "testApi": "VNF_API",
1568             "tenantName": null,
1569             "modelInfo": {
1570               "modelInvariantId": "561faa57-7bbb-40ec-a81c-c0d4133e98d4",
1571               "modelVersionId": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1572               "modelName": "AIM Transport SVC_ym161f",
1573               "modelVersion": "1.0",
1574               "uuid": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1575               "modelUniqueId": "12550cd7-7708-4f53-a09e-41d3d6327ebc"
1576             },
1577             "isALaCarte": false,
1578             "name": "AIM Transport SVC_ym161f",
1579             "version": "1.0",
1580             "description": "AIM Transport service",
1581             "category": "Network L1-3",
1582             "uuid": "12550cd7-7708-4f53-a09e-41d3d6327ebc",
1583             "invariantUuid": "561faa57-7bbb-40ec-a81c-c0d4133e98d4",
1584             "serviceType": "TRANSPORT",
1585             "serviceRole": "AIM",
1586             "vidNotions": {
1587               "instantiationUI": "transportService",
1588               "modelCategory": "Transport",
1589               "viewEditUI": "legacy",
1590               "instantiationType": "Macro"
1591             },
1592             "isEcompGeneratedNaming": true,
1593             "isMultiStepDesign": false
1594           }
1595         },
1596         "lcpRegionsAndTenants": {
1597           "lcpRegionList": [
1598             {
1599               "id": "AAIAIC25",
1600               "name": "AAIAIC25 (AIC)",
1601               "isPermitted": true,
1602               "cloudOwner": "irma-aic"
1603             },
1604             {
1605               "id": "hvf6",
1606               "name": "hvf6 (AIC)",
1607               "isPermitted": true,
1608               "cloudOwner": "irma-aic"
1609             }
1610           ],
1611           "lcpRegionsTenantsMap": {
1612             "AAIAIC25": [
1613               {
1614                 "id": "092eb9e8e4b7412e8787dd091bc58e86",
1615                 "name": "USP-SIP-IC-24335-T-01",
1616                 "isPermitted": true,
1617                 "cloudOwner": "irma-aic"
1618               }
1619             ],
1620             "hvf6": [
1621               {
1622                 "id": "bae71557c5bb4d5aac6743a4e5f1d054",
1623                 "name": "AIN Web Tool-15-D-testalexandria",
1624                 "isPermitted": true,
1625                 "cloudOwner": "irma-aic"
1626               },
1627               {
1628                 "id": "229bcdc6eaeb4ca59d55221141d01f8e",
1629                 "name": "AIN Web Tool-15-D-STTest2",
1630                 "isPermitted": true,
1631                 "cloudOwner": "irma-aic"
1632               },
1633               {
1634                 "id": "1178612d2b394be4834ad77f567c0af2",
1635                 "name": "AIN Web Tool-15-D-SSPtestcustome",
1636                 "isPermitted": true,
1637                 "cloudOwner": "irma-aic"
1638               },
1639               {
1640                 "id": "19c5ade915eb461e8af52fb2fd8cd1f2",
1641                 "name": "AIN Web Tool-15-D-UncheckedEcopm",
1642                 "isPermitted": true,
1643                 "cloudOwner": "irma-aic"
1644               },
1645               {
1646                 "id": "de007636e25249238447264a988a927b",
1647                 "name": "AIN Web Tool-15-D-dfsdf",
1648                 "isPermitted": true,
1649                 "cloudOwner": "irma-aic"
1650               },
1651               {
1652                 "id": "62f29b3613634ca6a3065cbe0e020c44",
1653                 "name": "AIN/SMS-16-D-Multiservices1",
1654                 "isPermitted": true,
1655                 "cloudOwner": "irma-aic"
1656               },
1657               {
1658                 "id": "649289e30d3244e0b48098114d63c2aa",
1659                 "name": "AIN Web Tool-15-D-SSPST66",
1660                 "isPermitted": true,
1661                 "cloudOwner": "irma-aic"
1662               },
1663               {
1664                 "id": "3f21eeea6c2c486bba31dab816c05a32",
1665                 "name": "AIN Web Tool-15-D-ASSPST47",
1666                 "isPermitted": true,
1667                 "cloudOwner": "irma-aic"
1668               },
1669               {
1670                 "id": "f60ce21d3ee6427586cff0d22b03b773",
1671                 "name": "CESAR-100-D-sspjg67246",
1672                 "isPermitted": true,
1673                 "cloudOwner": "irma-aic"
1674               },
1675               {
1676                 "id": "8774659e425f479895ae091bb5d46560",
1677                 "name": "CESAR-100-D-sspjg68359",
1678                 "isPermitted": true,
1679                 "cloudOwner": "irma-aic"
1680               },
1681               {
1682                 "id": "624eb554b0d147c19ff8885341760481",
1683                 "name": "AINWebTool-15-D-iftach",
1684                 "isPermitted": true,
1685                 "cloudOwner": "irma-aic"
1686               },
1687               {
1688                 "id": "214f55f5fc414c678059c383b03e4962",
1689                 "name": "CESAR-100-D-sspjg612401",
1690                 "isPermitted": true,
1691                 "cloudOwner": "irma-aic"
1692               },
1693               {
1694                 "id": "c90666c291664841bb98e4d981ff1db5",
1695                 "name": "CESAR-100-D-sspjg621340",
1696                 "isPermitted": true,
1697                 "cloudOwner": "irma-aic"
1698               },
1699               {
1700                 "id": "ce5b6bc5c7b348e1bf4b91ac9a174278",
1701                 "name": "sspjg621351cloned",
1702                 "isPermitted": true,
1703                 "cloudOwner": "irma-aic"
1704               },
1705               {
1706                 "id": "b386b768a3f24c8e953abbe0b3488c02",
1707                 "name": "AINWebTool-15-D-eteancomp",
1708                 "isPermitted": true,
1709                 "cloudOwner": "irma-aic"
1710               },
1711               {
1712                 "id": "dc6c4dbfd225474e9deaadd34968646c",
1713                 "name": "AINWebTool-15-T-SPFET",
1714                 "isPermitted": true,
1715                 "cloudOwner": "irma-aic"
1716               },
1717               {
1718                 "id": "02cb5030e9914aa4be120bd9ed1e19eb",
1719                 "name": "AINWebTool-15-X-eeweww",
1720                 "isPermitted": true,
1721                 "cloudOwner": "irma-aic"
1722               },
1723               {
1724                 "id": "f2f3830e4c984d45bcd00e1a04158a79",
1725                 "name": "CESAR-100-D-spjg61909",
1726                 "isPermitted": true,
1727                 "cloudOwner": "irma-aic"
1728               },
1729               {
1730                 "id": "05b91bd5137f4929878edd965755c06d",
1731                 "name": "CESAR-100-D-sspjg621512cloned",
1732                 "isPermitted": true,
1733                 "cloudOwner": "irma-aic"
1734               },
1735               {
1736                 "id": "7002fbe8482d4a989ddf445b1ce336e0",
1737                 "name": "AINWebTool-15-X-vdr",
1738                 "isPermitted": true,
1739                 "cloudOwner": "irma-aic"
1740               },
1741               {
1742                 "id": "4008522be43741dcb1f5422022a2aa0b",
1743                 "name": "AINWebTool-15-D-ssasa",
1744                 "isPermitted": true,
1745                 "cloudOwner": "irma-aic"
1746               },
1747               {
1748                 "id": "f44e2e96a1b6476abfda2fa407b00169",
1749                 "name": "AINWebTool-15-D-PFNPT",
1750                 "isPermitted": true,
1751                 "cloudOwner": "irma-aic"
1752               },
1753               {
1754                 "id": "b69a52bec8a84669a37a1e8b72708be7",
1755                 "name": "AINWebTool-15-X-vdre",
1756                 "isPermitted": true,
1757                 "cloudOwner": "irma-aic"
1758               },
1759               {
1760                 "id": "fac7d9fd56154caeb9332202dcf2969f",
1761                 "name": "AINWebTool-15-X-NONPODECOMP",
1762                 "isPermitted": true,
1763                 "cloudOwner": "irma-aic"
1764               },
1765               {
1766                 "id": "2d34d8396e194eb49969fd61ffbff961",
1767                 "name": "DN5242-Nov16-T5",
1768                 "isPermitted": true,
1769                 "cloudOwner": "irma-aic"
1770               },
1771               {
1772                 "id": "cb42a77ff45b48a8b8deb83bb64acc74",
1773                 "name": "ro-T11",
1774                 "isPermitted": true,
1775                 "cloudOwner": "irma-aic"
1776               },
1777               {
1778                 "id": "fa45ca53c80b492fa8be5477cd84fc2b",
1779                 "name": "ro-T112",
1780                 "isPermitted": true,
1781                 "cloudOwner": "irma-aic"
1782               },
1783               {
1784                 "id": "4914ab0ab3a743e58f0eefdacc1dde77",
1785                 "name": "DN5242-Nov21-T1",
1786                 "isPermitted": true,
1787                 "cloudOwner": "irma-aic"
1788               },
1789               {
1790                 "id": "d0a3e3f2964542259d155a81c41aadc3",
1791                 "name": "test-hvf6-09",
1792                 "isPermitted": true,
1793                 "cloudOwner": "irma-aic"
1794               },
1795               {
1796                 "id": "cbb99fe4ada84631b7baf046b6fd2044",
1797                 "name": "DN5242-Nov16-T3",
1798                 "isPermitted": true,
1799                 "cloudOwner": "irma-aic"
1800               }
1801             ]
1802           }
1803         },
1804         "subscribers": [
1805           {
1806             "id": "ERICA5779-Subscriber-2",
1807             "name": "ERICA5779-Subscriber-2",
1808             "isPermitted": false
1809           },
1810           {
1811             "id": "ERICA5779-Subscriber-3",
1812             "name": "ERICA5779-Subscriber-3",
1813             "isPermitted": false
1814           },
1815           {
1816             "id": "ERICA5779-Subscriber-4",
1817             "name": "ERICA5779-Subscriber-5",
1818             "isPermitted": false
1819           },
1820           {
1821             "id": "ERICA5779-TestSub-PWT-101",
1822             "name": "ERICA5779-TestSub-PWT-101",
1823             "isPermitted": false
1824           },
1825           {
1826             "id": "ERICA5779-TestSub-PWT-102",
1827             "name": "ERICA5779-TestSub-PWT-102",
1828             "isPermitted": false
1829           },
1830           {
1831             "id": "ERICA5779-TestSub-PWT-103",
1832             "name": "ERICA5779-TestSub-PWT-103",
1833             "isPermitted": false
1834           },
1835           {
1836             "id": "31739f3e-526b-11e6-beb8-9e71128cae77",
1837             "name": "CRAIG/ROBERTS",
1838             "isPermitted": false
1839           },
1840           {
1841             "id": "DHV1707-TestSubscriber-2",
1842             "name": "DALE BRIDGES",
1843             "isPermitted": false
1844           },
1845           {
1846             "id": "jimmy-example",
1847             "name": "JimmyExampleCust-20161102",
1848             "isPermitted": false
1849           },
1850           {
1851             "id": "jimmy-example2",
1852             "name": "JimmyExampleCust-20161103",
1853             "isPermitted": false
1854           },
1855           {
1856             "id": "CAR_2020_ER",
1857             "name": "CAR_2020_ER",
1858             "isPermitted": true
1859           },
1860           {
1861             "id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
1862             "name": "Emanuel",
1863             "isPermitted": true
1864           },
1865           {
1866             "id": "21014aa2-526b-11e6-beb8-9e71128cae77",
1867             "name": "JULIO ERICKSON",
1868             "isPermitted": false
1869           },
1870           {
1871             "id": "DHV1707-TestSubscriber-1",
1872             "name": "LLOYD BRIDGES",
1873             "isPermitted": false
1874           },
1875           {
1876             "id": "e433710f-9217-458d-a79d-1c7aff376d89",
1877             "name": "SILVIA ROBBINS",
1878             "isPermitted": true
1879           },
1880           {
1881             "id": "global-customer-id",
1882             "name": "global-customer-id",
1883             "isPermitted": true
1884           }
1885         ],
1886         "productFamilies": null,
1887         "serviceTypes": {
1888           "e433710f-9217-458d-a79d-1c7aff376d89": [
1889             {
1890               "id": "17",
1891               "name": "JOHANNA_SANTOS",
1892               "isPermitted": false
1893             },
1894             {
1895               "id": "16",
1896               "name": "LINDSEY",
1897               "isPermitted": false
1898             },
1899             {
1900               "id": "2",
1901               "name": "Emanuel",
1902               "isPermitted": false
1903             },
1904             {
1905               "id": "5",
1906               "name": "Kennedy",
1907               "isPermitted": false
1908             },
1909             {
1910               "id": "14",
1911               "name": "SSD",
1912               "isPermitted": false
1913             },
1914             {
1915               "id": "1",
1916               "name": "TYLER SILVIA",
1917               "isPermitted": true
1918             },
1919             {
1920               "id": "12",
1921               "name": "VPMS",
1922               "isPermitted": false
1923             },
1924             {
1925               "id": "3",
1926               "name": "vJamie",
1927               "isPermitted": false
1928             },
1929             {
1930               "id": "0",
1931               "name": "vRichardson",
1932               "isPermitted": false
1933             },
1934             {
1935               "id": "18",
1936               "name": "vCarroll",
1937               "isPermitted": false
1938             },
1939             {
1940               "id": "9",
1941               "name": "vFLORENCE",
1942               "isPermitted": false
1943             },
1944             {
1945               "id": "13",
1946               "name": "vWINIFRED",
1947               "isPermitted": false
1948             },
1949             {
1950               "id": "10",
1951               "name": "vMNS",
1952               "isPermitted": false
1953             },
1954             {
1955               "id": "15",
1956               "name": "vMOG",
1957               "isPermitted": false
1958             },
1959             {
1960               "id": "8",
1961               "name": "vOTA",
1962               "isPermitted": false
1963             },
1964             {
1965               "id": "11",
1966               "name": "vEsmeralda",
1967               "isPermitted": false
1968             },
1969             {
1970               "id": "6",
1971               "name": "vPorfirio",
1972               "isPermitted": false
1973             },
1974             {
1975               "id": "7",
1976               "name": "vVM",
1977               "isPermitted": false
1978             },
1979             {
1980               "id": "4",
1981               "name": "vVoiceMail",
1982               "isPermitted": false
1983             }
1984           ]
1985         },
1986         "aicZones": [
1987           {
1988             "id": "ATL53",
1989             "name": "AAIATLTE-ATL53"
1990           },
1991           {
1992             "id": "ABC15",
1993             "name": "AAITESAN-ABC15"
1994           },
1995           {
1996             "id": "TES36",
1997             "name": "ABCEETES-TES36"
1998           },
1999           {
2000             "id": "ATL54",
2001             "name": "AICFTAAI-ATL54"
2002           },
2003           {
2004             "id": "ATL43",
2005             "name": "AICLOCID-ATL43"
2006           },
2007           {
2008             "id": "AMD15",
2009             "name": "AMDFAA01-AMD15"
2010           },
2011           {
2012             "id": "AMF11",
2013             "name": "AMDOCS01-AMF11"
2014           },
2015           {
2016             "id": "RCT1",
2017             "name": "AMSTERNL-RCT1"
2018           },
2019           {
2020             "id": "AMS1",
2021             "name": "AMSTNLBW-AMS1"
2022           },
2023           {
2024             "id": "HJH1",
2025             "name": "AOEEQQQD-HJH1"
2026           },
2027           {
2028             "id": "HJE1",
2029             "name": "AOEEWWWD-HJE1"
2030           },
2031           {
2032             "id": "MCS1",
2033             "name": "ASACMAMS-MCS1"
2034           },
2035           {
2036             "id": "AUG1",
2037             "name": "ASDFGHJK-AUG1"
2038           },
2039           {
2040             "id": "LUC1",
2041             "name": "ATLDFGYC-LUC1"
2042           },
2043           {
2044             "id": "ATL1",
2045             "name": "ATLNGAMA-ATL1"
2046           },
2047           {
2048             "id": "ATL2",
2049             "name": "ATLNGANW-ATL2"
2050           },
2051           {
2052             "id": "HPO1",
2053             "name": "ATLNGAUP-HPO1"
2054           },
2055           {
2056             "id": "ANI1",
2057             "name": "ATLNGTRE-ANI1"
2058           },
2059           {
2060             "id": "ATL44",
2061             "name": "ATLSANAB-ATL44"
2062           },
2063           {
2064             "id": "ATL56",
2065             "name": "ATLSANAC-ATL56"
2066           },
2067           {
2068             "id": "ABC11",
2069             "name": "ATLSANAI-ABC11"
2070           },
2071           {
2072             "id": "ATL34",
2073             "name": "ATLSANAI-ATL34"
2074           },
2075           {
2076             "id": "ATL63",
2077             "name": "ATLSANEW-ATL63"
2078           },
2079           {
2080             "id": "ABC12",
2081             "name": "ATLSECIA-ABC12"
2082           },
2083           {
2084             "id": "AMD18",
2085             "name": "AUDIMA01-AMD18"
2086           },
2087           {
2088             "id": "AVT1",
2089             "name": "AVTRFLHD-AVT1"
2090           },
2091           {
2092             "id": "KIT1",
2093             "name": "BHYJFGLN-KIT1"
2094           },
2095           {
2096             "id": "BHY17",
2097             "name": "BHYTFRF3-BHY17"
2098           },
2099           {
2100             "id": "RTW5",
2101             "name": "BHYTFRY4-RTW5"
2102           },
2103           {
2104             "id": "RTZ4",
2105             "name": "BHYTFRZ6-RTZ4"
2106           },
2107           {
2108             "id": "RTD2",
2109             "name": "BHYTFRk4-RTD2"
2110           },
2111           {
2112             "id": "BNA1",
2113             "name": "BNARAGBK-BNA1"
2114           },
2115           {
2116             "id": "VEL1",
2117             "name": "BNMLKUIK-VEL1"
2118           },
2119           {
2120             "id": "BOT1",
2121             "name": "BOTHWAKY-BOT1"
2122           },
2123           {
2124             "id": "CAL33",
2125             "name": "CALIFORN-CAL33"
2126           },
2127           {
2128             "id": "ATL84",
2129             "name": "CANTTCOC-ATL84"
2130           },
2131           {
2132             "id": "HSD1",
2133             "name": "CHASKCDS-HSD1"
2134           },
2135           {
2136             "id": "CHI1",
2137             "name": "CHILLIWE-CHI1"
2138           },
2139           {
2140             "id": "XCP12",
2141             "name": "CHKGH123-XCP12"
2142           },
2143           {
2144             "id": "JNL1",
2145             "name": "CJALSDAC-JNL1"
2146           },
2147           {
2148             "id": "KJN1",
2149             "name": "CKALDKSA-KJN1"
2150           },
2151           {
2152             "id": "CLG1",
2153             "name": "CLGRABAD-CLG1"
2154           },
2155           {
2156             "id": "CKL1",
2157             "name": "CLKSKCKK-CKL1"
2158           },
2159           {
2160             "id": "ATL66",
2161             "name": "CLLIAAII-ATL66"
2162           },
2163           {
2164             "id": "CQK1",
2165             "name": "CQKSCAKK-CQK1"
2166           },
2167           {
2168             "id": "CWY1",
2169             "name": "CWYMOWBS-CWY1"
2170           },
2171           {
2172             "id": "DKJ1",
2173             "name": "DKJSJDKA-DKJ1"
2174           },
2175           {
2176             "id": "DSF45",
2177             "name": "DSFBG123-DSF45"
2178           },
2179           {
2180             "id": "DSL12",
2181             "name": "DSLFK242-DSL12"
2182           },
2183           {
2184             "id": "FDE55",
2185             "name": "FDERT555-FDE55"
2186           },
2187           {
2188             "id": "VEN2",
2189             "name": "FGHJUHIL-VEN2"
2190           },
2191           {
2192             "id": "ATL64",
2193             "name": "FORLOAAJ-ATL64"
2194           },
2195           {
2196             "id": "GNV1",
2197             "name": "GNVLSCTL-GNV1"
2198           },
2199           {
2200             "id": "SAN22",
2201             "name": "GNVLSCTL-SAN22"
2202           },
2203           {
2204             "id": "KAP1",
2205             "name": "HIOUYTRQ-KAP1"
2206           },
2207           {
2208             "id": "LIS1",
2209             "name": "HOSTPROF-LIS1"
2210           },
2211           {
2212             "id": "HRG1",
2213             "name": "HRGHRGGS-HRG1"
2214           },
2215           {
2216             "id": "HST25",
2217             "name": "HSTNTX01-HST25"
2218           },
2219           {
2220             "id": "STN27",
2221             "name": "HSTNTX01-STN27"
2222           },
2223           {
2224             "id": "HST70",
2225             "name": "HSTNTX70-HST70"
2226           },
2227           {
2228             "id": "KOR1",
2229             "name": "HYFLNBVT-KOR1"
2230           },
2231           {
2232             "id": "RAD10",
2233             "name": "INDIPUNE-RAD10"
2234           },
2235           {
2236             "id": "REL1",
2237             "name": "INGERFGT-REL1"
2238           },
2239           {
2240             "id": "JAD1",
2241             "name": "JADECLLI-JAD1"
2242           },
2243           {
2244             "id": "HKA1",
2245             "name": "JAKHLASS-HKA1"
2246           },
2247           {
2248             "id": "JCS1",
2249             "name": "JCSJSCJS-JCS1"
2250           },
2251           {
2252             "id": "JCV1",
2253             "name": "JCVLFLBW-JCV1"
2254           },
2255           {
2256             "id": "KGM2",
2257             "name": "KGMTNC20-KGM2"
2258           },
2259           {
2260             "id": "KJF12",
2261             "name": "KJFDH123-KJF12"
2262           },
2263           {
2264             "id": "JGS1",
2265             "name": "KSJKKKKK-JGS1"
2266           },
2267           {
2268             "id": "LAG1",
2269             "name": "LARGIZON-LAG1"
2270           },
2271           {
2272             "id": "LAG1a",
2273             "name": "LARGIZON-LAG1a"
2274           },
2275           {
2276             "id": "LAG45",
2277             "name": "LARGIZON-LAG1a"
2278           },
2279           {
2280             "id": "LAG1b",
2281             "name": "LARGIZON-LAG1b"
2282           },
2283           {
2284             "id": "WAN1",
2285             "name": "LEIWANGW-WAN1"
2286           },
2287           {
2288             "id": "DSA1",
2289             "name": "LKJHGFDS-DSA1"
2290           },
2291           {
2292             "id": "LON1",
2293             "name": "LONEENCO-LON1"
2294           },
2295           {
2296             "id": "SITE",
2297             "name": "LONEENCO-SITE"
2298           },
2299           {
2300             "id": "ZXL1",
2301             "name": "LWLWCANN-ZXL1"
2302           },
2303           {
2304             "id": "hvf20",
2305             "name": "MDTWNJ21-hvf20"
2306           },
2307           {
2308             "id": "hvf32",
2309             "name": "MDTWNJ21-hvf32"
2310           },
2311           {
2312             "id": "AMD13",
2313             "name": "MEMATLAN-AMD13"
2314           },
2315           {
2316             "id": "MIC54",
2317             "name": "MICHIGAN-MIC54"
2318           },
2319           {
2320             "id": "MAR1",
2321             "name": "MNBVCXZM-MAR1"
2322           },
2323           {
2324             "id": "NCA1",
2325             "name": "NCANCANN-NCA1"
2326           },
2327           {
2328             "id": "NFT1",
2329             "name": "NFTJSSSS-NFT1"
2330           },
2331           {
2332             "id": "GAR1",
2333             "name": "NGFVSJKO-GAR1"
2334           },
2335           {
2336             "id": "NYC1",
2337             "name": "NYCMNY54-NYC1"
2338           },
2339           {
2340             "id": "OKC1",
2341             "name": "OKCBOK55-OKC1"
2342           },
2343           {
2344             "id": "OLG1",
2345             "name": "OLHOLHOL-OLG1"
2346           },
2347           {
2348             "id": "OLK1",
2349             "name": "OLKOLKLS-OLK1"
2350           },
2351           {
2352             "id": "NIR1",
2353             "name": "ORFLMANA-NIR1"
2354           },
2355           {
2356             "id": "JAN1",
2357             "name": "ORFLMATT-JAN1"
2358           },
2359           {
2360             "id": "ORL1",
2361             "name": "ORLDFLMA-ORL1"
2362           },
2363           {
2364             "id": "PAR1",
2365             "name": "PARSFRCG-PAR1"
2366           },
2367           {
2368             "id": "PBL1",
2369             "name": "PBLAPBAI-PBL1"
2370           },
2371           {
2372             "id": "mac10",
2373             "name": "PKGTESTF-mac10"
2374           },
2375           {
2376             "id": "mac20",
2377             "name": "PKGTESTF-mac20"
2378           },
2379           {
2380             "id": "TIR2",
2381             "name": "PLKINHYI-TIR2"
2382           },
2383           {
2384             "id": "IBB1",
2385             "name": "PLMKOIJU-IBB1"
2386           },
2387           {
2388             "id": "COM1",
2389             "name": "PLMKOPIU-COM1"
2390           },
2391           {
2392             "id": "POI1",
2393             "name": "PLMNJKIU-POI1"
2394           },
2395           {
2396             "id": "PLT1",
2397             "name": "PLTNCA60-PLT1"
2398           },
2399           {
2400             "id": "POI22",
2401             "name": "POIUY123-POI22"
2402           },
2403           {
2404             "id": "DCC1",
2405             "name": "POIUYTGH-DCC1"
2406           },
2407           {
2408             "id": "DCC1a",
2409             "name": "POIUYTGH-DCC1a"
2410           },
2411           {
2412             "id": "DCC1b",
2413             "name": "POIUYTGH-DCC1b"
2414           },
2415           {
2416             "id": "DCC2",
2417             "name": "POIUYTGH-DCC2"
2418           },
2419           {
2420             "id": "DCC3",
2421             "name": "POIUYTGH-DCC3"
2422           },
2423           {
2424             "id": "IAA1",
2425             "name": "QAZXSWED-IAA1"
2426           },
2427           {
2428             "id": "QWE1",
2429             "name": "QWECLLI1-QWE1"
2430           },
2431           {
2432             "id": "NUM1",
2433             "name": "QWERTYUI-NUM1"
2434           },
2435           {
2436             "id": "RAD1",
2437             "name": "RADICAL1-RAD1"
2438           },
2439           {
2440             "id": "RJN1",
2441             "name": "RJNRBZAW-RJN1"
2442           },
2443           {
2444             "id": "SAA13",
2445             "name": "SAIT1AA9-SAA13"
2446           },
2447           {
2448             "id": "SAA14",
2449             "name": "SAIT1AA9-SAA14"
2450           },
2451           {
2452             "id": "SDD81",
2453             "name": "SAIT1DD6-SDD81"
2454           },
2455           {
2456             "id": "SDD82",
2457             "name": "SAIT1DD9-SDD82"
2458           },
2459           {
2460             "id": "SAA11",
2461             "name": "SAIT9AA2-SAA11"
2462           },
2463           {
2464             "id": "SAA80",
2465             "name": "SAIT9AA3-SAA80"
2466           },
2467           {
2468             "id": "SAA12",
2469             "name": "SAIT9AF8-SAA12"
2470           },
2471           {
2472             "id": "SCC80",
2473             "name": "SAIT9CC3-SCC80"
2474           },
2475           {
2476             "id": "ATL75",
2477             "name": "SANAAIRE-ATL75"
2478           },
2479           {
2480             "id": "ICC1",
2481             "name": "SANJITAT-ICC1"
2482           },
2483           {
2484             "id": "SCK1",
2485             "name": "SCKSCKSK-SCK1"
2486           },
2487           {
2488             "id": "EHH78",
2489             "name": "SDCSHHH5-EHH78"
2490           },
2491           {
2492             "id": "SAA78",
2493             "name": "SDCTAAA1-SAA78"
2494           },
2495           {
2496             "id": "SAX78",
2497             "name": "SDCTAXG1-SAX78"
2498           },
2499           {
2500             "id": "SBX78",
2501             "name": "SDCTBXG1-SBX78"
2502           },
2503           {
2504             "id": "SEE78",
2505             "name": "SDCTEEE4-SEE78"
2506           },
2507           {
2508             "id": "SGG78",
2509             "name": "SDCTGGG1-SGG78"
2510           },
2511           {
2512             "id": "SXB78",
2513             "name": "SDCTGXB1-SXB78"
2514           },
2515           {
2516             "id": "SJJ78",
2517             "name": "SDCTJJJ1-SJJ78"
2518           },
2519           {
2520             "id": "SKK78",
2521             "name": "SDCTKKK1-SKK78"
2522           },
2523           {
2524             "id": "SLF78",
2525             "name": "SDCTLFN1-SLF78"
2526           },
2527           {
2528             "id": "SLL78",
2529             "name": "SDCTLLL1-SLL78"
2530           },
2531           {
2532             "id": "MAD11",
2533             "name": "SDFQWGKL-MAD11"
2534           },
2535           {
2536             "id": "HGD1",
2537             "name": "SDFQWHGD-HGD1"
2538           },
2539           {
2540             "id": "SBB78",
2541             "name": "SDIT1BBB-SBB78"
2542           },
2543           {
2544             "id": "SDG78",
2545             "name": "SDIT1BDG-SDG78"
2546           },
2547           {
2548             "id": "SBU78",
2549             "name": "SDIT1BUB-SBU78"
2550           },
2551           {
2552             "id": "SHH78",
2553             "name": "SDIT1HHH-SHH78"
2554           },
2555           {
2556             "id": "SJU78",
2557             "name": "SDIT1JUB-SJU78"
2558           },
2559           {
2560             "id": "SNA1",
2561             "name": "SNANTXCA-SNA1"
2562           },
2563           {
2564             "id": "SAM1",
2565             "name": "SNDGCA64-SAN1"
2566           },
2567           {
2568             "id": "SNG1",
2569             "name": "SNGPSIAU-SNG1"
2570           },
2571           {
2572             "id": "SSA56",
2573             "name": "SSIT2AA7-SSA56"
2574           },
2575           {
2576             "id": "STG1",
2577             "name": "STTGGE62-STG1"
2578           },
2579           {
2580             "id": "STT1",
2581             "name": "STTLWA02-STT1"
2582           },
2583           {
2584             "id": "SYD1",
2585             "name": "SYDNAUBV-SYD1"
2586           },
2587           {
2588             "id": "ATL99",
2589             "name": "TEESTAAI-ATL43"
2590           },
2591           {
2592             "id": "ATL98",
2593             "name": "TEESTAAI-ATL43"
2594           },
2595           {
2596             "id": "ATL76",
2597             "name": "TELEPAAI-ATL76"
2598           },
2599           {
2600             "id": "ABC14",
2601             "name": "TESAAISA-ABC14"
2602           },
2603           {
2604             "id": "TAT33",
2605             "name": "TESAAISA-TAT33"
2606           },
2607           {
2608             "id": "TAT34",
2609             "name": "TESAAISB-TAT34"
2610           },
2611           {
2612             "id": "TAT37",
2613             "name": "TESAAISD-TAT37"
2614           },
2615           {
2616             "id": "ATL62",
2617             "name": "TESSASCH-ATL62"
2618           },
2619           {
2620             "id": "TLP1",
2621             "name": "TLPNXM18-TLP1"
2622           },
2623           {
2624             "id": "SAN13",
2625             "name": "TOKYJPFA-SAN13"
2626           },
2627           {
2628             "id": "TOK1",
2629             "name": "TOKYJPFA-TOK1"
2630           },
2631           {
2632             "id": "TOL1",
2633             "name": "TOLDOH21-TOL1"
2634           },
2635           {
2636             "id": "TOR1",
2637             "name": "TOROONXN-TOR1"
2638           },
2639           {
2640             "id": "TOY1",
2641             "name": "TORYONNZ-TOY1"
2642           },
2643           {
2644             "id": "ATL35",
2645             "name": "TTESSAAI-ATL35"
2646           },
2647           {
2648             "id": "TUF1",
2649             "name": "TUFCLLI1-TUF1"
2650           },
2651           {
2652             "id": "SAI1",
2653             "name": "UBEKQLPD-SAI1"
2654           },
2655           {
2656             "id": "UUU4",
2657             "name": "UUUAAAUU-UUU4"
2658           },
2659           {
2660             "id": "YYY1",
2661             "name": "UUUAIAAI-YYY1"
2662           },
2663           {
2664             "id": "BAN1",
2665             "name": "VSDKYUTP-BAN1"
2666           },
2667           {
2668             "id": "WAS1",
2669             "name": "WASHDCSW-WAS1"
2670           },
2671           {
2672             "id": "APP1",
2673             "name": "WBHGTYUI-APP1"
2674           },
2675           {
2676             "id": "SUL2",
2677             "name": "WERTYUJK-SUL2"
2678           },
2679           {
2680             "id": "DEF2",
2681             "name": "WSBHGTYL-DEF2"
2682           },
2683           {
2684             "id": "DHA12",
2685             "name": "WSXEDECF-DHA12"
2686           },
2687           {
2688             "id": "MNT11",
2689             "name": "WSXEFBTH-MNT11"
2690           },
2691           {
2692             "id": "RAJ1",
2693             "name": "YGBIJNLQ-RAJ1"
2694           },
2695           {
2696             "id": "JAG1",
2697             "name": "YUDFJULP-JAG1"
2698           },
2699           {
2700             "id": "ZEN1",
2701             "name": "ZENCLLI1-ZEN1"
2702           },
2703           {
2704             "id": "ZOG1",
2705             "name": "ZOGASTRO-ZOG1"
2706           },
2707           {
2708             "id": "SDE1",
2709             "name": "ZXCVBNMA-SDE1"
2710           },
2711           {
2712             "id": "SIP1",
2713             "name": "ZXCVBNMK-SIP1"
2714           },
2715           {
2716             "id": "JUL1",
2717             "name": "ZXCVBNMM-JUL1"
2718           },
2719           {
2720             "id": "ERT1",
2721             "name": "ertclli1-ERT1"
2722           },
2723           {
2724             "id": "IOP1",
2725             "name": "iopclli1-IOP1"
2726           },
2727           {
2728             "id": "OPA1",
2729             "name": "opaclli1-OPA1"
2730           },
2731           {
2732             "id": "RAI1",
2733             "name": "poiuytre-RAI1"
2734           },
2735           {
2736             "id": "PUR1",
2737             "name": "purelyde-PUR1"
2738           },
2739           {
2740             "id": "RTY1",
2741             "name": "rtyclli1-RTY1"
2742           },
2743           {
2744             "id": "SDF1",
2745             "name": "sdfclli1-SDF1"
2746           },
2747           {
2748             "id": "SSW56",
2749             "name": "ss8126GT-SSW56"
2750           },
2751           {
2752             "id": "UIO1",
2753             "name": "uioclli1-UIO1"
2754           }
2755         ],
2756         "categoryParameters": {
2757           "owningEntityList": [
2758             {
2759               "id": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
2760               "name": "WayneHolland"
2761             },
2762             {
2763               "id": "Melissa",
2764               "name": "Melissa"
2765             },
2766             {
2767               "id": "aaa1",
2768               "name": "aaa1"
2769             }
2770           ],
2771           "projectList": [
2772             {
2773               "id": "WATKINS",
2774               "name": "WATKINS"
2775             },
2776             {
2777               "id": "x1",
2778               "name": "x1"
2779             },
2780             {
2781               "id": "yyy1",
2782               "name": "yyy1"
2783             }
2784           ],
2785           "lineOfBusinessList": [
2786             {
2787               "id": "ONAP",
2788               "name": "ONAP"
2789             },
2790             {
2791               "id": "zzz1",
2792               "name": "zzz1"
2793             }
2794           ],
2795           "platformList": [
2796             {
2797               "id": "platform",
2798               "name": "platform"
2799             },
2800             {
2801               "id": "xxx1",
2802               "name": "xxx1"
2803             }
2804           ]
2805         },
2806         "type": "UPDATE_LCP_REGIONS_AND_TENANTS"
2807       }
2808
2809     }
2810   }