2021-10-07 02:13:53,505 DEBUG 23:basic_cnf.py(1) - BasicCnf init started 2021-10-07 02:13:53,505 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py:117: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._yaml_template: dict = load(yaml_template) 2021-10-07 02:13:53,514 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_network', value='onaptests.scenario.basic_network:BasicNetwork', group='xtesting.testcase') 2021-10-07 02:13:53,514 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase') 2021-10-07 02:13:53,515 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2021-10-07 02:13:53,515 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2021-10-07 02:13:53,515 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro_stability', value='onaptests.scenario.basic_vm_macro_stability:BasicVmMacroStability', group='xtesting.testcase') 2021-10-07 02:13:53,516 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2021-10-07 02:13:53,516 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2021-10-07 02:13:53,516 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2021-10-07 02:13:53,517 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2021-10-07 02:13:53,517 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2021-10-07 02:13:53,517 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2021-10-07 02:13:53,518 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2021-10-07 02:13:53,518 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2021-10-07 02:13:53,518 INFO 169:run_tests.py(1) - Running test case 'basic_cnf'... 2021-10-07 02:13:53,519 DEBUG 33:basic_cnf.py(1) - start time 2021-10-07 02:13:53,519 INFO 116:k8s_profile_create.py(1) - Create the k8s profile if it doesn't exist 2021-10-07 02:13:53,519 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-10-07 02:13:53,520 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-10-07 02:13:53,520 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:53,521 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-10-07 02:13:53,521 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-10-07 02:13:53,524 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:53,741 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 691 2021-10-07 02:13:53,743 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-10-07 02:13:53,743 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"06eede2d6c3441f4a2ece84c5d5474d1","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"bde6993aa3f449f1b66c56a3b46e543d","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"cc58e04b7b544d2fbb6474f6c970fdf6","type":"vlm","name":"f08fb937-cdcf-4c56-883a","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"5ab734d6a7b1419082fdd2b6a04fd64f","type":"vlm","name":"00f504ed-842f-44c3-bdc9","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-10-07 02:13:53,745 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-10-07 02:13:53,745 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-10-07 02:13:53,745 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-10-07 02:13:53,745 INFO 267:__init__.py(1) - attempting to create Vendor basicnf_vendor in SDC 2021-10-07 02:13:53,746 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-10-07 02:13:53,746 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-10-07 02:13:53,746 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:53,746 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-10-07 02:13:53,746 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-10-07 02:13:53,748 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:53,843 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 691 2021-10-07 02:13:53,845 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-10-07 02:13:53,845 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"06eede2d6c3441f4a2ece84c5d5474d1","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"bde6993aa3f449f1b66c56a3b46e543d","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"cc58e04b7b544d2fbb6474f6c970fdf6","type":"vlm","name":"f08fb937-cdcf-4c56-883a","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"5ab734d6a7b1419082fdd2b6a04fd64f","type":"vlm","name":"00f504ed-842f-44c3-bdc9","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-10-07 02:13:53,848 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-10-07 02:13:53,848 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-10-07 02:13:53,848 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-10-07 02:13:53,868 DEBUG 129:onap_service.py(1) - [SDC][create Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:53,868 DEBUG 131:onap_service.py(1) - [SDC][create Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-10-07 02:13:53,869 DEBUG 132:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basicnf_vendor", "description": "vendor" } 2021-10-07 02:13:53,870 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,330 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 159 2021-10-07 02:13:54,332 INFO 142:onap_service.py(1) - [SDC][create Vendor] response code: 200 2021-10-07 02:13:54,332 DEBUG 146:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"4dac76b33043446e81ffcd10e249223a","version":{"id":"410aa1f5c4fc42479b6d37826feb2c32","name":"1.0","description":"Initial version","status":"Draft"}} 2021-10-07 02:13:54,334 INFO 285:__init__.py(1) - Vendor basicnf_vendor is created in SDC 2021-10-07 02:13:54,334 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicnf_vendor in SDC 2021-10-07 02:13:54,339 DEBUG 129:onap_service.py(1) - [SDC][Submit Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,339 DEBUG 131:onap_service.py(1) - [SDC][Submit Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/4dac76b33043446e81ffcd10e249223a/versions/410aa1f5c4fc42479b6d37826feb2c32/actions 2021-10-07 02:13:54,339 DEBUG 132:onap_service.py(1) - [SDC][Submit Vendor] data sent: { "action": "Submit" } 2021-10-07 02:13:54,341 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,576 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/4dac76b33043446e81ffcd10e249223a/versions/410aa1f5c4fc42479b6d37826feb2c32/actions HTTP/1.1" 200 2 2021-10-07 02:13:54,578 INFO 142:onap_service.py(1) - [SDC][Submit Vendor] response code: 200 2021-10-07 02:13:54,578 DEBUG 146:onap_service.py(1) - [SDC][Submit Vendor] response: {} 2021-10-07 02:13:54,580 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/instantiate/vf_module_ala_carte.py:59: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._yaml_template: dict = load(yaml_template) 2021-10-07 02:13:54,586 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-10-07 02:13:54,586 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-10-07 02:13:54,587 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,587 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-10-07 02:13:54,587 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-10-07 02:13:54,589 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,637 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-10-07 02:13:54,638 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-10-07 02:13:54,639 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_mdbjLc_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"06eede2d6c3441f4a2ece84c5d5474d1","onboardingMethod":"NetworkPackage","id":"7cc3ccf35a0b4dc19d50a68b3555576a","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"bde6993aa3f449f1b66c56a3b46e543d","onboardingMethod":"NetworkPackage","id":"7fe98917571a4068940900e477f27822","owner":"cs0008","status":"ACTIVE"},{"name":"pNF d6f91eee-c99a","description":"vendor software product","vendorName":"f08fb937-cdcf-4c56-883a","vendorId":"cc58e04b7b544d2fbb6474f6c970fdf6","onboardingMethod":"NetworkPackage","id":"14e3237069944a22b433c8bf62bbd632","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 823c4d34-5945","description":"vendor software product","vendorName":"00f504ed-842f-44c3-bdc9","vendorId":"5ab734d6a7b1419082fdd2b6a04fd64f","onboardingMethod":"NetworkPackage","id":"a1b867f489ce4e698fe0c4e1b8752c90","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-10-07 02:13:54,640 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_mdbjLc_VSP from SDC 2021-10-07 02:13:54,641 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-10-07 02:13:54,641 DEBUG 324:vsp.py(1) - importing VSP pNF d6f91eee-c99a from SDC 2021-10-07 02:13:54,641 DEBUG 324:vsp.py(1) - importing VSP vFW 823c4d34-5945 from SDC 2021-10-07 02:13:54,641 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-10-07 02:13:54,642 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-10-07 02:13:54,642 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-10-07 02:13:54,642 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-10-07 02:13:54,642 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-10-07 02:13:54,643 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,643 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-10-07 02:13:54,643 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-10-07 02:13:54,645 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,679 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-10-07 02:13:54,680 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-10-07 02:13:54,681 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_mdbjLc_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"06eede2d6c3441f4a2ece84c5d5474d1","onboardingMethod":"NetworkPackage","id":"7cc3ccf35a0b4dc19d50a68b3555576a","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"bde6993aa3f449f1b66c56a3b46e543d","onboardingMethod":"NetworkPackage","id":"7fe98917571a4068940900e477f27822","owner":"cs0008","status":"ACTIVE"},{"name":"pNF d6f91eee-c99a","description":"vendor software product","vendorName":"f08fb937-cdcf-4c56-883a","vendorId":"cc58e04b7b544d2fbb6474f6c970fdf6","onboardingMethod":"NetworkPackage","id":"14e3237069944a22b433c8bf62bbd632","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 823c4d34-5945","description":"vendor software product","vendorName":"00f504ed-842f-44c3-bdc9","vendorId":"5ab734d6a7b1419082fdd2b6a04fd64f","onboardingMethod":"NetworkPackage","id":"a1b867f489ce4e698fe0c4e1b8752c90","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-10-07 02:13:54,683 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_mdbjLc_VSP from SDC 2021-10-07 02:13:54,683 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-10-07 02:13:54,683 DEBUG 324:vsp.py(1) - importing VSP pNF d6f91eee-c99a from SDC 2021-10-07 02:13:54,683 DEBUG 324:vsp.py(1) - importing VSP vFW 823c4d34-5945 from SDC 2021-10-07 02:13:54,684 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-10-07 02:13:54,684 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-10-07 02:13:54,684 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-10-07 02:13:54,685 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-10-07 02:13:54,685 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-10-07 02:13:54,685 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,686 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-10-07 02:13:54,686 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-10-07 02:13:54,688 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,746 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-10-07 02:13:54,747 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-10-07 02:13:54,748 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_mdbjLc_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"06eede2d6c3441f4a2ece84c5d5474d1","onboardingMethod":"NetworkPackage","id":"7cc3ccf35a0b4dc19d50a68b3555576a","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"bde6993aa3f449f1b66c56a3b46e543d","onboardingMethod":"NetworkPackage","id":"7fe98917571a4068940900e477f27822","owner":"cs0008","status":"ACTIVE"},{"name":"pNF d6f91eee-c99a","description":"vendor software product","vendorName":"f08fb937-cdcf-4c56-883a","vendorId":"cc58e04b7b544d2fbb6474f6c970fdf6","onboardingMethod":"NetworkPackage","id":"14e3237069944a22b433c8bf62bbd632","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 823c4d34-5945","description":"vendor software product","vendorName":"00f504ed-842f-44c3-bdc9","vendorId":"5ab734d6a7b1419082fdd2b6a04fd64f","onboardingMethod":"NetworkPackage","id":"a1b867f489ce4e698fe0c4e1b8752c90","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-10-07 02:13:54,751 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_mdbjLc_VSP from SDC 2021-10-07 02:13:54,752 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-10-07 02:13:54,752 DEBUG 324:vsp.py(1) - importing VSP pNF d6f91eee-c99a from SDC 2021-10-07 02:13:54,753 DEBUG 324:vsp.py(1) - importing VSP vFW 823c4d34-5945 from SDC 2021-10-07 02:13:54,753 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-10-07 02:13:54,754 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-10-07 02:13:54,754 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-10-07 02:13:54,755 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-10-07 02:13:54,755 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-10-07 02:13:54,756 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,756 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-10-07 02:13:54,756 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-10-07 02:13:54,759 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,819 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-10-07 02:13:54,820 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-10-07 02:13:54,820 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_mdbjLc_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"06eede2d6c3441f4a2ece84c5d5474d1","onboardingMethod":"NetworkPackage","id":"7cc3ccf35a0b4dc19d50a68b3555576a","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"bde6993aa3f449f1b66c56a3b46e543d","onboardingMethod":"NetworkPackage","id":"7fe98917571a4068940900e477f27822","owner":"cs0008","status":"ACTIVE"},{"name":"pNF d6f91eee-c99a","description":"vendor software product","vendorName":"f08fb937-cdcf-4c56-883a","vendorId":"cc58e04b7b544d2fbb6474f6c970fdf6","onboardingMethod":"NetworkPackage","id":"14e3237069944a22b433c8bf62bbd632","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 823c4d34-5945","description":"vendor software product","vendorName":"00f504ed-842f-44c3-bdc9","vendorId":"5ab734d6a7b1419082fdd2b6a04fd64f","onboardingMethod":"NetworkPackage","id":"a1b867f489ce4e698fe0c4e1b8752c90","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-10-07 02:13:54,822 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_mdbjLc_VSP from SDC 2021-10-07 02:13:54,823 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-10-07 02:13:54,823 DEBUG 324:vsp.py(1) - importing VSP pNF d6f91eee-c99a from SDC 2021-10-07 02:13:54,823 DEBUG 324:vsp.py(1) - importing VSP vFW 823c4d34-5945 from SDC 2021-10-07 02:13:54,823 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-10-07 02:13:54,823 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-10-07 02:13:54,823 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-10-07 02:13:54,824 INFO 267:__init__.py(1) - attempting to create Vsp basic_cnf_VSP in SDC 2021-10-07 02:13:54,824 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-10-07 02:13:54,824 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-10-07 02:13:54,825 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,825 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-10-07 02:13:54,825 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-10-07 02:13:54,827 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,865 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-10-07 02:13:54,868 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-10-07 02:13:54,868 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_mdbjLc_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"06eede2d6c3441f4a2ece84c5d5474d1","onboardingMethod":"NetworkPackage","id":"7cc3ccf35a0b4dc19d50a68b3555576a","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"bde6993aa3f449f1b66c56a3b46e543d","onboardingMethod":"NetworkPackage","id":"7fe98917571a4068940900e477f27822","owner":"cs0008","status":"ACTIVE"},{"name":"pNF d6f91eee-c99a","description":"vendor software product","vendorName":"f08fb937-cdcf-4c56-883a","vendorId":"cc58e04b7b544d2fbb6474f6c970fdf6","onboardingMethod":"NetworkPackage","id":"14e3237069944a22b433c8bf62bbd632","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 823c4d34-5945","description":"vendor software product","vendorName":"00f504ed-842f-44c3-bdc9","vendorId":"5ab734d6a7b1419082fdd2b6a04fd64f","onboardingMethod":"NetworkPackage","id":"a1b867f489ce4e698fe0c4e1b8752c90","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-10-07 02:13:54,872 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_mdbjLc_VSP from SDC 2021-10-07 02:13:54,873 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-10-07 02:13:54,873 DEBUG 324:vsp.py(1) - importing VSP pNF d6f91eee-c99a from SDC 2021-10-07 02:13:54,874 DEBUG 324:vsp.py(1) - importing VSP vFW 823c4d34-5945 from SDC 2021-10-07 02:13:54,874 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-10-07 02:13:54,875 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-10-07 02:13:54,875 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-10-07 02:13:54,879 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-10-07 02:13:54,879 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-10-07 02:13:54,880 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,880 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-10-07 02:13:54,880 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-10-07 02:13:54,881 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:54,938 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 844 2021-10-07 02:13:54,940 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-10-07 02:13:54,940 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"4dac76b33043446e81ffcd10e249223a","type":"vlm","name":"basicnf_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"06eede2d6c3441f4a2ece84c5d5474d1","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"bde6993aa3f449f1b66c56a3b46e543d","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"cc58e04b7b544d2fbb6474f6c970fdf6","type":"vlm","name":"f08fb937-cdcf-4c56-883a","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"5ab734d6a7b1419082fdd2b6a04fd64f","type":"vlm","name":"00f504ed-842f-44c3-bdc9","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":5} 2021-10-07 02:13:54,942 DEBUG 147:__init__.py(1) - number of Vendor returned: 5 2021-10-07 02:13:54,942 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-10-07 02:13:54,943 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:54,943 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/4dac76b33043446e81ffcd10e249223a/versions 2021-10-07 02:13:54,943 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:13:54,945 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:55,004 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/4dac76b33043446e81ffcd10e249223a/versions HTTP/1.1" 200 264 2021-10-07 02:13:55,006 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:13:55,006 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"410aa1f5c4fc42479b6d37826feb2c32","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1633572833927,"modificationTime":1633572834478,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-10-07 02:13:55,008 DEBUG 46:sdc_element.py(1) - details found, updating 2021-10-07 02:13:55,009 INFO 192:__init__.py(1) - Vendor found, updating information 2021-10-07 02:13:55,009 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:55,009 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/4dac76b33043446e81ffcd10e249223a/versions 2021-10-07 02:13:55,010 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:13:55,011 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:55,052 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/4dac76b33043446e81ffcd10e249223a/versions HTTP/1.1" 200 264 2021-10-07 02:13:55,053 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:13:55,054 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"410aa1f5c4fc42479b6d37826feb2c32","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1633572833927,"modificationTime":1633572834478,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-10-07 02:13:55,056 DEBUG 46:sdc_element.py(1) - details found, updating 2021-10-07 02:13:55,056 DEBUG 129:onap_service.py(1) - [SDC][create Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:55,056 DEBUG 131:onap_service.py(1) - [SDC][create Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-10-07 02:13:55,056 DEBUG 132:onap_service.py(1) - [SDC][create Vsp] data sent: { "name": "basic_cnf_VSP", "description": "vendor software product", "icon": "icon", "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "vendorName": "basicnf_vendor", "vendorId": "4dac76b33043446e81ffcd10e249223a", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2021-10-07 02:13:55,058 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:56,231 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 159 2021-10-07 02:13:56,233 INFO 142:onap_service.py(1) - [SDC][create Vsp] response code: 200 2021-10-07 02:13:56,233 DEBUG 146:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"a8788167292140a7be95ed203116276f","version":{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft"}} 2021-10-07 02:13:56,235 INFO 285:__init__.py(1) - Vsp basic_cnf_VSP is created in SDC 2021-10-07 02:13:56,236 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:56,236 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:13:56,236 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:13:56,237 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:56,281 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:13:56,283 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:13:56,283 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572835537,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:13:56,285 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:56,285 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:56,285 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:13:56,287 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:56,365 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 223 2021-10-07 02:13:56,366 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:13:56,366 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1633572835115,"modificationTime":1633572835522} 2021-10-07 02:13:56,369 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:56,369 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:56,369 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:56,371 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:56,474 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 369 2021-10-07 02:13:56,475 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:56,475 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c"} 2021-10-07 02:13:56,478 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:56,478 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:56,478 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:56,480 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:56,839 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 369 2021-10-07 02:13:56,841 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:56,841 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c"} 2021-10-07 02:13:56,845 INFO 241:vsp.py(1) - attempting to upload package for basic_cnf_VSP in SDC 2021-10-07 02:13:56,846 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:56,846 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:13:56,847 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:13:56,850 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:56,893 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:13:56,895 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:13:56,895 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572835537,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:13:56,898 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:56,898 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:56,898 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:13:56,900 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:56,981 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 223 2021-10-07 02:13:56,982 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:13:56,982 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1633572835115,"modificationTime":1633572835522} 2021-10-07 02:13:56,985 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:56,985 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:56,985 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:56,986 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,111 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 369 2021-10-07 02:13:57,112 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:57,113 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c"} 2021-10-07 02:13:57,116 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,117 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:57,117 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:57,119 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,288 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 369 2021-10-07 02:13:57,290 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:57,291 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c"} 2021-10-07 02:13:57,294 DEBUG 129:onap_service.py(1) - [SDC][upload ZIP for Vsp] sent header: {'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk', 'Accept-Encoding': 'gzip, deflate'} 2021-10-07 02:13:57,295 DEBUG 131:onap_service.py(1) - [SDC][upload ZIP for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/orchestration-template-candidate 2021-10-07 02:13:57,295 DEBUG 132:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None 2021-10-07 02:13:57,299 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,422 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/orchestration-template-candidate HTTP/1.1" 200 90 2021-10-07 02:13:57,424 INFO 142:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200 2021-10-07 02:13:57,424 DEBUG 146:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:13:57,425 INFO 194:vsp.py(1) - Files for Vsp basic_cnf_VSP have been uploaded 2021-10-07 02:13:57,428 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,428 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:13:57,429 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:13:57,431 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,481 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:13:57,482 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:13:57,482 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572835537,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:13:57,485 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,485 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:57,485 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:13:57,487 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,561 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 222 2021-10-07 02:13:57,563 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:13:57,563 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1633572835115,"modificationTime":1633572837415} 2021-10-07 02:13:57,566 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,566 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:57,566 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:57,568 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,665 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 436 2021-10-07 02:13:57,666 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:57,666 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:13:57,669 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,669 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:57,669 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:57,671 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,776 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 436 2021-10-07 02:13:57,778 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:57,778 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:13:57,782 INFO 241:vsp.py(1) - attempting to validate for basic_cnf_VSP in SDC 2021-10-07 02:13:57,782 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,782 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:13:57,783 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:13:57,785 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,829 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:13:57,830 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:13:57,831 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572835537,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:13:57,834 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,834 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:57,834 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:13:57,836 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:57,911 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 222 2021-10-07 02:13:57,912 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:13:57,913 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1633572835115,"modificationTime":1633572837415} 2021-10-07 02:13:57,916 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:57,916 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:57,916 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:57,918 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:58,020 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 436 2021-10-07 02:13:58,022 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:58,022 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:13:58,026 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:58,026 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:13:58,026 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:13:58,029 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:13:58,121 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 436 2021-10-07 02:13:58,122 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:13:58,122 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:13:58,124 DEBUG 129:onap_service.py(1) - [SDC][Validate artifacts for Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:13:58,124 DEBUG 131:onap_service.py(1) - [SDC][Validate artifacts for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/orchestration-template-candidate/process 2021-10-07 02:13:58,124 DEBUG 132:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2021-10-07 02:13:58,126 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:01,570 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/orchestration-template-candidate/process HTTP/1.1" 200 231 2021-10-07 02:14:01,571 INFO 142:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200 2021-10-07 02:14:01,571 DEBUG 146:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_dummy.env","base_dummy.yaml","nginx_cloudtech_k8s_charts.tgz"],"errors":{"nginx_cloudtech_k8s_charts.tgz":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]},"status":"Success"} 2021-10-07 02:14:01,574 INFO 209:vsp.py(1) - Artifacts for Vsp basic_cnf_VSP have been validated 2021-10-07 02:14:01,574 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:01,574 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:01,574 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:01,575 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:01,621 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:14:01,622 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:01,622 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572835537,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:14:01,624 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:01,625 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:01,625 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:14:01,626 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:01,799 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 222 2021-10-07 02:14:01,800 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:14:01,801 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1633572835115,"modificationTime":1633572841563} 2021-10-07 02:14:01,802 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:01,803 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:01,803 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:14:01,804 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:02,104 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 804 2021-10-07 02:14:02,106 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:14:02,106 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:14:02,110 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:02,110 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:02,110 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:14:02,112 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:02,693 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 804 2021-10-07 02:14:02,695 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:14:02,695 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:14:02,697 INFO 241:vsp.py(1) - attempting to commit for basic_cnf_VSP in SDC 2021-10-07 02:14:02,697 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:02,698 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:02,698 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:02,699 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:02,741 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:14:02,742 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:02,742 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572835537,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:14:02,743 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:02,744 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:02,744 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:14:02,745 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:02,897 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 222 2021-10-07 02:14:02,898 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:14:02,898 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1633572835115,"modificationTime":1633572841563} 2021-10-07 02:14:02,900 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:02,900 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:02,901 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:14:02,902 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:03,394 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 804 2021-10-07 02:14:03,395 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:14:03,395 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:14:03,398 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:03,398 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:03,398 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:14:03,400 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:03,726 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 804 2021-10-07 02:14:03,727 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:14:03,727 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:14:03,733 DEBUG 129:onap_service.py(1) - [SDC][Commit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:03,733 DEBUG 131:onap_service.py(1) - [SDC][Commit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions 2021-10-07 02:14:03,733 DEBUG 132:onap_service.py(1) - [SDC][Commit Vsp] data sent: { "commitRequest":{"message":"ok"}, "action": "Commit" } 2021-10-07 02:14:03,735 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:10,956 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions HTTP/1.1" 200 2 2021-10-07 02:14:10,957 INFO 142:onap_service.py(1) - [SDC][Commit Vsp] response code: 200 2021-10-07 02:14:10,957 DEBUG 146:onap_service.py(1) - [SDC][Commit Vsp] response: {} 2021-10-07 02:14:10,959 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:10,959 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:10,959 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:10,961 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:11,041 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:14:11,042 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:11,042 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572843774,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:14:11,045 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:11,045 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:11,045 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:14:11,047 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:11,245 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 223 2021-10-07 02:14:11,247 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:14:11,247 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1633572835115,"modificationTime":1633572841563} 2021-10-07 02:14:11,250 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:11,250 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:11,250 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:14:11,252 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:11,689 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 804 2021-10-07 02:14:11,690 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:14:11,690 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:14:11,692 INFO 241:vsp.py(1) - attempting to certify/sumbit for basic_cnf_VSP in SDC 2021-10-07 02:14:11,693 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:11,693 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:11,693 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:11,694 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:11,742 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 253 2021-10-07 02:14:11,743 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:11,743 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1633572835115,"modificationTime":1633572843774,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-10-07 02:14:11,745 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:11,745 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:11,745 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-10-07 02:14:11,747 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:11,954 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 223 2021-10-07 02:14:11,955 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-10-07 02:14:11,956 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1633572835115,"modificationTime":1633572841563} 2021-10-07 02:14:11,959 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:11,959 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:11,959 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:14:11,961 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:12,466 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 804 2021-10-07 02:14:12,468 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:14:12,468 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:14:12,476 DEBUG 129:onap_service.py(1) - [SDC][Submit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:12,476 DEBUG 131:onap_service.py(1) - [SDC][Submit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions 2021-10-07 02:14:12,476 DEBUG 132:onap_service.py(1) - [SDC][Submit Vsp] data sent: { "action": "Submit" } 2021-10-07 02:14:12,478 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:19,755 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions HTTP/1.1" 200 2 2021-10-07 02:14:19,756 INFO 142:onap_service.py(1) - [SDC][Submit Vsp] response code: 200 2021-10-07 02:14:19,756 DEBUG 146:onap_service.py(1) - [SDC][Submit Vsp] response: {} 2021-10-07 02:14:19,758 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:19,758 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:19,758 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:19,760 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:19,807 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 264 2021-10-07 02:14:19,808 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:19,808 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1633572835115,"modificationTime":1633572858497,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-10-07 02:14:19,810 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-10-07 02:14:19,810 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:19,810 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:19,810 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:19,812 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:19,858 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 264 2021-10-07 02:14:19,859 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:19,859 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1633572835115,"modificationTime":1633572858497,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-10-07 02:14:19,863 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:19,864 DEBUG 131:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions 2021-10-07 02:14:19,864 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-10-07 02:14:19,865 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:20,522 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions HTTP/1.1" 200 317 2021-10-07 02:14:20,523 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-10-07 02:14:20,524 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"a8788167292140a7be95ed203116276f","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-10-07 02:14:20,524 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"a8788167292140a7be95ed203116276f","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-10-07 02:14:20,527 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-10-07 02:14:20,528 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-10-07 02:14:20,528 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:20,528 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-10-07 02:14:20,528 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-10-07 02:14:20,530 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:14:20,797 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-10-07 02:14:20,798 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-10-07 02:14:20,799 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c99e3d1d-1bc5-4f5f-be62-d0fe2622e499/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6b1cd131-97bd-4954-85e7-a0fed1d4d56e/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-10-07 02:14:20,801 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:14:20,801 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:20,802 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:20,802 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:20,802 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:14:20,802 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:20,802 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:20,802 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:20,802 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-10-07 02:14:20,802 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:14:20,803 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-10-07 02:14:30,813 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-10-07 02:14:30,813 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-10-07 02:14:30,814 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:30,814 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-10-07 02:14:30,814 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-10-07 02:14:30,816 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:14:30,914 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-10-07 02:14:30,916 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-10-07 02:14:30,916 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c99e3d1d-1bc5-4f5f-be62-d0fe2622e499/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6b1cd131-97bd-4954-85e7-a0fed1d4d56e/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-10-07 02:14:30,918 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:14:30,918 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:30,918 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:30,918 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:30,918 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:14:30,918 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:30,918 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:30,918 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:30,919 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-10-07 02:14:30,919 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:14:30,919 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-10-07 02:14:30,919 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-10-07 02:14:30,919 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-10-07 02:14:30,919 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:30,919 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-10-07 02:14:30,919 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-10-07 02:14:30,921 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:14:31,009 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-10-07 02:14:31,010 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-10-07 02:14:31,010 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c99e3d1d-1bc5-4f5f-be62-d0fe2622e499/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6b1cd131-97bd-4954-85e7-a0fed1d4d56e/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-10-07 02:14:31,013 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:14:31,013 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:31,013 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:31,013 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:31,013 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:14:31,014 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:31,014 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:31,014 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:31,014 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-10-07 02:14:31,014 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:14:31,014 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-10-07 02:14:31,015 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC 2021-10-07 02:14:31,015 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC 2021-10-07 02:14:31,015 DEBUG 129:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:31,015 DEBUG 131:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-10-07 02:14:31,016 DEBUG 132:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2021-10-07 02:14:31,017 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:31,251 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None 2021-10-07 02:14:31,252 INFO 142:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200 2021-10-07 02:14:31,254 DEBUG 146:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"type":null,"ownerId":null,"empty":false}],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.0"} 2021-10-07 02:14:31,258 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9 2021-10-07 02:14:31,258 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic 2021-10-07 02:14:31,258 INFO 192:__init__.py(1) - ResourceCategory found, updating information 2021-10-07 02:14:31,259 INFO 267:__init__.py(1) - attempting to create Vf basic_cnf in SDC 2021-10-07 02:14:31,259 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-10-07 02:14:31,259 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-10-07 02:14:31,259 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:31,260 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-10-07 02:14:31,260 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-10-07 02:14:31,262 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:14:31,356 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-10-07 02:14:31,358 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-10-07 02:14:31,358 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c99e3d1d-1bc5-4f5f-be62-d0fe2622e499/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6b1cd131-97bd-4954-85e7-a0fed1d4d56e/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-10-07 02:14:31,361 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:14:31,361 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:31,361 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:31,362 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:31,362 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:14:31,362 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:31,362 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:31,362 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:31,363 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-10-07 02:14:31,363 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:14:31,363 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-10-07 02:14:31,377 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-10-07 02:14:31,377 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-10-07 02:14:31,378 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:31,378 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-10-07 02:14:31,378 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-10-07 02:14:31,379 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:31,418 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1329 2021-10-07 02:14:31,419 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-10-07 02:14:31,419 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_cnf_VSP","description":"vendor software product","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_mdbjLc_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"06eede2d6c3441f4a2ece84c5d5474d1","onboardingMethod":"NetworkPackage","id":"7cc3ccf35a0b4dc19d50a68b3555576a","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"bde6993aa3f449f1b66c56a3b46e543d","onboardingMethod":"NetworkPackage","id":"7fe98917571a4068940900e477f27822","owner":"cs0008","status":"ACTIVE"},{"name":"pNF d6f91eee-c99a","description":"vendor software product","vendorName":"f08fb937-cdcf-4c56-883a","vendorId":"cc58e04b7b544d2fbb6474f6c970fdf6","onboardingMethod":"NetworkPackage","id":"14e3237069944a22b433c8bf62bbd632","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 823c4d34-5945","description":"vendor software product","vendorName":"00f504ed-842f-44c3-bdc9","vendorId":"5ab734d6a7b1419082fdd2b6a04fd64f","onboardingMethod":"NetworkPackage","id":"a1b867f489ce4e698fe0c4e1b8752c90","owner":"cs0008","status":"ACTIVE"}],"listCount":5} 2021-10-07 02:14:31,421 DEBUG 324:vsp.py(1) - importing VSP basic_cnf_VSP from SDC 2021-10-07 02:14:31,421 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_mdbjLc_VSP from SDC 2021-10-07 02:14:31,421 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-10-07 02:14:31,422 DEBUG 324:vsp.py(1) - importing VSP pNF d6f91eee-c99a from SDC 2021-10-07 02:14:31,422 DEBUG 324:vsp.py(1) - importing VSP vFW 823c4d34-5945 from SDC 2021-10-07 02:14:31,422 DEBUG 147:__init__.py(1) - number of Vsp returned: 5 2021-10-07 02:14:31,422 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-10-07 02:14:31,422 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:31,422 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:31,423 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:31,424 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:31,469 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 264 2021-10-07 02:14:31,470 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:31,470 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1633572835115,"modificationTime":1633572858497,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-10-07 02:14:31,472 DEBUG 46:sdc_element.py(1) - details found, updating 2021-10-07 02:14:31,472 INFO 192:__init__.py(1) - Vsp found, updating information 2021-10-07 02:14:31,472 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-10-07 02:14:31,472 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:31,473 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:31,473 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:31,474 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:31,516 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 264 2021-10-07 02:14:31,517 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:31,517 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1633572835115,"modificationTime":1633572858497,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-10-07 02:14:31,519 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:31,519 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions 2021-10-07 02:14:31,519 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-10-07 02:14:31,520 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:31,559 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a8788167292140a7be95ed203116276f/versions HTTP/1.1" 200 264 2021-10-07 02:14:31,560 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-10-07 02:14:31,560 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"7db1c89027984f268b84b7367c2a319c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1633572835115,"modificationTime":1633572858497,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-10-07 02:14:31,561 DEBUG 46:sdc_element.py(1) - details found, updating 2021-10-07 02:14:31,564 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:31,565 DEBUG 131:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions 2021-10-07 02:14:31,565 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-10-07 02:14:31,566 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:32,216 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c/actions HTTP/1.1" 200 317 2021-10-07 02:14:32,217 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-10-07 02:14:32,217 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"a8788167292140a7be95ed203116276f","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-10-07 02:14:32,217 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"a8788167292140a7be95ed203116276f","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-10-07 02:14:32,219 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:32,219 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c 2021-10-07 02:14:32,219 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-10-07 02:14:32,221 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:32,397 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/a8788167292140a7be95ed203116276f/versions/7db1c89027984f268b84b7367c2a319c HTTP/1.1" 200 804 2021-10-07 02:14:32,399 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-10-07 02:14:32,399 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"4dac76b33043446e81ffcd10e249223a","onboardingMethod":"NetworkPackage","id":"a8788167292140a7be95ed203116276f","version":"7db1c89027984f268b84b7367c2a319c","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-10-07 02:14:32,403 DEBUG 129:onap_service.py(1) - [SDC][create Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:32,403 DEBUG 131:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources 2021-10-07 02:14:32,403 DEBUG 132:onap_service.py(1) - [SDC][create Vf] data sent: { "artifacts": {}, "attributes": [], "capabilities": {}, "categories": [ { "normalizedName": "generic", "name": "Generic", "uniqueId": "resourceNewCategory.generic", "subcategories": [{"empty": false, "groupings": null, "icons": ["objectStorage", "compute"], "metadataKeys": [], "name": "Abstract", "normalizedName": "abstract", "ownerId": null, "type": null, "uniqueId": "resourceNewCategory.generic.abstract", "version": null}], "version": null, "ownerId": null, "empty": false, "type": null, "icons": null } ], "componentInstances": [], "componentInstancesAttributes": {}, "componentInstancesProperties": {}, "componentType": "RESOURCE", "contactId": "cs0008", "csarUUID": "a8788167292140a7be95ed203116276f", "csarVersion": "1.0", "deploymentArtifacts": {}, "description": "VF", "icon": "defaulticon", "name": "basic_cnf", "properties": [], "groups": [], "requirements": {}, "resourceType": "VF", "tags": ["basic_cnf"], "toscaArtifacts": {}, "vendorName": "basicnf_vendor", "vendorRelease": "1.0" } 2021-10-07 02:14:32,406 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:35,955 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources HTTP/1.1" 201 None 2021-10-07 02:14:35,962 INFO 142:onap_service.py(1) - [SDC][create Vf] response code: 201 2021-10-07 02:14:35,969 DEBUG 146:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1633572874528,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"6d34c50c-103f-4e91-b622-aa294343f526","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1633572874530,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874528,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"timeout":0,"creationDate":1633572874613,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"f209cef4-2b73-42be-8249-f3dc4177f62c","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1633572874615,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874613,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1633572874528,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"6d34c50c-103f-4e91-b622-aa294343f526","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1633572874530,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874528,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1":{"payloadData":"SXlBalBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVRFbERSVTVUUlY5VFZFRlNWRDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBRb2pJQ01LSXlBaklFTnZjSGx5YVdkb2RDQW9ReWtnTWpBeE9TQkpiblJsYkNCRGIzSndiM0poZEdsdmJnb2pJQ01nVTFCRVdDMU1hV05sYm5ObExVbGtaVzUwYVdacFpYSTZJRUZ3WVdOb1pTMHlMakFLSXlBakNpTWdJejA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVXhKUTBWT1UwVmZSVTVFUFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDBLQ21obFlYUmZkR1Z0Y0d4aGRHVmZkbVZ5YzJsdmJqb2dNakF4TmkweE1DMHhOQXBrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnWkhWdGJYa2dWazVHQ2dwd1lYSmhiV1YwWlhKek9nb2daSFZ0YlhsZmJtRnRaVjh3T2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUc1aGJXVWdiMllnZG0wS0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVSMWJXMTVJRzVoYldVS0NpQjJibVpmYVdRNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2FXUWdiMllnZG01bUNpQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWNtOTJhV1JsWkNCaWVTQlBUa0ZRQ2dvZ2RtNW1YMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2JtRnRaU0J2WmlCMmJtWUtJQ0FnWkdWelkzSnBjSFJwYjI0NklGQnliM1pwWkdWa0lHSjVJRTlPUVZBS0NpQjJabDl0YjJSMWJHVmZhV1E2Q2lBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNCc1lXSmxiRG9nZG01bUlHMXZaSFZzWlNCcFpBb2dJQ0JrWlhOamNtbHdkR2x2YmpvZ1VISnZkbWxrWldRZ1lua2dUMDVCVUFvS0lHUjFiVzE1WDJsdFlXZGxYMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ1NXMWhaMlVnYm1GdFpTQnZjaUJKUkFvZ0lDQmtaWE5qY21sd2RHbHZiam9nUkhWdGJYa2dhVzFoWjJVZ2JtRnRaUW9LSUdSMWJXMTVYMlpzWVhadmNsOXVZVzFsT2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUdac1lYWnZjZ29nSUNCa1pYTmpjbWx3ZEdsdmJqb2dSSFZ0YlhrZ1pteGhkbTl5Q2dweVpYTnZkWEpqWlhNNkNpQmtkVzF0ZVY4d09nb2dJQ0IwZVhCbE9pQlBVem82VG05MllUbzZVMlZ5ZG1WeUNpQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJR1IxYlcxNVgyNWhiV1ZmTUNCOUNpQWdJQ0FnYVcxaFoyVTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjlwYldGblpWOXVZVzFsSUgwS0lDQWdJQ0JtYkdGMmIzSTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjltYkdGMmIzSmZibUZ0WlNCOUNpQWdJQ0FnYldWMFlXUmhkR0U2SUhzZ2RtNW1YMjVoYldVNklIc2daMlYwWDNCaGNtRnRPaUIyYm1aZmJtRnRaU0I5TENCMmJtWmZhV1E2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYVdRZ2ZTd2dkbVpmYlc5a2RXeGxYMmxrT2lCN0lHZGxkRjl3WVhKaGJUb2dkbVpmYlc5a2RXeGxYMmxrSUgxOQ==","listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1633572874546,"description":"created from csar","artifactType":"HEAT","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"71ea11b7-a67d-4aaf-b740-44779bf0cded","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","duplicated":false,"payloadUpdateDate":1633572874553,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874546,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572874560,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1633572874560,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874560,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572873514,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.assettoscacsar","artifactName":"resource-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572873514,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572873514,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.assettoscatemplate","artifactName":"resource-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572873514,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Node","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"feature","uniqueId":"capability.b6edba98-e79e-4f95-9971-75202fb950cf.feature","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"feature_dummy","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Scalable","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"scalable","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.scalable","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"scalable_dummy","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.network.Bindable","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"binding","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.binding","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"binding_dummy","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"password":false,"name":"disk_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"password":false,"name":"cpu_frequency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"password":false,"name":"mem_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Container","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"host","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.host","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"host_dummy","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.ephemeral.size","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.ephemeral.size","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.ephemeral.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"instance","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.instance","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"instance_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"memory","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.memory","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.iops","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.iops","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"cpu.delta","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.cpu.delta","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu.delta_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.capacity","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.capacity","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.latency","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.latency","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.usage","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.usage","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"cpu_util","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.cpu_util","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_util_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.allocation","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.allocation","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.requests.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.requests.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.latency","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.latency","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"cpu","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.cpu","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.read.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.read.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.root.size","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.root.size","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.root.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"vcpus","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.vcpus","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"vcpus_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.iops","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.iops","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.usage","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.usage","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.requests.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.requests.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.requests.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.requests.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.allocation","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.allocation","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.read.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.read.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.read.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.read.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"memory.usage","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.memory.usage","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.capacity","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.capacity","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"memory.resident","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.memory.resident","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.resident_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests_dummy","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.OperatingSystem","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"os","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.os","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"os_dummy","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Endpoint.Admin","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"endpoint","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.endpoint","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"node":"tosca.nodes.Root","path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"dependency","uniqueId":"b6edba98-e79e-4f95-9971-75202fb950cf.dependency","capability":"tosca.capabilities.Node","ownerId":"b6edba98-e79e-4f95-9971-75202fb950cf","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"node":"tosca.nodes.BlockStorage","path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"local_storage","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.compute_dummy_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.index_value","type":"integer","required":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.compute_dummy_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_name","value":"[{\"get_input\":\"dummy_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"afb53477-e9f3-45e2-af5e-a3776a5958bb.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_dummyServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.min_instances","type":"integer","required":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_dummy"},"actualComponentUid":"735049dd-babb-4dad-9a74-af22b046dcc1","createdFromCsar":true,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","normalizedName":"abstract_dummy","name":"abstract_dummy","creationTime":1633572874329,"icon":"defaulticon","originType":"CVFC","toscaArtifacts":{},"directives":["substitutable"],"isProxy":false,"invariantName":"abstract_dummy","createdFrom":"CSAR","componentUid":"735049dd-babb-4dad-9a74-af22b046dcc1","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicCnfcvfc.abstract.abstract.nodes.dummy","modificationTime":1633572874429,"customizationUUID":"9e823315-cbb3-49fc-9509-ea8e5e3ef947","posX":"475.0","posY":"325.0","componentName":"basic_cnf-nodes.dummyCvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy":[{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.compute_dummy_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.index_value","type":"integer","required":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.compute_dummy_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_name","value":"[{\"get_input\":\"dummy_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_name_0","getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_flavor_name","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"afb53477-e9f3-45e2-af5e-a3776a5958bb.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_dummyServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"735049dd-babb-4dad-9a74-af22b046dcc1.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_image_name","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.min_instances","type":"integer","required":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false},{"definition":false,"hidden":false,"uniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34074e2-0816-4a01-a0c9-f1ff248572a6","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Node","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"feature","uniqueId":"capability.b6edba98-e79e-4f95-9971-75202fb950cf.feature","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"feature_dummy","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Scalable","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"scalable","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.scalable","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"scalable_dummy","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.network.Bindable","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"binding","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.binding","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"binding_dummy","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"password":false,"name":"disk_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"password":false,"name":"cpu_frequency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"password":false,"name":"mem_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Container","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"host","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.host","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"host_dummy","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.ephemeral.size","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.ephemeral.size","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.ephemeral.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"instance","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.instance","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"instance_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"memory","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.memory","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.iops","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.iops","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"cpu.delta","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.cpu.delta","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu.delta_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.capacity","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.capacity","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.latency","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.latency","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.usage","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.usage","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"cpu_util","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.cpu_util","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_util_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.allocation","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.allocation","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.requests.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.requests.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.latency","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.latency","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"cpu","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.cpu","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.read.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.read.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.root.size","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.root.size","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.root.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"vcpus","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.vcpus","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"vcpus_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.iops","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.iops","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.usage","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.usage","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.read.requests.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.read.requests.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.write.requests.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.write.requests.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.allocation","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.allocation","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.read.bytes.rate","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.read.bytes.rate","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.read.bytes","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.read.bytes","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"memory.usage","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.memory.usage","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.device.capacity","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.device.capacity","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"memory.resident","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.memory.resident","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.resident_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c188ea85-340e-49bd-ae7f-ff3d5eeea2f7","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"disk.write.requests","uniqueId":"capability.c188ea85-340e-49bd-ae7f-ff3d5eeea2f7.disk.write.requests","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests_dummy","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.OperatingSystem","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"os","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.os","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"os_dummy","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","empty":false}],"path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"type":"tosca.capabilities.Endpoint.Admin","source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"endpoint","uniqueId":"capability.712f26d0-f3df-48c4-9794-b7332055e7f5.endpoint","ownerId":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"node":"tosca.nodes.Root","path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"dependency","uniqueId":"b6edba98-e79e-4f95-9971-75202fb950cf.dependency","capability":"tosca.capabilities.Node","ownerId":"b6edba98-e79e-4f95-9971-75202fb950cf","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"node":"tosca.nodes.BlockStorage","path":["735049dd-babb-4dad-9a74-af22b046dcc1.d1b31310-4866-4b5d-98ce-3a0a3b82a615.dummy","a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"],"source":"735049dd-babb-4dad-9a74-af22b046dcc1","parentName":"local_storage","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"712f26d0-f3df-48c4-9794-b7332055e7f5","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vf_module_id","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vf_module_id","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_image_name","type":"string","required":false,"defaultValue":"dummy","description":"Dummy image name","password":false,"name":"dummy_image_name","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_name","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vnf_name","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_flavor_name","type":"string","required":false,"defaultValue":"dummy.default","description":"Dummy flavor","password":false,"name":"dummy_flavor_name","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_id","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vnf_id","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_name_0","type":"string","required":false,"defaultValue":"dummy_1_0","description":"Dummy name","password":false,"name":"dummy_name_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_dummy_group","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.base_dummy_group","name":"base_dummy_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_dummy_group","createdFrom":"CSAR","invariantUUID":"feff07cd-d78c-476f-8c17-ca69860be7ee","groupUUID":"316999cf-75bd-4faf-ab0c-f4828baf5d34","members":{"abstract_dummy":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file.property.1","type":"string","required":true,"description":"Heat file which associate to this group/heat stack","password":false,"name":"heat_file","value":"../Artifacts/base_dummy.yaml","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description.property.2","type":"string","required":true,"description":"group description","password":false,"name":"description","value":"Heat template to deploy dummy VNF","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","empty":false}],"empty":false},{"typeUid":"org.openecomp.groups.VfModule.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"BasicCnf..base_dummy..module-0","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.BasicCnf..base_dummy..module-0","name":"BasicCnf..base_dummy..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["a479e575-559f-4ec5-abcb-f274246d0fd1.heat1env","a479e575-559f-4ec5-abcb-f274246d0fd1.heat1"],"invariantName":"BasicCnf..base_dummy..module-0","createdFrom":"CSAR","invariantUUID":"b8a06d79-9c3a-43e9-a001-a250998fb143","artifactsUuid":["71ea11b7-a67d-4aaf-b740-44779bf0cded"],"groupUUID":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","members":{"abstract_dummy":"a479e575-559f-4ec5-abcb-f274246d0fd1.735049dd-babb-4dad-9a74-af22b046dcc1.abstract_dummy"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"false","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_dummy","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.VF","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"abstract":false,"resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicCnf","vendorName":"basicnf_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","version":"0.1","creationDate":1633572873515,"icon":"defaulticon","description":"VF","tags":["basic_cnf"],"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1","componentMetadataForSupportLog":{"SupportablityComponentUUID":"e7f9cc59-bc35-49de-b13b-09527813c79b","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"a8788167292140a7be95ed203116276f","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","systemName":"BasicCnf","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1633572874393,"allArtifacts":{"heat1":{"payloadData":"SXlBalBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVRFbERSVTVUUlY5VFZFRlNWRDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBRb2pJQ01LSXlBaklFTnZjSGx5YVdkb2RDQW9ReWtnTWpBeE9TQkpiblJsYkNCRGIzSndiM0poZEdsdmJnb2pJQ01nVTFCRVdDMU1hV05sYm5ObExVbGtaVzUwYVdacFpYSTZJRUZ3WVdOb1pTMHlMakFLSXlBakNpTWdJejA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVXhKUTBWT1UwVmZSVTVFUFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDBLQ21obFlYUmZkR1Z0Y0d4aGRHVmZkbVZ5YzJsdmJqb2dNakF4TmkweE1DMHhOQXBrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnWkhWdGJYa2dWazVHQ2dwd1lYSmhiV1YwWlhKek9nb2daSFZ0YlhsZmJtRnRaVjh3T2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUc1aGJXVWdiMllnZG0wS0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVSMWJXMTVJRzVoYldVS0NpQjJibVpmYVdRNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2FXUWdiMllnZG01bUNpQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWNtOTJhV1JsWkNCaWVTQlBUa0ZRQ2dvZ2RtNW1YMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2JtRnRaU0J2WmlCMmJtWUtJQ0FnWkdWelkzSnBjSFJwYjI0NklGQnliM1pwWkdWa0lHSjVJRTlPUVZBS0NpQjJabDl0YjJSMWJHVmZhV1E2Q2lBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNCc1lXSmxiRG9nZG01bUlHMXZaSFZzWlNCcFpBb2dJQ0JrWlhOamNtbHdkR2x2YmpvZ1VISnZkbWxrWldRZ1lua2dUMDVCVUFvS0lHUjFiVzE1WDJsdFlXZGxYMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ1NXMWhaMlVnYm1GdFpTQnZjaUJKUkFvZ0lDQmtaWE5qY21sd2RHbHZiam9nUkhWdGJYa2dhVzFoWjJVZ2JtRnRaUW9LSUdSMWJXMTVYMlpzWVhadmNsOXVZVzFsT2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUdac1lYWnZjZ29nSUNCa1pYTmpjbWx3ZEdsdmJqb2dSSFZ0YlhrZ1pteGhkbTl5Q2dweVpYTnZkWEpqWlhNNkNpQmtkVzF0ZVY4d09nb2dJQ0IwZVhCbE9pQlBVem82VG05MllUbzZVMlZ5ZG1WeUNpQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJR1IxYlcxNVgyNWhiV1ZmTUNCOUNpQWdJQ0FnYVcxaFoyVTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjlwYldGblpWOXVZVzFsSUgwS0lDQWdJQ0JtYkdGMmIzSTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjltYkdGMmIzSmZibUZ0WlNCOUNpQWdJQ0FnYldWMFlXUmhkR0U2SUhzZ2RtNW1YMjVoYldVNklIc2daMlYwWDNCaGNtRnRPaUIyYm1aZmJtRnRaU0I5TENCMmJtWmZhV1E2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYVdRZ2ZTd2dkbVpmYlc5a2RXeGxYMmxrT2lCN0lHZGxkRjl3WVhKaGJUb2dkbVpmYlc5a2RXeGxYMmxrSUgxOQ==","listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1633572874546,"description":"created from csar","artifactType":"HEAT","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"71ea11b7-a67d-4aaf-b740-44779bf0cded","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","duplicated":false,"payloadUpdateDate":1633572874553,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874546,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"timeout":0,"creationDate":1633572874613,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"f209cef4-2b73-42be-8249-f3dc4177f62c","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1633572874615,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874613,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572874560,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1633572874560,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874560,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1633572874528,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"6d34c50c-103f-4e91-b622-aa294343f526","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1633572874530,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874528,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"a479e575-559f-4ec5-abcb-f274246d0fd1"},"categorySpecificMetadata":{},"csarUUID":"a8788167292140a7be95ed203116276f","csarVersion":"1.0","archiveTime":0,"vspArchived":false,"service":false,"name":"basic_cnf"} 2021-10-07 02:14:35,979 INFO 285:__init__.py(1) - Vf basic_cnf is created in SDC 2021-10-07 02:14:35,979 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:45,990 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_cnf in SDC 2021-10-07 02:14:45,994 DEBUG 129:onap_service.py(1) - [SDC][Certify Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:45,994 DEBUG 131:onap_service.py(1) - [SDC][Certify Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources/a479e575-559f-4ec5-abcb-f274246d0fd1/lifecycleState/Certify 2021-10-07 02:14:45,995 DEBUG 132:onap_service.py(1) - [SDC][Certify Vf] data sent: { "userRemarks": "certify" } 2021-10-07 02:14:45,997 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:50,036 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/a479e575-559f-4ec5-abcb-f274246d0fd1/lifecycleState/Certify HTTP/1.1" 200 1281 2021-10-07 02:14:50,039 INFO 142:onap_service.py(1) - [SDC][Certify Vf] response code: 200 2021-10-07 02:14:50,039 DEBUG 146:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1633572873515,"lastUpdateDate":1633572886868,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"defaulticon","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"11bc493b-93e0-4bbd-9576-2d284a40b209"},"csarUUID":"a8788167292140a7be95ed203116276f","csarVersion":"1.0","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","componentType":"RESOURCE","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"vendorName":"basicnf_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicCnf","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b"} 2021-10-07 02:14:50,042 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-10-07 02:14:50,043 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-10-07 02:14:50,043 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:50,043 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-10-07 02:14:50,043 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-10-07 02:14:50,046 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:14:50,166 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073 2021-10-07 02:14:50,168 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-10-07 02:14:50,168 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c99e3d1d-1bc5-4f5f-be62-d0fe2622e499/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e7f9cc59-bc35-49de-b13b-09527813c79b/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6b1cd131-97bd-4954-85e7-a0fed1d4d56e/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-10-07 02:14:50,171 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:14:50,171 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:50,172 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:50,172 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:50,172 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:14:50,172 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:50,172 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:50,172 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:50,173 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:14:50,173 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:14:50,173 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:14:50,173 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:14:50,173 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-10-07 02:14:50,173 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:14:50,174 INFO 192:__init__.py(1) - Vf found, updating information 2021-10-07 02:14:50,174 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:14:50,174 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:14:50,174 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-10-07 02:14:50,177 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:14:50,979 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:14:50,980 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-10-07 02:14:50,982 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:14:50,986 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-10-07 02:15:00,997 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-10-07 02:15:00,997 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-10-07 02:15:00,998 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:00,998 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-10-07 02:15:00,998 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-10-07 02:15:01,000 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:01,314 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073 2021-10-07 02:15:01,315 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-10-07 02:15:01,315 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c99e3d1d-1bc5-4f5f-be62-d0fe2622e499/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e7f9cc59-bc35-49de-b13b-09527813c79b/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6b1cd131-97bd-4954-85e7-a0fed1d4d56e/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-10-07 02:15:01,318 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:01,318 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:01,318 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:01,318 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:15:01,318 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:15:01,318 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:01,318 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:01,318 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:15:01,319 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:01,319 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:01,319 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:01,319 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:15:01,319 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-10-07 02:15:01,319 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:01,319 INFO 192:__init__.py(1) - Vf found, updating information 2021-10-07 02:15:01,320 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:01,320 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:15:01,320 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-10-07 02:15:01,321 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:03,597 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:15:03,600 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-10-07 02:15:03,603 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:15:03,609 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-10-07 02:15:03,610 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:03,611 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:03,611 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:03,612 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:03,612 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:03,615 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:05,741 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-10-07 02:15:05,742 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:05,743 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:15:05,745 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:05,746 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:05,746 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:05,746 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:05,746 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:05,746 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:05,746 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:05,746 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:05,746 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:05,747 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:05,747 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:05,747 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:05,747 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-10-07 02:15:05,747 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:05,747 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-10-07 02:15:05,747 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:05,748 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:05,748 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:05,748 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:05,748 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:05,750 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:07,658 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-10-07 02:15:07,660 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:07,660 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:15:07,664 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:07,664 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:07,664 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:07,665 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:07,665 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:07,665 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:07,665 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:07,665 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:07,666 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:07,666 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:07,666 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:07,667 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:07,667 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-10-07 02:15:07,667 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:07,668 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-10-07 02:15:07,668 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2021-10-07 02:15:07,668 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2021-10-07 02:15:07,669 DEBUG 129:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:07,669 DEBUG 131:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-10-07 02:15:07,669 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-10-07 02:15:07,671 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:08,568 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None 2021-10-07 02:15:08,570 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2021-10-07 02:15:08,572 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"type":null,"ownerId":null,"empty":false}],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.0"} 2021-10-07 02:15:08,576 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2021-10-07 02:15:08,577 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2021-10-07 02:15:08,577 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2021-10-07 02:15:08,577 INFO 267:__init__.py(1) - attempting to create Service basic_cnf in SDC 2021-10-07 02:15:08,577 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:08,578 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:08,578 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:08,578 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:08,579 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:08,580 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:11,151 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-10-07 02:15:11,153 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:11,153 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:15:11,156 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:11,156 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:11,156 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:11,157 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:11,157 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:11,157 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:11,157 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:11,157 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:11,157 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:11,158 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:11,158 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:11,158 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:11,158 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-10-07 02:15:11,158 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:11,158 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-10-07 02:15:11,177 DEBUG 129:onap_service.py(1) - [SDC][create Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:11,178 DEBUG 131:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services 2021-10-07 02:15:11,178 DEBUG 132:onap_service.py(1) - [SDC][create Service] data sent: { "componentType": "SERVICE", "properties": [], "requirements": {}, "toscaArtifacts": {}, "tags": ["basic_cnf"], "artifacts": {}, "description": "service", "serviceApiArtifacts": {}, "capabilities": {}, "name": "basic_cnf", "componentInstancesProperties": {}, "componentInstancesAttributes": {}, "contactId": "cs0008", "groups": [], "projectCode": "123456", "deploymentArtifacts": {}, "attributes": [], "componentInstances": [], "ecompGeneratedNaming": true, "instantiationType": "A-la-carte", "environmentContext": "General_Revenue-Bearing", "categories": [ { "normalizedName": "network service", "name": "Network Service", "uniqueId": "serviceNewCategory.network service", "subcategories": null, "version": null, "ownerId": null, "empty": false, "type": null, "icons": ["network_l_1-3"] } ], "icon": "network_l_1-3" } 2021-10-07 02:15:11,180 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:14,260 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services HTTP/1.1" 201 None 2021-10-07 02:15:14,262 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2021-10-07 02:15:14,264 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false}],"attributes":null,"artifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.controlloopfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Control Loop Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"controlloopfunctions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.operationalpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Operational Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"operationalpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.certificationtestresults","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"TD Certification Test Results","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"certificationtestresults","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.deploymentvotingrecord","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Deployment Voting Record","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicequestionnaire","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Questionnaire","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicequestionnaire","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.dimensioninginfo","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Dimensioning Info","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"dimensioninginfo","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.affinityrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Affinity Rules","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"affinityrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.serviceartifactplan","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Artifact Plan","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"serviceartifactplan","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicespecificpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service-specific Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicespecificpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicesecuritytemplate","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Security Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.engineeringrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"engineeringrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.distributioninstructions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Distribution Instructions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"distributioninstructions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.summaryofimpactstoecompelements","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Model","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"componentInstances":null,"componentInstancesRelations":[],"componentInstancesInputs":null,"componentInstancesOutputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":{},"requirements":null,"componentInstancesInterfaces":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false}],"outputs":null,"groups":null,"policies":null,"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"substitutionFilterComponents":null,"interfaces":{},"dataTypes":null,"substitutionFilter":null,"serviceApiArtifacts":{"configuration":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.configuration","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Configuration","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"configuration","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.testing","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Testing","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"testing","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.logging","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Logging","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"logging","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.monitoring","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Monitoring","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"monitoring","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.reporting","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Reporting","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"reporting","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.instantiation","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Instantiation","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"instantiation","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"forwardingPaths":{},"toscaServiceName":null,"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"0.1","creationDate":1633572912836,"icon":"network_l_1-3","description":"service","tags":["basic_cnf"],"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a","componentMetadataForSupportLog":{"SupportablityComponentUUID":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","systemName":"BasicCnf","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1633572912836,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.controlloopfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Control Loop Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"controlloopfunctions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.operationalpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Operational Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"operationalpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.certificationtestresults","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"TD Certification Test Results","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"certificationtestresults","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.deploymentvotingrecord","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Deployment Voting Record","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicequestionnaire","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Questionnaire","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicequestionnaire","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.dimensioninginfo","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Dimensioning Info","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"dimensioninginfo","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.affinityrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Affinity Rules","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"affinityrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.serviceartifactplan","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Artifact Plan","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"serviceartifactplan","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicespecificpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service-specific Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicespecificpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicesecuritytemplate","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Security Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.engineeringrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"engineeringrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.distributioninstructions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Distribution Instructions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"distributioninstructions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"description":null,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.summaryofimpactstoecompelements","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":null,"categorySpecificMetadata":{},"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_cnf"} 2021-10-07 02:15:14,269 INFO 285:__init__.py(1) - Service basic_cnf is created in SDC 2021-10-07 02:15:14,269 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:14,277 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-10-07 02:15:14,278 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-10-07 02:15:14,278 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:14,278 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-10-07 02:15:14,279 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-10-07 02:15:14,280 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:14,753 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073 2021-10-07 02:15:14,754 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-10-07 02:15:14,754 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c99e3d1d-1bc5-4f5f-be62-d0fe2622e499/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e7f9cc59-bc35-49de-b13b-09527813c79b/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6b1cd131-97bd-4954-85e7-a0fed1d4d56e/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-10-07 02:15:14,756 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:14,756 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:14,756 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:14,757 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:15:14,757 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:15:14,757 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:14,757 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:14,757 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:15:14,757 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:14,757 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:14,757 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:14,757 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:15:14,758 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-10-07 02:15:14,758 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:14,758 INFO 192:__init__.py(1) - Vf found, updating information 2021-10-07 02:15:14,758 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:14,758 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:15:14,758 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-10-07 02:15:14,760 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:19,495 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:15:19,519 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-10-07 02:15:19,522 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1633572912836,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:15:19,529 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-10-07 02:15:19,530 DEBUG 129:onap_service.py(1) - [SDC][Add VF to service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:19,530 DEBUG 131:onap_service.py(1) - [SDC][Add VF to service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/a54e1d7c-a5aa-4668-a60e-76820a40c44a/resourceInstance 2021-10-07 02:15:19,530 DEBUG 132:onap_service.py(1) - [SDC][Add VF to service] data sent: { "name": "basic_cnf", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "11bc493b-93e0-4bbd-9576-2d284a40b209", "originType": "VF", "componentUid": "11bc493b-93e0-4bbd-9576-2d284a40b209", "icon": "defaulticon" } 2021-10-07 02:15:19,532 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:22,318 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/a54e1d7c-a5aa-4668-a60e-76820a40c44a/resourceInstance HTTP/1.1" 201 None 2021-10-07 02:15:22,319 INFO 142:onap_service.py(1) - [SDC][Add VF to service] response code: 201 2021-10-07 02:15:22,320 DEBUG 146:onap_service.py(1) - [SDC][Add VF to service] response: {"capabilities":null,"requirements":null,"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":null,"attributes":null,"nodeFilter":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vf_module_id","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":"true","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.multi_stage_design","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"multi_stage_design","value":"false","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming_code","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming_code","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_function","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_function","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.controller_actor","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"controller_actor","value":"SO-REF-DATA","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.availability_zone_max_count","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"availability_zone_max_count","value":"1","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"metadata":null,"constraints":[{"validValues":["0","1","2"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_artifact_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_artifact_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_image_name","type":"string","required":false,"defaultValue":null,"description":"Dummy image name","schema":null,"password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_name","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.max_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_type","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_type","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_flavor_name","type":"string","required":false,"defaultValue":null,"description":"Dummy flavor","schema":null,"password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_id","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_role","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_role","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.min_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_name_0","type":"string","required":false,"defaultValue":null,"description":"Dummy name","schema":null,"password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_cnf 0","SupportablityComponentVersion":null},"actualComponentUid":"11bc493b-93e0-4bbd-9576-2d284a40b209","createdFromCsar":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1633572921055,"icon":"defaulticon","description":null,"originType":"VF","toscaArtifacts":{},"directives":[],"isProxy":false,"invariantName":"basic_cnf0","createdFrom":null,"componentUid":"11bc493b-93e0-4bbd-9576-2d284a40b209","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1633572921055,"customizationUUID":"4ae25085-12d6-4c3a-b531-8509963936bf","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"version":null,"type":null,"ownerId":null,"empty":false} 2021-10-07 02:15:22,320 INFO 511:service.py(1) - Resource VF basic_cnf has been added on serice basic_cnf 2021-10-07 02:15:22,322 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:22,323 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/distribution 2021-10-07 02:15:22,323 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-10-07 02:15:22,324 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:22,381 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/distribution HTTP/1.1" 200 38 2021-10-07 02:15:22,381 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-10-07 02:15:22,382 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[]} 2021-10-07 02:15:22,383 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:22,383 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None 2021-10-07 02:15:22,383 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-10-07 02:15:22,385 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:22,437 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/None HTTP/1.1" 200 29 2021-10-07 02:15:22,438 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-10-07 02:15:22,438 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-10-07 02:15:22,440 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-10-07 02:15:22,440 INFO 728:service.py(1) - attempting to checkin Service basic_cnf in SDC 2021-10-07 02:15:22,442 DEBUG 129:onap_service.py(1) - [SDC][checkin Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:22,442 DEBUG 131:onap_service.py(1) - [SDC][checkin Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/a54e1d7c-a5aa-4668-a60e-76820a40c44a/lifecycleState/checkin 2021-10-07 02:15:22,442 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2021-10-07 02:15:22,444 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:24,558 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/a54e1d7c-a5aa-4668-a60e-76820a40c44a/lifecycleState/checkin HTTP/1.1" 200 1183 2021-10-07 02:15:24,560 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2021-10-07 02:15:24,560 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a","name":"basic_cnf","version":"0.1","isHighestVersion":true,"creationDate":1633572912836,"lastUpdateDate":1633572923318,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"0.1":"a54e1d7c-a5aa-4668-a60e-76820a40c44a"},"projectCode":"123456","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","componentType":"SERVICE","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceType":"","serviceRole":"","environmentContext":"General_Revenue-Bearing","instantiationType":"A-la-carte","serviceFunction":"","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93"} 2021-10-07 02:15:24,563 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:24,563 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:24,564 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:24,564 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:24,564 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:24,566 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:25,094 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1445 2021-10-07 02:15:25,096 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:25,096 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-10-07 02:15:25,099 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:25,100 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:25,100 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:25,100 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:25,100 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:25,100 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:25,101 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:25,101 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:25,101 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:25,101 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:25,101 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:25,102 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:25,102 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:15:25,102 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:25,102 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:25,102 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-10-07 02:15:25,103 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:15:25,103 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:25,103 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:15:25,104 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:25,104 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:15:25,104 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:15:25,106 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:25,676 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:15:25,678 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:15:25,681 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1633572923318,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:15:25,686 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:15:25,687 INFO 728:service.py(1) - attempting to Certify Service basic_cnf in SDC 2021-10-07 02:15:25,690 DEBUG 129:onap_service.py(1) - [SDC][Certify Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:25,690 DEBUG 131:onap_service.py(1) - [SDC][Certify Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/a54e1d7c-a5aa-4668-a60e-76820a40c44a/lifecycleState/Certify 2021-10-07 02:15:25,691 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2021-10-07 02:15:25,692 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:33,573 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/a54e1d7c-a5aa-4668-a60e-76820a40c44a/lifecycleState/Certify HTTP/1.1" 200 1171 2021-10-07 02:15:33,575 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2021-10-07 02:15:33,575 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1633572912836,"lastUpdateDate":1633572923318,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"3d4f8c95-4a1a-4272-9b9a-33776626100b"},"projectCode":"123456","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","componentType":"SERVICE","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceType":"","serviceRole":"","environmentContext":"General_Revenue-Bearing","instantiationType":"A-la-carte","serviceFunction":"","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93"} 2021-10-07 02:15:33,578 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:33,578 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:33,579 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:33,579 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:33,579 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:33,581 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:34,045 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1433 2021-10-07 02:15:34,046 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:34,047 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:15:34,050 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:15:34,050 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:34,050 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:34,050 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-10-07 02:15:34,050 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:34,051 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:34,051 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:34,051 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:34,051 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:34,051 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:34,051 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:34,051 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:34,052 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:34,052 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:34,052 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:34,052 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:34,052 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:15:34,052 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:34,052 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:15:34,053 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:34,053 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:15:34,053 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:15:34,055 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:34,652 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:15:34,654 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:15:34,657 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572923318,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:15:34,662 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:15:44,673 INFO 728:service.py(1) - attempting to PROD/activate Service basic_cnf in SDC 2021-10-07 02:15:44,679 DEBUG 129:onap_service.py(1) - [SDC][PROD/activate Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:44,679 DEBUG 131:onap_service.py(1) - [SDC][PROD/activate Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/3d4f8c95-4a1a-4272-9b9a-33776626100b/distribution/PROD/activate 2021-10-07 02:15:44,679 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2021-10-07 02:15:44,682 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:47,541 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/3d4f8c95-4a1a-4272-9b9a-33776626100b/distribution/PROD/activate HTTP/1.1" 200 None 2021-10-07 02:15:47,544 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2021-10-07 02:15:47,545 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","empty":false},{"definition":false,"hidden":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"MmQ3YzQ5ODg4ZGVhYWZlMmM0ZDM0MTNkZTZiZDEwYjc=","artifactUUID":"9684796d-f615-463f-8910-0b2f30b4c5ac","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.assettoscacsar","duplicated":false,"payloadUpdateDate":1633572931890,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"MTBhOTJjNDRjZWRhYzU3ZTRlYmJlMDg5OWI4ZTM5ZjM=","artifactUUID":"9d0f9595-f35a-4a97-b718-4ca49521323e","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.assettoscatemplate","duplicated":false,"payloadUpdateDate":1633572930208,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"componentInstances":[{"deploymentArtifacts":{"vflicense":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572874508,"description":"VF license file","artifactType":"VF_LICENSE","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vflicense","artifactName":"vf-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NzIxNzYyNzM3Mzc4ODRmMTllNjQxMWJmMmM0ODE3OTk=","artifactUUID":"2b889107-5d25-4a92-b092-8e8b39373150","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vflicense","duplicated":false,"payloadUpdateDate":1633572874512,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874508,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3env":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572921195,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.cloudtechnologyspecificartifact3env","artifactName":"nginx_cloudtech_k8s_charts.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=","artifactUUID":"7b8217c6-3ea2-4e5b-835c-129c79556486","generatedFromId":"a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3env","esId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.cloudtechnologyspecificartifact3env","duplicated":false,"payloadUpdateDate":1633572926414,"heatParamsUpdateDate":1633572921195,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572921195,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"cloudtechnologyspecificartifact3":{"heatParamUpdated":false,"timeout":30,"creationDate":1633572874613,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"f209cef4-2b73-42be-8249-f3dc4177f62c","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1633572874615,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874613,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vfModulesMetadata":{"heatParamUpdated":false,"timeout":0,"description":"Auto-generated VF Modules information artifact","artifactType":"VF_MODULES_METADATA","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.vfModulesMetadata","artifactName":"basic_cnf0_modules.json","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWE5MDVhYzY3MDZlYzdlYWY1ZjBjZjI2ZTBhZGVjMjc=","artifactUUID":"bfc95bd2-6234-4dea-a4f4-8e366488f5d4","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1633572928091,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"heat1":{"listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1633572874546,"description":"created from csar","artifactType":"HEAT","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"71ea11b7-a67d-4aaf-b740-44779bf0cded","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","duplicated":false,"payloadUpdateDate":1633572874553,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874546,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vendorlicense":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572874485,"description":" Vendor license file","artifactType":"VENDOR_LICENSE","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vendorlicense","artifactName":"vendor-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE=","artifactUUID":"3933daef-70a3-4f25-a2ff-0dc16d6a5727","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vendorlicense","duplicated":false,"payloadUpdateDate":1633572874492,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874485,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","defaultValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","defaultValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","defaultValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":0,"creationDate":1633572921192,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=","artifactUUID":"31234392-19b8-46a7-8b40-f20c48052521","generatedFromId":"a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.heat1env","duplicated":false,"payloadUpdateDate":1633572927089,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","defaultValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","defaultValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","defaultValue":"dummy.default","empty":false}],"heatParamsUpdateDate":1633572921192,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572921192,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"artifacts":{"vspbasiccnfvspinformationtxt":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572874528,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"6d34c50c-103f-4e91-b622-aa294343f526","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1633572874530,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1633572874528,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"groupInstances":[{"creationTime":1633572921210,"version":"1","type":"org.openecomp.groups.VfModule","artifacts":["a479e575-559f-4ec5-abcb-f274246d0fd1.heat1env","a479e575-559f-4ec5-abcb-f274246d0fd1.heat1","a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3"],"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.a479e575-559f-4ec5-abcb-f274246d0fd1.BasicCnf..base_dummy..module-0.basic_cnf0basiccnfbase_dummymodule0","invariantUUID":"b8a06d79-9c3a-43e9-a001-a250998fb143","normalizedName":"basic_cnf0basiccnfbase_dummymodule0","modificationTime":1633572921210,"customizationUUID":"7dfa3a6c-f161-499d-b620-acf6fbcee667","groupInstanceArtifacts":["a479e575-559f-4ec5-abcb-f274246d0fd1.cloudtechnologyspecificartifact3","a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0.heat1env"],"groupInstanceArtifactsUuid":["f209cef4-2b73-42be-8249-f3dc4177f62c","31234392-19b8-46a7-8b40-f20c48052521"],"artifactsUuid":["71ea11b7-a67d-4aaf-b740-44779bf0cded","f209cef4-2b73-42be-8249-f3dc4177f62c"],"groupUUID":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","groupName":"BasicCnf..base_dummy..module-0","groupUid":"a479e575-559f-4ec5-abcb-f274246d0fd1.BasicCnf..base_dummy..module-0","name":"basic_cnf0..BasicCnf..base_dummy..module-0","properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"true","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"defaultValue":"1","description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"defaultValue":"1","description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"defaultValue":"1","description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"defaultValue":"Base","password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"defaultValue":"base_dummy","description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_dummy","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"inputs":[{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vf_module_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_image_name","type":"string","required":false,"description":"Dummy image name","password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_name","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_flavor_name","type":"string","required":false,"description":"Dummy flavor","password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_name_0","type":"string","required":false,"description":"Dummy name","password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"basic_cnf 0"},"actualComponentUid":"11bc493b-93e0-4bbd-9576-2d284a40b209","createdFromCsar":false,"uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1633572921055,"icon":"defaulticon","originType":"VF","toscaArtifacts":{},"directives":[],"isProxy":false,"invariantName":"basic_cnf0","componentUid":"11bc493b-93e0-4bbd-9576-2d284a40b209","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1633572921055,"customizationUUID":"4ae25085-12d6-4c3a-b531-8509963936bf","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"a54e1d7c-a5aa-4668-a60e-76820a40c44a.11bc493b-93e0-4bbd-9576-2d284a40b209.basic_cnf0":[{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vf_module_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_image_name","type":"string","required":false,"description":"Dummy image name","password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_name","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_flavor_name","type":"string","required":false,"description":"Dummy flavor","password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.vnf_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false},{"definition":false,"hidden":false,"uniqueId":"a479e575-559f-4ec5-abcb-f274246d0fd1.dummy_name_0","type":"string","required":false,"description":"Dummy name","password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e88e2d3a-6e20-45cc-8d2a-96bac0b4ca25","empty":false}]},"capabilities":{},"inputs":[{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false},{"definition":false,"hidden":false,"uniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c0e3d747-5673-44e0-b3da-6758af50b0d5","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.configuration","artifactGroupType":"SERVICE_API","artifactDisplayName":"Configuration","mandatory":false,"serviceApi":true,"artifactLabel":"configuration","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.testing","artifactGroupType":"SERVICE_API","artifactDisplayName":"Testing","mandatory":false,"serviceApi":true,"artifactLabel":"testing","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912038,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.logging","artifactGroupType":"SERVICE_API","artifactDisplayName":"Logging","mandatory":false,"serviceApi":true,"artifactLabel":"logging","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912038,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.monitoring","artifactGroupType":"SERVICE_API","artifactDisplayName":"Monitoring","mandatory":false,"serviceApi":true,"artifactLabel":"monitoring","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.reporting","artifactGroupType":"SERVICE_API","artifactDisplayName":"Reporting","mandatory":false,"serviceApi":true,"artifactLabel":"reporting","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.instantiation","artifactGroupType":"SERVICE_API","artifactDisplayName":"Instantiation","mandatory":false,"serviceApi":true,"artifactLabel":"instantiation","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"forwardingPaths":{},"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"1.0","creationDate":1633572912836,"icon":"network_l_1-3","description":"service","tags":["basic_cnf"],"uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","componentMetadataForSupportLog":{"SupportablityComponentUUID":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","SupportablityComponentName":"basic_cnf","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","highestVersion":true,"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","systemName":"BasicCnf","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","normalizedName":"basiccnf","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1633572946476,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1633572912037,"artifactType":"OTHER","uniqueId":"a54e1d7c-a5aa-4668-a60e-76820a40c44a.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1633572912037,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":{"1.0":"3d4f8c95-4a1a-4272-9b9a-33776626100b"},"categorySpecificMetadata":{},"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_cnf"} 2021-10-07 02:15:47,547 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:47,547 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:47,548 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:47,548 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:47,548 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:47,549 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:48,171 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:15:48,173 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:48,173 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:15:48,176 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:15:48,177 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:48,177 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:48,177 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:48,177 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:48,178 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:48,178 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:48,178 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:48,179 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:48,179 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:48,179 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:48,180 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:48,180 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:48,180 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:48,181 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:48,181 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:48,182 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:15:48,182 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:48,182 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:15:48,183 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:48,183 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:15:48,184 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:15:48,185 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:48,766 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:15:48,768 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:15:48,771 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:15:48,776 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:15:48,776 INFO 201:service.py(1) - Service basic_cnf onboarded 2021-10-07 02:15:48,776 INFO 33:k8s_connectivity_info_create.py(1) - Check if k8s connectivity information exists 2021-10-07 02:15:48,776 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:15:48,776 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-10-07 02:15:48,777 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-10-07 02:15:48,778 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:15:48,803 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 500 74 2021-10-07 02:15:48,804 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 500 2021-10-07 02:15:48,804 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: n/a 2021-10-07 02:15:48,804 ERROR 157:onap_service.py(1) - [None][Get Connectivity Info] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:15:48,804 ERROR 233:onap_service.py(1) - [None][Get Connectivity Info] request failed: Code: 500. Info: Get Connection: Error finding master table: mongo: no documents in result . 2021-10-07 02:15:48,804 INFO 36:k8s_connectivity_info_create.py(1) - Create the k8s connectivity information 2021-10-07 02:15:48,807 DEBUG 129:onap_service.py(1) - [None][Create Connectivity Info] sent header: {} 2021-10-07 02:15:48,807 DEBUG 131:onap_service.py(1) - [None][Create Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info 2021-10-07 02:15:48,807 DEBUG 132:onap_service.py(1) - [None][Create Connectivity Info] data sent: None 2021-10-07 02:15:48,809 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:15:48,853 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/connectivity-info HTTP/1.1" 201 None 2021-10-07 02:15:48,854 INFO 142:onap_service.py(1) - [None][Create Connectivity Info] response code: 201 2021-10-07 02:15:48,855 DEBUG 146:onap_service.py(1) - [None][Create Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFVUVhkT2FrbDVUV3BSTVU1V2IxaEVWRTE0VFZSQmQwNUVTWGxOYWxFeFRsWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVFRWNkNuVlljVE5NVG10Sk5qazRXQ3Q2V0dsNVlXeHBiRmxMY1ZaMk9XeG1lSEZGVFhkTE9XWTNWSEpTTDFadlUxVkhXVWt5WVRCVGVYaHdjemswYzB4d1JHSUtaWEkzUzB4Q2NHcDFaelZLWjFObFlXTjFSVXRLUzFkR2FtazBPQ3RJYW1oM1pXdFBWREYxWXpCMGVrRm1iblJMUmtkUGJtdzJhWFZQVkUwMVlrZHFSZ3BVZFM5M1FYZFdXV1Z1YkVoQlRFa3lkalZxVmpZeFVFaEhNRXhhWkhWWUszTnVkMnhXVFhGNmNVRm9SV05YWTBGSFR6UlBTVU0yYjI1UlJtcHpOVWRFQ2xwVE16ZDNUQzlSVVhOWVZTODJhMVp4Vld0aVlWQjRSRmRPT1ZWSGQybzVXRWNyYmtGcVUzVmlhQ3R4U3pOSk5rWmFlRGt6WVRSQ1lsaDJZV3REWkZvS1VFMVpNelJoYm1oRWVWWnhZM1I2TTNsSVpXOVVjRU41YlU5bmVYZEZaWGx5YldRNU1sbzNNbkFyWlhKNFRGZHplbWNyV1hZMlpXSlBhRzFPUkdaNlNncFJRbEZFZFZFd1NrZFBTVXRSV1ZoUmVYZEZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWlFlSFZQV0Vrd1pVTk9SMlJ3TUVGamVHNU9lR1Z0Y21ScmFGTk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJOa0p1TVZkaGNrMUtlWE4xZFdZeFNIRlpSWEZOZEU5VU1EWlZkSFV3ZFZOMFpXRXlaSGhDUVdWaFZYZGpNMlpwWVFwc2JUTnRUVkF3Wm1WME1FTkNiVVYxU21weUwxRjVUa0pNTVVGWGVFZHhkMjlXVW10Qk1IbEhjazVzVUdoUGNYWjFVMlpOYjBSWU5uRklhakZyYUdaVkNrSkxWR1JLWm5oNU1HczVjbkJzVm5WSE9FaHRiemh1WWtNeVJtcEljbWRUYkdNeVEweENReTl3U0VweVJrTnROMXBVUVVKaVRrWTFWRnBKYmt4M1oxb0tTWFF6UzJoeGRXeFpiREJzWTFSaVowdFRSR0owTURoelZYZzBWV1pzTldWR09VZ3lPR1pHYXpjNFJUWk9OVkI0YkU5RlRGWklObk5FZFZwMFFpdGhNUXBQZDNSSFMwSjVla0pzY2xwNmNVcE1TRGxhTURaNU1taFJVRGRKUkRWbk1WUnpTM3BoVmxobGFGSXZPRk5NVGpodk5sRjZWSGhoWnpoV1lUTmxVVWw2Q21sRGNFZFVjbkV3YkhCc01VVnpZMFZvY3l0R1NYSndialptUTJ3d05XMVlRMWcyYXdvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC42OTo2NDQzCiAgbmFtZToga3ViZXJuZXRlcwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3Rlcjoga3ViZXJuZXRlcwogICAgdXNlcjoga3ViZXJuZXRlcy1hZG1pbgogIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpjdXJyZW50LWNvbnRleHQ6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW4KICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJGZWtORFFXWjFaMEYzU1VKQlowbEpSWGRJTnpkblRFTlRMelIzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRWUkZkMDFFV1hsTmFra3dUbFJXWVVaM01IbE5ha1YzVFVSWmVVMXFTVEJPVkd4aFRVUlJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNhM2RHZDFsRVZsRlJSRVY0UW5Ka1YwcHNZMjAxYkdSSFZucE1WMFpyQ21KWGJIVk5TVWxDU1dwQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSUlVaQlFVOURRVkU0UVUxSlNVSkRaMHREUVZGRlFYbFVhM0YwU0ROblRtbGxSa2xGVTJVS2VXY3dOa280ZFdWd1RuUmhVVnBqVVVSVk56QkpWR1JoU1c1YVNYcE9PV2h4SzFZMU1sWjNPVkY2VFV0TFYwSnphbWt2YldGWmNVTnNXbWx2YVRSWmNRb3lURGN6VDJjeE4ycFNZek5hWkhRd01VaGxaMFZRTDFkYVpGYzNRM1ZDVDJ0U1EySmlSMVJKYVZsaVVtRkdTakZhTnpneFRXcFBabkpMV0U1MGJVTkxDbGN3UzJWWWFIQkNPVVJZUlhwUlVFbFFVRWR4VmpaNGNtRkZSV3RaYjJ0Q09VMU1ObkZaZERoWFFsTlZXbHBRWkZsb1JVOVNhelp0UW01aGNEUjJXV3NLZEd0c1IzcEtTVkpTVDFkek9WaHJlVVJ4Y2pOVmFGcElaME5FYVVvMFNuSkRaVkZ6YWpKMVZIZEZSMWhrTTFWSWVVeDNTR1JGTTBoak9WaHVkMFJMZVFwclVYUXhhVUV4U0VjeVFWbDBWR2hUUTFsMWJucHdaMVF4UkZSSE1HdHVTbFZ5WkhGeWVrcEljM2hrZW5wYWFFUlFTbWhFYUZOQlJGSTNiRUUxVVZscENuZDJTVmN4ZDBsRVFWRkJRbTh3WjNkU2FrRlBRbWRPVmtoUk9FSkJaamhGUWtGTlEwSmhRWGRGZDFsRVZsSXdiRUpCZDNkRFoxbEpTM2RaUWtKUlZVZ0tRWGRKZDBoM1dVUldVakJxUWtKbmQwWnZRVlV2UnpRMVkycFNORWt3V2pKdVVVSjZSMk16UmpaaGRESlRSa2wzUkZGWlNrdHZXa2xvZG1OT1FWRkZUQXBDVVVGRVoyZEZRa0ZMTTNGRlJWSkVOVGtyZWxoNmRteDFTSEpNVEZOb1VVNHlVamd6VjBKeFMyTm5jR3B5Y1d0eWJEbFhZelIwYVRodmFFUmlTeXRNQ2pkeWJEbElaRU5UVlhkelpqSkZPRGxQYURWWFYyNUZWSEJPVEVKVGJGUXZPV3RxYURKdVIyTlVkMDV2TlV4SVpXYzVValpUTWxaVFZFSjNSMGhEZDBjS1ZITkVNak5KVkV0ME4wVnFSVmN3VUZCWGRtRnVWRkpLSzBKalNHNHdhblpHYjFSU2JtZHlTVFo0VmxOUFlYRkhUakJLVkcxck5FOUJWa05UTUZka1R3cEpUVFozUVhSRVVHWklRM1JXV0VRM2FqRlNUa2xKUjBSd04weDJhWEJJVXpGVFlXUmtVbk5OYkVwYVRFODNkaXN6UVhwc2NrVXhOR2RVVjFFeFZtVlVDalY1WnpaMVRtZzRaVU56Vm5ST1NFNXNkSGM0WTJjek1Ya3ljVXd2YVdseGFERlBaVnBtUmtNeVZYUnBTa2RIV0VaWmNtUXlUazlEY21WclVISlNabUlLUlZJNGNUVkdkVUpJUTFZemRtWXZjamRLVGxKTlNUQXJhR2RPWTI5MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxGYjNkSlFrRkJTME5CVVVWQmVWUnJjWFJJTTJkT2FXVkdTVVZUWlhsbk1EWktPSFZsY0U1MFlWRmFZMUZFVlRjd1NWUmtZVWx1V2tsNlRqbG9DbkVyVmpVeVZuYzVVWHBOUzB0WFFuTnFhUzl0WVZseFEyeGFhVzlwTkZseE1rdzNNMDluTVRkcVVtTXpXbVIwTURGSVpXZEZVQzlYV21SWE4wTjFRazhLYTFKRFltSkhWRWxwV1dKU1lVWktNVm8zT0RGTmFrOW1ja3RZVG5SdFEwdFhNRXRsV0dod1FqbEVXRVY2VVZCSlVGQkhjVlkyZUhKaFJVVnJXVzlyUWdvNVRVdzJjVmwwT0ZkQ1UxVmFXbEJrV1doRlQxSnJObTFDYm1Gd05IWlphM1JyYkVkNlNrbFNVazlYY3psWWEzbEVjWEl6VldoYVNHZERSR2xLTkVweUNrTmxVWE5xTW5WVWQwVkhXR1F6VlVoNVRIZElaRVV6U0dNNVdHNTNSRXQ1YTFGME1XbEJNVWhITWtGWmRGUm9VME5aZFc1NmNHZFVNVVJVUnpCcmJrb0tWWEprY1hKNlNraHplR1I2ZWxwb1JGQkthRVJvVTBGRVVqZHNRVFZSV1dsM2RrbFhNWGRKUkVGUlFVSkJiMGxDUVVOVE56VjFkbXRRZEZsclEwMHlTQXBQVjFkNFdFaG9MMVkwY2trNFNWVm5lWEpHYWxKSVdEYzBUbmxDY3pORFZFcDNWakpqZGxGWVVIRm1Vak5ZTUVsUFZXdE1kbGxvZFROTUwzRnBibkJQQ2tZcmVGSnJSbWh6ZEdFeFowYzJSR2R0TUdSbFVIbzFZazVuZVVwS1FXZHpVWEYxUVRKS04wWkdNR0pxT0dJMlZuSjRSWFJsYzNsaVZpODNkMnhqYkVJS1ptOURRMlpPTmpRNVIyeGpiRE42Um5ZdmVFRk5aRk51YVZWUlUzSlhUV1J0Wm1OR1FVc3hPRGh1TTBOaFYyZDNXa1pFYW5SWFpDODJRVVpQWmtkaE5RcE1iMmxTWkU4dlJIaHZTbkJQTkZWbVIwb3JaVE5tY0ZrdlFsSnNMemN6Vm5CbWVubHZZMk55VERsVk0xbExTRzFwTVdGWFZFUTJkVlZGZUU5YVMzRllDa2dyVWpaYWRGSnVTWGRvV0VSUGFUWTBkemxXYjFGRFJFSXdiSEZyUzBRclkzZFBTRkY1ZUVKYVlUQnNhbGxvV0VsblpHMWhVRGxTWlRZMWJubzNia3NLVmk5dVpWVkJSVU5uV1VWQk5uVk5WMlZyYXpaa2NHOWxTek55VGs1UWNXRTVTakkzZVRWbVdYaFVVRloxVW1GbE4zaGFVVlIzVDBkVldsSTROMVI1UmdwSlpHNVVka1kzYmxaTWVrSktTREF5VEhWdk5HNUZlbEpXUWtodWJWWndla1p5WmxkSGNUa3dVWFphVjAxUEsxbGllR3hHUVZORE16VnNiMWgyTmpVckNuZHdjWFJsVDNSaVVGTjRhVXRVYkhGRVRreENjMXBaUWtoVVpXaElNbVkxU0RFMmFGYzFiMXBLSzFsUlpYVnBSekZPWmpocFRtTkRaMWxGUVRJd09Yb0tPV293Tm5wdWFIQlRlV2hUWW05TU9FVk1XRWxRY0dOUksyMU9hekJrTDFOUmRIRmhSMmhUZUU5NmQwUklURlpxV1ZCSlFtVnJTelJCZGpkdFpFOXlUZ3ByVEdRcldtcEtibmhhTnpKVk5FWkJWRE5MWWxweFJGa3ljM1J3T1VKUFNqTk9jVlpMTW5VNUszbDFNbFJsWkRsSk1UZDFPRFV3VG0xT2JWbDBiMDV3Q2tjM1oyc3dNSGxsYlVObFJIazJkRWhIYXk4eVEzRkdlbkZrVUVSQlVVcGlNVkU1WmtsblJVTm5XVUpNTVRSR1JtZFBiVkZ5UW1rM2RqQTBUa2xxU0hjS1pFSklWVWhxWVZCRWFuRm1TbU1yZUhOVmJrUkRXV1JSVW1oeVJWZDZjemxtSzBWbVVFdEhSRTlsVFM5VVprc3hNbFZxYjBwMVIyTlFTaTlGV1RORmRncDZOMGxvVFdFdlptZDZlVE5XYkZkdk5HTmlia2t4U21ReldUZ3phRVJrU0hwTWRtZG9SbGxWWmxsV1FXWkdjR2wzTlZwd1MyUTRORTlQVFdOcFpYcHNDbXhTSzFOMlZVbE5TVkIzU0ZFMVpIUnRSVkJvVW5kTFFtZElWelIxV1hWR1NrbHlkVTFpT0VwUWRUVmFWekJ5ZHl0VVRUTjZaMHBLTVdwWFpWTnVVbVVLWlZobWEyZGFjRVpTV0hCcmJEVnlWR0pTTW1WelRETlROMEYyTkdWcE0ycG5XRTFGVUZwWWEwWldLMUJ6ZFVONWNWWTBNbTE0UldaUVdtMXdNekJtZUFwQlZDdFZhbmc1UkZGS1IyazBRbHBpWjBSTEszSkRlbEJMVGpGWWRuUlZSbFJMWTNKeGNtOU5Ra0ZCVVhsYVRVUk9lRkpRZUVKR01sQlhaazlTTVUxbUNqbEVXVUpCYjBkQ1FVeDZXRTlXU1RCNFdVVTJXVWd2VlcxWFoydFdRekJsWWxoeE5GQkNUalpLYWtrcmFsTnBUakExU25kNU5UZHNNM1ZVTUVkRlpsSUtWbkJHWjIxSGVsZGljbmQ1TnpsSlRUVkZaVGREY2xCTVFpdHZkR1pMTnpnd09FcFVRVVpKSzB0TmFEZ3hTMHMyWmtoUVNreGpWVUp6TlRZMldWZDJUUXAyYmpjd1RsTjFSbVZsVjJSMVFsQmxhRkZ4UjA5cWMwcE9ZbXhEZVdkMFdVTllVMDlPU25kM1dFbFRObVUxYkZkTlpHUm9DaTB0TFMwdFJVNUVJRkpUUVNCUVVrbFdRVlJGSUV0RldTMHRMUzB0Q2c9PQo=","other-connectivity-list":{"connectivity-records":[]}} 2021-10-07 02:15:48,857 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:15:48,857 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-10-07 02:15:48,857 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-10-07 02:15:48,859 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:15:48,883 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 200 None 2021-10-07 02:15:48,883 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-10-07 02:15:48,884 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFVUVhkT2FrbDVUV3BSTVU1V2IxaEVWRTE0VFZSQmQwNUVTWGxOYWxFeFRsWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVFRWNkNuVlljVE5NVG10Sk5qazRXQ3Q2V0dsNVlXeHBiRmxMY1ZaMk9XeG1lSEZGVFhkTE9XWTNWSEpTTDFadlUxVkhXVWt5WVRCVGVYaHdjemswYzB4d1JHSUtaWEkzUzB4Q2NHcDFaelZLWjFObFlXTjFSVXRLUzFkR2FtazBPQ3RJYW1oM1pXdFBWREYxWXpCMGVrRm1iblJMUmtkUGJtdzJhWFZQVkUwMVlrZHFSZ3BVZFM5M1FYZFdXV1Z1YkVoQlRFa3lkalZxVmpZeFVFaEhNRXhhWkhWWUszTnVkMnhXVFhGNmNVRm9SV05YWTBGSFR6UlBTVU0yYjI1UlJtcHpOVWRFQ2xwVE16ZDNUQzlSVVhOWVZTODJhMVp4Vld0aVlWQjRSRmRPT1ZWSGQybzVXRWNyYmtGcVUzVmlhQ3R4U3pOSk5rWmFlRGt6WVRSQ1lsaDJZV3REWkZvS1VFMVpNelJoYm1oRWVWWnhZM1I2TTNsSVpXOVVjRU41YlU5bmVYZEZaWGx5YldRNU1sbzNNbkFyWlhKNFRGZHplbWNyV1hZMlpXSlBhRzFPUkdaNlNncFJRbEZFZFZFd1NrZFBTVXRSV1ZoUmVYZEZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWlFlSFZQV0Vrd1pVTk9SMlJ3TUVGamVHNU9lR1Z0Y21ScmFGTk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJOa0p1TVZkaGNrMUtlWE4xZFdZeFNIRlpSWEZOZEU5VU1EWlZkSFV3ZFZOMFpXRXlaSGhDUVdWaFZYZGpNMlpwWVFwc2JUTnRUVkF3Wm1WME1FTkNiVVYxU21weUwxRjVUa0pNTVVGWGVFZHhkMjlXVW10Qk1IbEhjazVzVUdoUGNYWjFVMlpOYjBSWU5uRklhakZyYUdaVkNrSkxWR1JLWm5oNU1HczVjbkJzVm5WSE9FaHRiemh1WWtNeVJtcEljbWRUYkdNeVEweENReTl3U0VweVJrTnROMXBVUVVKaVRrWTFWRnBKYmt4M1oxb0tTWFF6UzJoeGRXeFpiREJzWTFSaVowdFRSR0owTURoelZYZzBWV1pzTldWR09VZ3lPR1pHYXpjNFJUWk9OVkI0YkU5RlRGWklObk5FZFZwMFFpdGhNUXBQZDNSSFMwSjVla0pzY2xwNmNVcE1TRGxhTURaNU1taFJVRGRKUkRWbk1WUnpTM3BoVmxobGFGSXZPRk5NVGpodk5sRjZWSGhoWnpoV1lUTmxVVWw2Q21sRGNFZFVjbkV3YkhCc01VVnpZMFZvY3l0R1NYSndialptUTJ3d05XMVlRMWcyYXdvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC42OTo2NDQzCiAgbmFtZToga3ViZXJuZXRlcwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3Rlcjoga3ViZXJuZXRlcwogICAgdXNlcjoga3ViZXJuZXRlcy1hZG1pbgogIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpjdXJyZW50LWNvbnRleHQ6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW4KICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJGZWtORFFXWjFaMEYzU1VKQlowbEpSWGRJTnpkblRFTlRMelIzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRWUkZkMDFFV1hsTmFra3dUbFJXWVVaM01IbE5ha1YzVFVSWmVVMXFTVEJPVkd4aFRVUlJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNhM2RHZDFsRVZsRlJSRVY0UW5Ka1YwcHNZMjAxYkdSSFZucE1WMFpyQ21KWGJIVk5TVWxDU1dwQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSUlVaQlFVOURRVkU0UVUxSlNVSkRaMHREUVZGRlFYbFVhM0YwU0ROblRtbGxSa2xGVTJVS2VXY3dOa280ZFdWd1RuUmhVVnBqVVVSVk56QkpWR1JoU1c1YVNYcE9PV2h4SzFZMU1sWjNPVkY2VFV0TFYwSnphbWt2YldGWmNVTnNXbWx2YVRSWmNRb3lURGN6VDJjeE4ycFNZek5hWkhRd01VaGxaMFZRTDFkYVpGYzNRM1ZDVDJ0U1EySmlSMVJKYVZsaVVtRkdTakZhTnpneFRXcFBabkpMV0U1MGJVTkxDbGN3UzJWWWFIQkNPVVJZUlhwUlVFbFFVRWR4VmpaNGNtRkZSV3RaYjJ0Q09VMU1ObkZaZERoWFFsTlZXbHBRWkZsb1JVOVNhelp0UW01aGNEUjJXV3NLZEd0c1IzcEtTVkpTVDFkek9WaHJlVVJ4Y2pOVmFGcElaME5FYVVvMFNuSkRaVkZ6YWpKMVZIZEZSMWhrTTFWSWVVeDNTR1JGTTBoak9WaHVkMFJMZVFwclVYUXhhVUV4U0VjeVFWbDBWR2hUUTFsMWJucHdaMVF4UkZSSE1HdHVTbFZ5WkhGeWVrcEljM2hrZW5wYWFFUlFTbWhFYUZOQlJGSTNiRUUxVVZscENuZDJTVmN4ZDBsRVFWRkJRbTh3WjNkU2FrRlBRbWRPVmtoUk9FSkJaamhGUWtGTlEwSmhRWGRGZDFsRVZsSXdiRUpCZDNkRFoxbEpTM2RaUWtKUlZVZ0tRWGRKZDBoM1dVUldVakJxUWtKbmQwWnZRVlV2UnpRMVkycFNORWt3V2pKdVVVSjZSMk16UmpaaGRESlRSa2wzUkZGWlNrdHZXa2xvZG1OT1FWRkZUQXBDVVVGRVoyZEZRa0ZMTTNGRlJWSkVOVGtyZWxoNmRteDFTSEpNVEZOb1VVNHlVamd6VjBKeFMyTm5jR3B5Y1d0eWJEbFhZelIwYVRodmFFUmlTeXRNQ2pkeWJEbElaRU5UVlhkelpqSkZPRGxQYURWWFYyNUZWSEJPVEVKVGJGUXZPV3RxYURKdVIyTlVkMDV2TlV4SVpXYzVValpUTWxaVFZFSjNSMGhEZDBjS1ZITkVNak5KVkV0ME4wVnFSVmN3VUZCWGRtRnVWRkpLSzBKalNHNHdhblpHYjFSU2JtZHlTVFo0VmxOUFlYRkhUakJLVkcxck5FOUJWa05UTUZka1R3cEpUVFozUVhSRVVHWklRM1JXV0VRM2FqRlNUa2xKUjBSd04weDJhWEJJVXpGVFlXUmtVbk5OYkVwYVRFODNkaXN6UVhwc2NrVXhOR2RVVjFFeFZtVlVDalY1WnpaMVRtZzRaVU56Vm5ST1NFNXNkSGM0WTJjek1Ya3ljVXd2YVdseGFERlBaVnBtUmtNeVZYUnBTa2RIV0VaWmNtUXlUazlEY21WclVISlNabUlLUlZJNGNUVkdkVUpJUTFZemRtWXZjamRLVGxKTlNUQXJhR2RPWTI5MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxGYjNkSlFrRkJTME5CVVVWQmVWUnJjWFJJTTJkT2FXVkdTVVZUWlhsbk1EWktPSFZsY0U1MFlWRmFZMUZFVlRjd1NWUmtZVWx1V2tsNlRqbG9DbkVyVmpVeVZuYzVVWHBOUzB0WFFuTnFhUzl0WVZseFEyeGFhVzlwTkZseE1rdzNNMDluTVRkcVVtTXpXbVIwTURGSVpXZEZVQzlYV21SWE4wTjFRazhLYTFKRFltSkhWRWxwV1dKU1lVWktNVm8zT0RGTmFrOW1ja3RZVG5SdFEwdFhNRXRsV0dod1FqbEVXRVY2VVZCSlVGQkhjVlkyZUhKaFJVVnJXVzlyUWdvNVRVdzJjVmwwT0ZkQ1UxVmFXbEJrV1doRlQxSnJObTFDYm1Gd05IWlphM1JyYkVkNlNrbFNVazlYY3psWWEzbEVjWEl6VldoYVNHZERSR2xLTkVweUNrTmxVWE5xTW5WVWQwVkhXR1F6VlVoNVRIZElaRVV6U0dNNVdHNTNSRXQ1YTFGME1XbEJNVWhITWtGWmRGUm9VME5aZFc1NmNHZFVNVVJVUnpCcmJrb0tWWEprY1hKNlNraHplR1I2ZWxwb1JGQkthRVJvVTBGRVVqZHNRVFZSV1dsM2RrbFhNWGRKUkVGUlFVSkJiMGxDUVVOVE56VjFkbXRRZEZsclEwMHlTQXBQVjFkNFdFaG9MMVkwY2trNFNWVm5lWEpHYWxKSVdEYzBUbmxDY3pORFZFcDNWakpqZGxGWVVIRm1Vak5ZTUVsUFZXdE1kbGxvZFROTUwzRnBibkJQQ2tZcmVGSnJSbWh6ZEdFeFowYzJSR2R0TUdSbFVIbzFZazVuZVVwS1FXZHpVWEYxUVRKS04wWkdNR0pxT0dJMlZuSjRSWFJsYzNsaVZpODNkMnhqYkVJS1ptOURRMlpPTmpRNVIyeGpiRE42Um5ZdmVFRk5aRk51YVZWUlUzSlhUV1J0Wm1OR1FVc3hPRGh1TTBOaFYyZDNXa1pFYW5SWFpDODJRVVpQWmtkaE5RcE1iMmxTWkU4dlJIaHZTbkJQTkZWbVIwb3JaVE5tY0ZrdlFsSnNMemN6Vm5CbWVubHZZMk55VERsVk0xbExTRzFwTVdGWFZFUTJkVlZGZUU5YVMzRllDa2dyVWpaYWRGSnVTWGRvV0VSUGFUWTBkemxXYjFGRFJFSXdiSEZyUzBRclkzZFBTRkY1ZUVKYVlUQnNhbGxvV0VsblpHMWhVRGxTWlRZMWJubzNia3NLVmk5dVpWVkJSVU5uV1VWQk5uVk5WMlZyYXpaa2NHOWxTek55VGs1UWNXRTVTakkzZVRWbVdYaFVVRloxVW1GbE4zaGFVVlIzVDBkVldsSTROMVI1UmdwSlpHNVVka1kzYmxaTWVrSktTREF5VEhWdk5HNUZlbEpXUWtodWJWWndla1p5WmxkSGNUa3dVWFphVjAxUEsxbGllR3hHUVZORE16VnNiMWgyTmpVckNuZHdjWFJsVDNSaVVGTjRhVXRVYkhGRVRreENjMXBaUWtoVVpXaElNbVkxU0RFMmFGYzFiMXBLSzFsUlpYVnBSekZPWmpocFRtTkRaMWxGUVRJd09Yb0tPV293Tm5wdWFIQlRlV2hUWW05TU9FVk1XRWxRY0dOUksyMU9hekJrTDFOUmRIRmhSMmhUZUU5NmQwUklURlpxV1ZCSlFtVnJTelJCZGpkdFpFOXlUZ3ByVEdRcldtcEtibmhhTnpKVk5FWkJWRE5MWWxweFJGa3ljM1J3T1VKUFNqTk9jVlpMTW5VNUszbDFNbFJsWkRsSk1UZDFPRFV3VG0xT2JWbDBiMDV3Q2tjM1oyc3dNSGxsYlVObFJIazJkRWhIYXk4eVEzRkdlbkZrVUVSQlVVcGlNVkU1WmtsblJVTm5XVUpNTVRSR1JtZFBiVkZ5UW1rM2RqQTBUa2xxU0hjS1pFSklWVWhxWVZCRWFuRm1TbU1yZUhOVmJrUkRXV1JSVW1oeVJWZDZjemxtSzBWbVVFdEhSRTlsVFM5VVprc3hNbFZxYjBwMVIyTlFTaTlGV1RORmRncDZOMGxvVFdFdlptZDZlVE5XYkZkdk5HTmlia2t4U21ReldUZ3phRVJrU0hwTWRtZG9SbGxWWmxsV1FXWkdjR2wzTlZwd1MyUTRORTlQVFdOcFpYcHNDbXhTSzFOMlZVbE5TVkIzU0ZFMVpIUnRSVkJvVW5kTFFtZElWelIxV1hWR1NrbHlkVTFpT0VwUWRUVmFWekJ5ZHl0VVRUTjZaMHBLTVdwWFpWTnVVbVVLWlZobWEyZGFjRVpTV0hCcmJEVnlWR0pTTW1WelRETlROMEYyTkdWcE0ycG5XRTFGVUZwWWEwWldLMUJ6ZFVONWNWWTBNbTE0UldaUVdtMXdNekJtZUFwQlZDdFZhbmc1UkZGS1IyazBRbHBpWjBSTEszSkRlbEJMVGpGWWRuUlZSbFJMWTNKeGNtOU5Ra0ZCVVhsYVRVUk9lRkpRZUVKR01sQlhaazlTTVUxbUNqbEVXVUpCYjBkQ1FVeDZXRTlXU1RCNFdVVTJXVWd2VlcxWFoydFdRekJsWWxoeE5GQkNUalpLYWtrcmFsTnBUakExU25kNU5UZHNNM1ZVTUVkRlpsSUtWbkJHWjIxSGVsZGljbmQ1TnpsSlRUVkZaVGREY2xCTVFpdHZkR1pMTnpnd09FcFVRVVpKSzB0TmFEZ3hTMHMyWmtoUVNreGpWVUp6TlRZMldWZDJUUXAyYmpjd1RsTjFSbVZsVjJSMVFsQmxhRkZ4UjA5cWMwcE9ZbXhEZVdkMFdVTllVMDlPU25kM1dFbFRObVUxYkZkTlpHUm9DaTB0TFMwdFJVNUVJRkpUUVNCUVVrbFdRVlJGSUV0RldTMHRMUzB0Q2c9PQo=","other-connectivity-list":{"connectivity-records":[]}} 2021-10-07 02:15:48,886 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists * 2021-10-07 02:15:48,886 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:48,886 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:15:48,886 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:15:48,887 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:48,934 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 404 288 2021-10-07 02:15:48,935 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 404 2021-10-07 02:15:48,935 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}} 2021-10-07 02:15:48,935 ERROR 157:onap_service.py(1) - [AAI][get cloud regions] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:48,935 ERROR 233:onap_service.py(1) - [AAI][get cloud regions] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}}. 2021-10-07 02:15:48,941 DEBUG 129:onap_service.py(1) - [AAI][Create cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:48,941 DEBUG 131:onap_service.py(1) - [AAI][Create cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion 2021-10-07 02:15:48,941 DEBUG 132:onap_service.py(1) - [AAI][Create cloud region] data sent: { "cloud-owner": "basicnf-owner", "cloud-region-id": "k8sregion", "orchestration-disabled": "False", "in-maint": "False", "cloud-type": "k8s", "owner-defined-type": "t1", "cloud-region-version": "1.0", "identity-url": "", "cloud-zone": "", "complex-name": "lannion", "sriov-automation": "", "cloud-extra-info": "", "upgrade-cycle": "", "resource-version": "" } 2021-10-07 02:15:48,942 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,002 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion HTTP/1.1" 201 0 2021-10-07 02:15:49,002 INFO 142:onap_service.py(1) - [AAI][Create cloud region] response code: 201 2021-10-07 02:15:49,003 DEBUG 146:onap_service.py(1) - [AAI][Create cloud region] response: 2021-10-07 02:15:49,005 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,005 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:15:49,005 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:15:49,007 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,053 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 359 2021-10-07 02:15:49,053 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:15:49,053 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633572948968"}]} 2021-10-07 02:15:49,074 DEBUG 129:onap_service.py(1) - [AAI][Add external system info to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,074 DEBUG 131:onap_service.py(1) - [AAI][Add external system info to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/esr-system-info-list/esr-system-info/12d60767-20ed-4253-8780-c949671f9f7f 2021-10-07 02:15:49,074 DEBUG 132:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: { "esr-system-info-id": "12d60767-20ed-4253-8780-c949671f9f7f", "user-name": "onap-wro", "password": "wro-onap", "system-type": "VIM" , "service-url": "http://wg-cloud.onap.dyn.nesc.nokia.net:5000" , "ssl-insecure": false , "cloud-domain": "Default" , "default-tenant": "onap-wro" , "system-status": "active" } 2021-10-07 02:15:49,076 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,144 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/esr-system-info-list/esr-system-info/12d60767-20ed-4253-8780-c949671f9f7f HTTP/1.1" 201 0 2021-10-07 02:15:49,145 INFO 142:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201 2021-10-07 02:15:49,145 DEBUG 146:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 2021-10-07 02:15:49,147 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,148 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:15:49,148 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:15:49,149 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,186 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 404 452 2021-10-07 02:15:49,187 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 404 2021-10-07 02:15:49,187 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}} 2021-10-07 02:15:49,187 ERROR 157:onap_service.py(1) - [AAI][get tenants] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,187 ERROR 233:onap_service.py(1) - [AAI][get tenants] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}}. 2021-10-07 02:15:49,188 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant 2021-10-07 02:15:49,188 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise 2021-10-07 02:15:49,190 DEBUG 129:onap_service.py(1) - [AAI][add tenant to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,191 DEBUG 131:onap_service.py(1) - [AAI][add tenant to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:15:49,191 DEBUG 132:onap_service.py(1) - [AAI][add tenant to cloud region] data sent: { "tenant-id": "f41abc47519441359fc94897110fa224", "tenant-name": "onap-wro", "tenant-context": "None" } 2021-10-07 02:15:49,192 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,255 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 201 0 2021-10-07 02:15:49,256 INFO 142:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201 2021-10-07 02:15:49,256 DEBUG 146:onap_service.py(1) - [AAI][add tenant to cloud region] response: 2021-10-07 02:15:49,258 DEBUG 129:onap_service.py(1) - [AAI][get availability_zones] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,259 DEBUG 131:onap_service.py(1) - [AAI][get availability_zones] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone 2021-10-07 02:15:49,259 DEBUG 132:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2021-10-07 02:15:49,261 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,298 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone HTTP/1.1" 404 493 2021-10-07 02:15:49,298 INFO 142:onap_service.py(1) - [AAI][get availability_zones] response code: 404 2021-10-07 02:15:49,299 DEBUG 146:onap_service.py(1) - [AAI][get availability_zones] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","ERR.5.4.6114"]}}} 2021-10-07 02:15:49,299 ERROR 157:onap_service.py(1) - [AAI][get availability_zones] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,299 ERROR 233:onap_service.py(1) - [AAI][get availability_zones] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","ERR.5.4.6114"]}}}. 2021-10-07 02:15:49,303 DEBUG 129:onap_service.py(1) - [AAI][Add availability zone to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,303 DEBUG 131:onap_service.py(1) - [AAI][Add availability zone to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone 2021-10-07 02:15:49,304 DEBUG 132:onap_service.py(1) - [AAI][Add availability zone to cloud region] data sent: { "availability-zone-name": "basicnf-availability-zone", "hypervisor-type": "nova" } 2021-10-07 02:15:49,305 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,423 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone HTTP/1.1" 201 0 2021-10-07 02:15:49,424 INFO 142:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201 2021-10-07 02:15:49,424 DEBUG 146:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 2021-10-07 02:15:49,433 DEBUG 129:onap_service.py(1) - [AAI][create complex] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,433 DEBUG 131:onap_service.py(1) - [AAI][create complex] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/complexes/complex/lannion 2021-10-07 02:15:49,433 DEBUG 132:onap_service.py(1) - [AAI][create complex] data sent: { "physical-location-id": "lannion", "data-center-code": "1234-5", "complex-name": "lannion", "identity-url": "", "resource-version": "", "physical-location-type": "", "street1": "", "street2": "", "city": "", "state": "", "postal-code": "", "country": "", "region": "", "latitude": "", "longitude": "", "elevation": "", "lata": "" } 2021-10-07 02:15:49,435 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,473 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/complexes/complex/lannion HTTP/1.1" 412 319 2021-10-07 02:15:49,474 INFO 142:onap_service.py(1) - [AAI][create complex] response code: 412 2021-10-07 02:15:49,474 DEBUG 146:onap_service.py(1) - [AAI][create complex] response: {"requestError":{"serviceException":{"messageId":"SVC3000","text":"Invalid input performing %1 on %2 (msg=%3) (ec=%4)","variables":["PUT","cloud-infrastructure/complexes/complex/lannion","Precondition Required:resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion","ERR.5.4.6130"]}}} 2021-10-07 02:15:49,474 ERROR 157:onap_service.py(1) - [AAI][create complex] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,474 WARNING 37:complex_create.py(1) - Try to update the complex failed. 2021-10-07 02:15:49,480 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,480 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:15:49,480 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:15:49,481 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,522 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 359 2021-10-07 02:15:49,523 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:15:49,523 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633572948968"}]} 2021-10-07 02:15:49,530 DEBUG 129:onap_service.py(1) - [AAI][add relationship to CloudRegion] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,530 DEBUG 131:onap_service.py(1) - [AAI][add relationship to CloudRegion] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/relationship-list/relationship 2021-10-07 02:15:49,530 DEBUG 132:onap_service.py(1) - [AAI][add relationship to CloudRegion] data sent: { "related-to": "complex", "related-link": "aai/v13/cloud-infrastructure/complexes/complex/lannion", "relationship-label": "org.onap.relationships.inventory.LocatedIn", "relationship-data": {"relationship-key": "complex.physical-location-id", "relationship-value": "lannion"} } 2021-10-07 02:15:49,531 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,628 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/relationship-list/relationship HTTP/1.1" 200 0 2021-10-07 02:15:49,629 INFO 142:onap_service.py(1) - [AAI][add relationship to CloudRegion] response code: 200 2021-10-07 02:15:49,630 DEBUG 146:onap_service.py(1) - [AAI][add relationship to CloudRegion] response: 2021-10-07 02:15:49,640 DEBUG 129:onap_service.py(1) - [AAI][declare customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,640 DEBUG 131:onap_service.py(1) - [AAI][declare customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:15:49,640 DEBUG 132:onap_service.py(1) - [AAI][declare customer] data sent: { "global-customer-id": "basicnf-customer", "subscriber-name": "basicnf-customer", "subscriber-type": "INFRA" } 2021-10-07 02:15:49,642 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,698 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 201 0 2021-10-07 02:15:49,699 INFO 142:onap_service.py(1) - [AAI][declare customer] response code: 201 2021-10-07 02:15:49,699 DEBUG 146:onap_service.py(1) - [AAI][declare customer] response: 2021-10-07 02:15:49,702 DEBUG 129:onap_service.py(1) - [AAI][get created customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,702 DEBUG 131:onap_service.py(1) - [AAI][get created customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:15:49,702 DEBUG 132:onap_service.py(1) - [AAI][get created customer] data sent: None 2021-10-07 02:15:49,705 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,741 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-10-07 02:15:49,741 INFO 142:onap_service.py(1) - [AAI][get created customer] response code: 200 2021-10-07 02:15:49,742 DEBUG 146:onap_service.py(1) - [AAI][get created customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1633572949672"} 2021-10-07 02:15:49,743 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,743 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:15:49,744 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-10-07 02:15:49,745 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,778 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-10-07 02:15:49,778 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-10-07 02:15:49,779 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1633572949672"} 2021-10-07 02:15:49,780 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,780 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-10-07 02:15:49,780 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-10-07 02:15:49,782 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:49,815 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 404 360 2021-10-07 02:15:49,816 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 404 2021-10-07 02:15:49,816 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnf-customer/service-subscriptions","ERR.5.4.6114"]}}} 2021-10-07 02:15:49,816 ERROR 157:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:49,816 ERROR 233:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnf-customer/service-subscriptions","ERR.5.4.6114"]}}}. 2021-10-07 02:15:49,816 INFO 561:customer.py(1) - Create service subscription for basicnf-customer customer 2021-10-07 02:15:49,818 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:49,819 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:49,819 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:49,819 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:49,819 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:49,820 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:50,327 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:15:50,328 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:50,329 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:15:50,330 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:15:50,331 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:50,331 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:50,331 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:50,331 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:50,331 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:50,331 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:50,331 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:50,331 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:50,331 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:50,332 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:50,332 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:50,332 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:50,332 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:50,332 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:50,332 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:50,332 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:15:50,332 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:50,332 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:15:50,333 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:50,333 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:15:50,333 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:15:50,334 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:51,110 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:15:51,113 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:15:51,116 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:15:51,125 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:15:51,125 DEBUG 129:onap_service.py(1) - [AAI][Create service subscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,126 DEBUG 131:onap_service.py(1) - [AAI][Create service subscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf 2021-10-07 02:15:51,126 DEBUG 132:onap_service.py(1) - [AAI][Create service subscription] data sent: { "service-id": "ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe" } 2021-10-07 02:15:51,128 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,201 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf HTTP/1.1" 201 0 2021-10-07 02:15:51,202 INFO 142:onap_service.py(1) - [AAI][Create service subscription] response code: 201 2021-10-07 02:15:51,203 DEBUG 146:onap_service.py(1) - [AAI][Create service subscription] response: 2021-10-07 02:15:51,206 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,206 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-10-07 02:15:51,206 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-10-07 02:15:51,208 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,256 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 90 2021-10-07 02:15:51,257 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-10-07 02:15:51,257 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1633572951168"}]} 2021-10-07 02:15:51,259 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,259 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:15:51,259 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-10-07 02:15:51,260 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,297 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-10-07 02:15:51,298 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-10-07 02:15:51,298 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1633572949672"} 2021-10-07 02:15:51,300 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,300 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-10-07 02:15:51,300 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-10-07 02:15:51,301 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,344 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 90 2021-10-07 02:15:51,345 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-10-07 02:15:51,345 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1633572951168"}]} 2021-10-07 02:15:51,348 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,348 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:15:51,348 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:15:51,350 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,399 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-10-07 02:15:51,400 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:15:51,400 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633572949554","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-10-07 02:15:51,403 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,403 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:15:51,403 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:15:51,405 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,446 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 132 2021-10-07 02:15:51,446 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-10-07 02:15:51,447 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1633572949218"} 2021-10-07 02:15:51,453 DEBUG 129:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,453 DEBUG 131:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list/relationship 2021-10-07 02:15:51,453 DEBUG 132:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] data sent: { "related-to": "tenant", "related-link": "https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224?resource-version=1633572949218", "related-to-property": [{"property-key": "tenant.tenant-name", "property-value": "onap-wro"}], "relationship-data": [{"relationship-key": "cloud-region.cloud-owner", "relationship-value": "basicnf-owner"}, {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "k8sregion"}, {"relationship-key": "tenant.tenant-id", "relationship-value": "f41abc47519441359fc94897110fa224"}] } 2021-10-07 02:15:51,455 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,545 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list/relationship HTTP/1.1" 200 0 2021-10-07 02:15:51,546 INFO 142:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response code: 200 2021-10-07 02:15:51,546 DEBUG 146:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response: 2021-10-07 02:15:51,549 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,549 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:15:51,550 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-10-07 02:15:51,552 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,600 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-10-07 02:15:51,601 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-10-07 02:15:51,601 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1633572949672"} 2021-10-07 02:15:51,604 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,604 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:15:51,604 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:15:51,605 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,651 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-10-07 02:15:51,652 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:15:51,652 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633572949554","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-10-07 02:15:51,654 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,654 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:15:51,654 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:15:51,656 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,692 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597 2021-10-07 02:15:51,693 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-10-07 02:15:51,693 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1633572951479","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-10-07 02:15:51,695 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entities] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,695 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entities] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities 2021-10-07 02:15:51,695 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2021-10-07 02:15:51,696 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,735 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities HTTP/1.1" 200 1314 2021-10-07 02:15:51,735 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 200 2021-10-07 02:15:51,736 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"owning-entity":[{"owning-entity-id":"904c10a4-f801-4dd1-8ced-1e8c89ff32e2","owning-entity-name":"OE-ETE_Customer-904c10a4-f801-4dd1-8ced-1e8c89ff32e2","resource-version":"1633571028541","relationship-list":{"relationship":[{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/customers/customer/ETE_Customer_a8b49136-ce8c-4254-86ae-aaa35123f787/service-subscriptions/service-subscription/pNF/service-instances/service-instance/5ad59e96-6664-4599-9ce8-4d71bf0927cb","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"ETE_Customer_a8b49136-ce8c-4254-86ae-aaa35123f787"},{"relationship-key":"service-subscription.service-type","relationship-value":"pNF"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"5ad59e96-6664-4599-9ce8-4d71bf0927cb"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"Service_Ete_Namea8b49136-ce8c-4254-86ae-aaa35123f787"}]}]}},{"owning-entity-id":"c75072ba-27e4-4c08-90b9-15e6965f3fa2","owning-entity-name":"basicnw-oe","resource-version":"1633572208145"},{"owning-entity-id":"9d10e4e2-a261-4859-b3cd-617ee6f9a1f4","owning-entity-name":"basicvm-oe","resource-version":"1633572688145"}]} 2021-10-07 02:15:51,737 INFO 198:service_ala_carte.py(1) - Owning entity not found, create it 2021-10-07 02:15:51,740 DEBUG 129:onap_service.py(1) - [AAI][Declare A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,740 DEBUG 131:onap_service.py(1) - [AAI][Declare A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13 2021-10-07 02:15:51,740 DEBUG 132:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: { "owning-entity-name": "basicnf_owning_entity", "owning-entity-id": "ff8d0db6-bb97-4753-9eff-603b0de9bb13" } 2021-10-07 02:15:51,741 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,788 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13 HTTP/1.1" 201 0 2021-10-07 02:15:51,788 INFO 142:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201 2021-10-07 02:15:51,788 DEBUG 146:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 2021-10-07 02:15:51,790 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:15:51,790 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13 2021-10-07 02:15:51,790 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2021-10-07 02:15:51,791 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:15:51,825 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13 HTTP/1.1" 200 139 2021-10-07 02:15:51,826 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200 2021-10-07 02:15:51,826 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"ff8d0db6-bb97-4753-9eff-603b0de9bb13","owning-entity-name":"basicnf_owning_entity","resource-version":"1633572951765"} 2021-10-07 02:15:51,828 INFO 203:service_ala_carte.py(1) - ******** Check Service Distribution ******* 2021-10-07 02:15:51,828 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:15:51,828 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:15:51,829 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:51,829 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:15:51,829 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:15:51,830 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:15:52,335 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:15:52,337 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:15:52,338 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:15:52,340 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:15:52,340 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:52,340 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:52,341 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:52,341 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:15:52,341 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:52,341 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:52,341 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:52,341 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:15:52,341 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:52,341 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:52,342 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:52,342 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:15:52,342 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:15:52,342 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:15:52,342 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:15:52,342 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:15:52,342 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:15:52,343 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:15:52,343 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:52,343 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:15:52,343 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:15:52,345 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:52,880 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:15:52,882 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:15:52,884 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:15:52,890 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:15:52,890 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:52,891 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/distribution 2021-10-07 02:15:52,891 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-10-07 02:15:52,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:52,953 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/distribution HTTP/1.1" 200 205 2021-10-07 02:15:52,954 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-10-07 02:15:52,955 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[{"distributionID":"dde2e30d-2061-4824-8fb1-c7f67c7dfdca","timestamp":"2021-10-07 02:15:45.946 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]} 2021-10-07 02:15:52,957 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:15:52,957 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca 2021-10-07 02:15:52,957 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-10-07 02:15:52,958 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:15:53,005 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca HTTP/1.1" 200 29 2021-10-07 02:15:53,007 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-10-07 02:15:53,007 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-10-07 02:15:53,011 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-10-07 02:15:53,011 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-10-07 02:16:53,072 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:16:53,073 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca 2021-10-07 02:16:53,073 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-10-07 02:16:53,075 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:16:53,172 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca HTTP/1.1" 200 None 2021-10-07 02:16:53,173 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-10-07 02:16:53,174 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572954877","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572954889","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572957047","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572961796","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572962848","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572962605","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572973844","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572971838","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572974848","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572962399","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572960191","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572961392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572963852","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572960594","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572958050","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572957408","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572961599","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572958546","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"}]} 2021-10-07 02:16:53,176 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572954877', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572954889', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572957047', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572961796', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572962848', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572962605', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572973844', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572971838', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572974848', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572962399', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572960191', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572961392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572963852', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572960594', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572958050', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572957408', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572961599', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572958546', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}] 2021-10-07 02:16:53,177 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-10-07 02:16:53,177 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-10-07 02:16:53,177 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-10-07 02:17:53,238 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:17:53,238 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca 2021-10-07 02:17:53,238 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-10-07 02:17:53,240 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:17:53,375 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca HTTP/1.1" 200 None 2021-10-07 02:17:53,376 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-10-07 02:17:53,377 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572954877","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572954889","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572957047","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572961796","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572962848","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572962605","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572973844","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572971838","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572974848","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572962399","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572960191","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572961392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572963852","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572960594","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572958050","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572957408","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572961599","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572958546","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"}]} 2021-10-07 02:17:53,380 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572954877', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572954889', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572957047', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572961796', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572962848', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572962605', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572973844', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572971838', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572974848', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572962399', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572960191', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572961392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572963852', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572960594', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572958050', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572957408', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572961599', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572958546', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}] 2021-10-07 02:17:53,382 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-10-07 02:17:53,382 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-10-07 02:17:53,382 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-10-07 02:18:53,444 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:18:53,445 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca 2021-10-07 02:18:53,445 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-10-07 02:18:53,448 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:18:53,608 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/dde2e30d-2061-4824-8fb1-c7f67c7dfdca HTTP/1.1" 200 None 2021-10-07 02:18:53,610 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-10-07 02:18:53,611 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573082609","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572954877","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572954889","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572957047","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572961796","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573073884","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572962848","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572962605","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572973844","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573080600","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573078592","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"DEPLOY_ERROR","errorReason":"The artifact has not been used by the modules defined in the resource"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572971838","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573070480","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572974848","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572962399","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572960191","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572961392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572963852","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573072730","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573077482","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572960594","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573075041","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572958050","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572950122","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573079595","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DEPLOY_ERROR","errorReason":"The artifact has not been used by the modules defined in the resource"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573081605","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1633572939238","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573056835","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572957408","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1633572941994","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573083612","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1633572938940","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1633572951252","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1633572961599","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572947568","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1633572938217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1633572958546","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1633573076335","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"}]} 2021-10-07 02:18:53,615 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573082609', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572954877', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572954889', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572957047', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572961796', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573073884', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572962848', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572962605', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572973844', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573080600', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573078592', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'DEPLOY_ERROR', 'errorReason': 'The artifact has not been used by the modules defined in the resource'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572971838', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573070480', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572974848', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572962399', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572960191', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572961392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572963852', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573072730', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573077482', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572960594', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573075041', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572958050', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572950122', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573079595', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DEPLOY_ERROR', 'errorReason': 'The artifact has not been used by the modules defined in the resource'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573081605', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1633572939238', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573056835', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572957408', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1633572941994', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573083612', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1633572938940', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1633572951252', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1633572961599', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572947568', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1633572938217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1633572958546', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1633573076335', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}] 2021-10-07 02:18:53,616 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-10-07 02:18:53,617 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-10-07 02:18:53,617 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-10-07 02:18:53,617 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-10-07 02:18:53,617 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-10-07 02:18:53,617 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-10-07 02:18:53,617 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-10-07 02:18:53,618 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-10-07 02:18:53,618 INFO 210:service_ala_carte.py(1) - Service Distribution for basic_cnf is sucessfully finished 2021-10-07 02:18:53,629 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a8b6df6f-e814-48d6-ac47-72568dab1102', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:18:53,629 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances 2021-10-07 02:18:53,629 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe", "modelVersionId": "c7a0d3bb-5d7a-4473-8af8-759e1917ce93", "modelName": "basic_cnf", "modelVersion": "1.0" }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion" }, "requestParameters": { "userParams": [ ], "testApi": "GR_API", "subscriptionServiceType": "basic_cnf", "aLaCarte": true }, "subscriberInfo": { "globalSubscriberId": "basicnf-customer" }, "project": { "projectName": "basicnf_project" }, "owningEntity": { "owningEntityId": "ff8d0db6-bb97-4753-9eff-603b0de9bb13", "owningEntityName": "basicnf_owning_entity" } } } 2021-10-07 02:18:53,631 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:18:55,096 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances HTTP/1.1" 202 262 2021-10-07 02:18:55,098 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response code: 202 2021-10-07 02:18:55,098 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response: {"requestReferences":{"requestId":"a8b6df6f-e814-48d6-ac47-72568dab1102","instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102"}} 2021-10-07 02:18:55,099 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished 2021-10-07 02:18:55,112 DEBUG 129:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '74a196fe-20ca-426b-8103-2bc27cb572d8', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:18:55,113 DEBUG 131:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 2021-10-07 02:18:55,114 DEBUG 132:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] data sent: None 2021-10-07 02:18:55,118 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:18:55,280 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 HTTP/1.1" 200 1341 2021-10-07 02:18:55,284 INFO 142:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response code: 200 2021-10-07 02:18:55,284 DEBUG 146:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response: {"request":{"requestId":"a8b6df6f-e814-48d6-ac47-72568dab1102","startTime":"Thu, 07 Oct 2021 02:18:53 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"ff8d0db6-bb97-4753-9eff-603b0de9bb13","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 07 Oct 2021 02:18:54 GMT"}}} 2021-10-07 02:19:05,296 DEBUG 129:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0f2e63a5-ba31-4852-a2ec-94eb8771e14b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:05,297 DEBUG 131:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 2021-10-07 02:19:05,297 DEBUG 132:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] data sent: None 2021-10-07 02:19:05,300 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:05,476 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 HTTP/1.1" 200 1551 2021-10-07 02:19:05,478 INFO 142:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response code: 200 2021-10-07 02:19:05,478 DEBUG 146:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response: {"request":{"requestId":"a8b6df6f-e814-48d6-ac47-72568dab1102","startTime":"Thu, 07 Oct 2021 02:18:53 GMT","finishTime":"Thu, 07 Oct 2021 02:18:57 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"ff8d0db6-bb97-4753-9eff-603b0de9bb13","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:18:57 GMT"}}} 2021-10-07 02:19:05,479 INFO 56:mixins.py(8) - ServiceInstantiation task finished 2021-10-07 02:19:05,479 DEBUG 129:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'bf07975d-589a-40cd-875e-68a518747532', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:05,479 DEBUG 131:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 2021-10-07 02:19:05,479 DEBUG 132:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] data sent: None 2021-10-07 02:19:05,481 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:05,640 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 HTTP/1.1" 200 1551 2021-10-07 02:19:05,641 INFO 142:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response code: 200 2021-10-07 02:19:05,641 DEBUG 146:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response: {"request":{"requestId":"a8b6df6f-e814-48d6-ac47-72568dab1102","startTime":"Thu, 07 Oct 2021 02:18:53 GMT","finishTime":"Thu, 07 Oct 2021 02:18:57 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"ff8d0db6-bb97-4753-9eff-603b0de9bb13","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:18:57 GMT"}}} 2021-10-07 02:19:05,642 DEBUG 129:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd3b0d5e7-d1d7-42bd-86b7-ad380c79e1c2', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:05,642 DEBUG 131:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 2021-10-07 02:19:05,643 DEBUG 132:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] data sent: None 2021-10-07 02:19:05,644 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:05,810 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 HTTP/1.1" 200 1551 2021-10-07 02:19:05,812 INFO 142:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response code: 200 2021-10-07 02:19:05,812 DEBUG 146:onap_service.py(8) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response: {"request":{"requestId":"a8b6df6f-e814-48d6-ac47-72568dab1102","startTime":"Thu, 07 Oct 2021 02:18:53 GMT","finishTime":"Thu, 07 Oct 2021 02:18:57 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"ff8d0db6-bb97-4753-9eff-603b0de9bb13","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:18:57 GMT"}}} 2021-10-07 02:19:05,820 DEBUG 129:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '356802d7-0dc4-44b4-aa3b-f6bf09697950', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:05,820 DEBUG 131:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 2021-10-07 02:19:05,820 DEBUG 132:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] data sent: None 2021-10-07 02:19:05,822 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:05,990 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 HTTP/1.1" 200 1551 2021-10-07 02:19:05,992 INFO 142:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response code: 200 2021-10-07 02:19:05,992 DEBUG 146:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response: {"request":{"requestId":"a8b6df6f-e814-48d6-ac47-72568dab1102","startTime":"Thu, 07 Oct 2021 02:18:53 GMT","finishTime":"Thu, 07 Oct 2021 02:18:57 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"ff8d0db6-bb97-4753-9eff-603b0de9bb13","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:18:57 GMT"}}} 2021-10-07 02:19:05,993 DEBUG 129:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '37cc627f-4fb8-4057-874c-56886b3fa1a5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:05,993 DEBUG 131:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 2021-10-07 02:19:05,993 DEBUG 132:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] data sent: None 2021-10-07 02:19:05,995 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:06,163 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a8b6df6f-e814-48d6-ac47-72568dab1102 HTTP/1.1" 200 1551 2021-10-07 02:19:06,165 INFO 142:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response code: 200 2021-10-07 02:19:06,165 DEBUG 146:onap_service.py(1) - [None][Check a8b6df6f-e814-48d6-ac47-72568dab1102 orchestration request status] response: {"request":{"requestId":"a8b6df6f-e814-48d6-ac47-72568dab1102","startTime":"Thu, 07 Oct 2021 02:18:53 GMT","finishTime":"Thu, 07 Oct 2021 02:18:57 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"ff8d0db6-bb97-4753-9eff-603b0de9bb13","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:18:57 GMT"}}} 2021-10-07 02:19:06,166 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:06,166 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-10-07 02:19:06,167 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-10-07 02:19:06,169 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:06,239 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-10-07 02:19:06,240 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-10-07 02:19:06,240 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1633572951479","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-10-07 02:19:06,242 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:06,242 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 2021-10-07 02:19:06,242 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] data sent: None 2021-10-07 02:19:06,244 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:06,356 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 HTTP/1.1" 200 1191 2021-10-07 02:19:06,357 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response code: 200 2021-10-07 02:19:06,357 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response: {"service-instance":[{"service-instance-id":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","service-instance-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","model-version-id":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","resource-version":"1633573137454","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-10-07 02:19:06,360 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:06,360 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:19:06,360 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-10-07 02:19:06,362 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:06,446 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-10-07 02:19:06,447 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-10-07 02:19:06,447 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1633572949672"} 2021-10-07 02:19:06,449 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:06,450 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-10-07 02:19:06,450 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-10-07 02:19:06,452 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:06,553 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-10-07 02:19:06,554 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-10-07 02:19:06,555 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1633572951479","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-10-07 02:19:06,557 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:06,557 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 2021-10-07 02:19:06,558 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] data sent: None 2021-10-07 02:19:06,560 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:06,653 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 HTTP/1.1" 200 1191 2021-10-07 02:19:06,655 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response code: 200 2021-10-07 02:19:06,655 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response: {"service-instance":[{"service-instance-id":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","service-instance-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","model-version-id":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","resource-version":"1633573137454","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-10-07 02:19:06,659 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:06,659 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:19:06,660 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:19:06,662 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:06,739 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-10-07 02:19:06,740 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:19:06,740 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633572949554","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-10-07 02:19:06,744 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:06,744 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:19:06,744 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:19:06,747 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:06,849 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597 2021-10-07 02:19:06,850 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-10-07 02:19:06,850 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1633572951479","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-10-07 02:19:06,852 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:19:06,852 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:19:06,853 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:06,853 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:19:06,853 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:19:06,855 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:08,944 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:19:08,946 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:19:08,947 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:19:08,950 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:19:08,951 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:08,951 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:08,951 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:08,951 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:19:08,952 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:08,952 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:08,952 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:08,952 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:19:08,952 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:08,952 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:08,953 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:08,953 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:19:08,953 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:08,953 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:08,953 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:08,954 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:19:08,954 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:19:08,954 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:19:08,954 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:08,955 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:19:08,955 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:19:08,957 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:19:13,660 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:19:13,662 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:19:13,664 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:19:13,669 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:19:13,670 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:13,670 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel 2021-10-07 02:19:13,670 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-10-07 02:19:13,671 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:14,557 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel HTTP/1.1" 200 None 2021-10-07 02:19:14,559 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-10-07 02:19:14,560 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-10-07 02:19:14,631 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:19:14,631 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:19:14,631 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:14,632 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:19:14,632 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:19:14,633 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:18,242 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:19:18,243 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:19:18,244 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:19:18,247 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:19:18,247 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:18,247 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:18,247 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:18,247 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:19:18,248 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:18,248 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:18,248 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:18,248 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:19:18,248 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:18,248 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:18,248 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:18,249 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:19:18,249 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:18,249 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:18,249 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:18,249 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:19:18,249 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:19:18,250 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:19:18,250 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:18,250 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:19:18,250 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:19:18,252 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:19:21,566 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:19:21,569 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:19:21,571 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:19:21,577 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:19:21,577 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:21,577 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs 2021-10-07 02:19:21,578 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe" }, "modelInfo": { "modelType": "vnf", "modelInvariantId": "6ed67d47-e4af-4c78-bf58-0923befc3e77", "modelVersionId": "e7f9cc59-bc35-49de-b13b-09527813c79b", "modelName": "basic_cnf", "modelVersion": "1.0", "modelCustomizationId": "4ae25085-12d6-4c3a-b531-8509963936bf", "modelCustomizationName": "basic_cnf 0" }, "requestParameters": { "userParams": [], "aLaCarte": true, "testApi": "GR_API" }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion" }, "lineOfBusiness": { "lineOfBusinessName": "basicnf_lob" }, "platform": { "platformName": "basicnf_platform" }, "relatedInstanceList": [{ "relatedInstance": { "instanceId": "3ee4dc3e-7a34-4505-98f0-9e876b2a0a17", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe", "modelVersion": "1.0", "modelVersionId": "c7a0d3bb-5d7a-4473-8af8-759e1917ce93" } } }] } } 2021-10-07 02:19:21,579 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:23,169 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs HTTP/1.1" 202 262 2021-10-07 02:19:23,171 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response code: 202 2021-10-07 02:19:23,171 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response: {"requestReferences":{"requestId":"853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7","instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7"}} 2021-10-07 02:19:23,172 DEBUG 79:mixins.py(1) - Wait until VnfInstantiation task is not finished 2021-10-07 02:19:23,181 DEBUG 129:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '4c5f3217-441c-4eff-8146-5398434e5475', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:23,182 DEBUG 131:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 2021-10-07 02:19:23,183 DEBUG 132:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] data sent: None 2021-10-07 02:19:23,187 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:23,428 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 HTTP/1.1" 200 1900 2021-10-07 02:19:23,430 INFO 142:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response code: 200 2021-10-07 02:19:23,431 DEBUG 146:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response: {"request":{"requestId":"853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7","startTime":"Thu, 07 Oct 2021 02:19:21 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 07 Oct 2021 02:19:22 GMT"}}} 2021-10-07 02:19:33,442 DEBUG 129:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3b0404ea-bd02-4123-a44a-f15d28252914', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:33,443 DEBUG 131:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 2021-10-07 02:19:33,443 DEBUG 132:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] data sent: None 2021-10-07 02:19:33,445 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:33,634 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 HTTP/1.1" 200 2106 2021-10-07 02:19:33,635 INFO 142:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response code: 200 2021-10-07 02:19:33,636 DEBUG 146:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response: {"request":{"requestId":"853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7","startTime":"Thu, 07 Oct 2021 02:19:21 GMT","finishTime":"Thu, 07 Oct 2021 02:19:28 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:28 GMT"}}} 2021-10-07 02:19:33,636 INFO 56:mixins.py(9) - VnfInstantiation task finished 2021-10-07 02:19:33,637 DEBUG 129:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'baeac6c5-8fc3-4d23-8a44-9d5161609494', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:33,637 DEBUG 131:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 2021-10-07 02:19:33,637 DEBUG 132:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] data sent: None 2021-10-07 02:19:33,639 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:33,788 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 HTTP/1.1" 200 2106 2021-10-07 02:19:33,789 INFO 142:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response code: 200 2021-10-07 02:19:33,789 DEBUG 146:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response: {"request":{"requestId":"853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7","startTime":"Thu, 07 Oct 2021 02:19:21 GMT","finishTime":"Thu, 07 Oct 2021 02:19:28 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:28 GMT"}}} 2021-10-07 02:19:33,790 DEBUG 129:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a17d21b2-51e3-40a5-9b86-6af9c1c0964b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:33,790 DEBUG 131:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 2021-10-07 02:19:33,790 DEBUG 132:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] data sent: None 2021-10-07 02:19:33,792 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:33,948 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 HTTP/1.1" 200 2106 2021-10-07 02:19:33,950 INFO 142:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response code: 200 2021-10-07 02:19:33,950 DEBUG 146:onap_service.py(9) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response: {"request":{"requestId":"853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7","startTime":"Thu, 07 Oct 2021 02:19:21 GMT","finishTime":"Thu, 07 Oct 2021 02:19:28 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:28 GMT"}}} 2021-10-07 02:19:33,957 DEBUG 129:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'eedb7e5d-0457-4b48-aa84-3c420cd00502', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:33,958 DEBUG 131:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 2021-10-07 02:19:33,958 DEBUG 132:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] data sent: None 2021-10-07 02:19:33,961 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:34,127 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 HTTP/1.1" 200 2106 2021-10-07 02:19:34,129 INFO 142:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response code: 200 2021-10-07 02:19:34,130 DEBUG 146:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response: {"request":{"requestId":"853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7","startTime":"Thu, 07 Oct 2021 02:19:21 GMT","finishTime":"Thu, 07 Oct 2021 02:19:28 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:28 GMT"}}} 2021-10-07 02:19:34,131 DEBUG 129:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a3593e71-fc5f-4778-bd5e-6ce4a8637623', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:34,131 DEBUG 131:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 2021-10-07 02:19:34,132 DEBUG 132:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] data sent: None 2021-10-07 02:19:34,134 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:34,318 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 HTTP/1.1" 200 2106 2021-10-07 02:19:34,319 INFO 142:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response code: 200 2021-10-07 02:19:34,319 DEBUG 146:onap_service.py(1) - [None][Check 853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7 orchestration request status] response: {"request":{"requestId":"853eaf12-6fd6-49e7-b8da-f4d7c6ee28c7","startTime":"Thu, 07 Oct 2021 02:19:21 GMT","finishTime":"Thu, 07 Oct 2021 02:19:28 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:28 GMT"}}} 2021-10-07 02:19:34,320 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:34,320 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:19:34,320 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-10-07 02:19:34,322 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:34,362 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-10-07 02:19:34,363 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-10-07 02:19:34,363 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1633572949672"} 2021-10-07 02:19:34,366 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:34,366 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-10-07 02:19:34,367 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-10-07 02:19:34,369 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:34,421 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-10-07 02:19:34,422 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-10-07 02:19:34,423 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1633572951479","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-10-07 02:19:34,426 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:34,426 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 2021-10-07 02:19:34,426 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] data sent: None 2021-10-07 02:19:34,428 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:34,487 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 HTTP/1.1" 200 1643 2021-10-07 02:19:34,488 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response code: 200 2021-10-07 02:19:34,488 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response: {"service-instance":[{"service-instance-id":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","service-instance-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","model-version-id":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","resource-version":"1633573163837","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-10-07 02:19:34,491 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:34,491 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list 2021-10-07 02:19:34,491 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:19:34,492 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:34,536 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list HTTP/1.1" 200 1064 2021-10-07 02:19:34,537 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:19:34,538 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-10-07 02:19:34,540 DEBUG 129:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:34,540 DEBUG 131:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 2021-10-07 02:19:34,540 DEBUG 132:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] data sent: None 2021-10-07 02:19:34,542 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:34,595 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 HTTP/1.1" 200 3737 2021-10-07 02:19:34,596 INFO 142:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response code: 200 2021-10-07 02:19:34,596 DEBUG 146:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response: {"vnf-id":"f0794322-0835-4663-99de-e63ffb9a59c8","vnf-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1633573168135","model-invariant-id":"6ed67d47-e4af-4c78-bf58-0923befc3e77","model-version-id":"e7f9cc59-bc35-49de-b13b-09527813c79b","model-customization-id":"4ae25085-12d6-4c3a-b531-8509963936bf","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/vnfs/vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-10-07 02:19:34,598 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:19:34,599 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:19:34,599 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:34,599 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:19:34,600 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:19:34,601 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:35,095 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:19:35,096 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:19:35,096 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:19:35,098 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:19:35,098 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:35,099 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:35,099 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:35,099 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:19:35,099 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:35,100 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:35,100 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:35,100 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:19:35,100 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:35,100 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:35,100 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:35,101 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:19:35,101 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:35,101 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:35,101 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:35,101 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:19:35,101 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:19:35,102 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:19:35,102 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:35,102 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:19:35,102 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:19:35,104 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:19:35,934 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:19:35,937 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:19:35,938 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:19:35,942 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:19:35,943 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:35,943 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel 2021-10-07 02:19:35,943 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-10-07 02:19:35,944 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:36,115 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel HTTP/1.1" 200 None 2021-10-07 02:19:36,118 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-10-07 02:19:36,118 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-10-07 02:19:36,165 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:19:36,165 DEBUG 131:onap_service.py(1) - [None][Get definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667 2021-10-07 02:19:36,165 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-10-07 02:19:36,167 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:19:36,195 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667 HTTP/1.1" 200 270 2021-10-07 02:19:36,196 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-10-07 02:19:36,196 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"b8a06d79-9c3a-43e9-a001-a250998fb143","rb-version":"7dfa3a6c-f161-499d-b620-acf6fbcee667","chart-name":"nginx","description":"","labels":{"vf_module_model_name":"BasicCnf..base_dummy..module-0","vf_module_model_uuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20"}} 2021-10-07 02:19:36,198 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:19:36,199 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest 2021-10-07 02:19:36,199 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-10-07 02:19:36,201 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:19:36,220 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest HTTP/1.1" 404 87 2021-10-07 02:19:36,221 INFO 142:onap_service.py(1) - [None][Get profile] response code: 404 2021-10-07 02:19:36,222 DEBUG 146:onap_service.py(1) - [None][Get profile] response: n/a 2021-10-07 02:19:36,222 ERROR 157:onap_service.py(1) - [None][Get profile] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:19:36,222 ERROR 233:onap_service.py(1) - [None][Get profile] request failed: Code: 404. Info: Get Resource Bundle Profile: Error finding master table: mongo: no documents in result . 2021-10-07 02:19:36,226 DEBUG 129:onap_service.py(1) - [None][Create profile for definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:19:36,226 DEBUG 131:onap_service.py(1) - [None][Create profile for definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile 2021-10-07 02:19:36,226 DEBUG 132:onap_service.py(1) - [None][Create profile for definition] data sent: { "rb-name": "b8a06d79-9c3a-43e9-a001-a250998fb143", "rb-version": "7dfa3a6c-f161-499d-b620-acf6fbcee667", "profile-name": "cnftest", "release-name": "cnftest", "namespace": "k8s", "kubernetes-version": "1.0" } 2021-10-07 02:19:36,228 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:19:36,252 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile HTTP/1.1" 201 212 2021-10-07 02:19:36,253 INFO 142:onap_service.py(1) - [None][Create profile for definition] response code: 201 2021-10-07 02:19:36,253 DEBUG 146:onap_service.py(1) - [None][Create profile for definition] response: {"rb-name":"b8a06d79-9c3a-43e9-a001-a250998fb143","rb-version":"7dfa3a6c-f161-499d-b620-acf6fbcee667","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-10-07 02:19:36,255 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:19:36,256 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest 2021-10-07 02:19:36,256 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-10-07 02:19:36,257 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:19:36,275 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest HTTP/1.1" 200 212 2021-10-07 02:19:36,276 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-10-07 02:19:36,276 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"b8a06d79-9c3a-43e9-a001-a250998fb143","rb-version":"7dfa3a6c-f161-499d-b620-acf6fbcee667","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-10-07 02:19:36,278 DEBUG 129:onap_service.py(1) - [None][Upload Artifact content] sent header: {} 2021-10-07 02:19:36,278 DEBUG 131:onap_service.py(1) - [None][Upload Artifact content] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest/content 2021-10-07 02:19:36,278 DEBUG 132:onap_service.py(1) - [None][Upload Artifact content] data sent: b'\x1f\x8b\x08\x00z7f]\x00\x03\xed\xd3\xdf\n\x820\x14\xc7\xf1]\xef)\x86\xf7\xc6\x96s\x96/\x13B+\x04\xb3p*\xf8\xf6YB\x14\x14\xde\xf4\x87\xe0\xfb\xb99cg\xb0\x03\xdb\xefP\xd4\xe5\xce\x87v1\x14\x87J|\x86\x1e9\xe7.\xd5d\xa9\xbe\xaf\x13\x97\t\x93\xa4\x89\xb1Ib\x8d\x15\xda\x8cK+\x94\xfe\xd0<\x0f\xba\xd0\x16\x8dR\xa2\xde\x87*s\xeb\xd5\xabss\xfd?\x15\xc7\xb1\xec}\x13\xcac\x9d\xab\xde\xc8v8\xf9\\*\xd5\x17U\xe7C\xae\xa2\xe3\xd8m\xca\xad\xdfL;\xd7\x7f\x12\xc9_\x8f\x8d7y\xf6\xbc\xef\xbec6\xffzy\xcb\x7f:\xae\xb5\xb1\xa9\xc9\xc8\xff7H\xa2\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\xd7\xce\x16\xa6\xd8\xa7\x00(\x00\x00' 2021-10-07 02:19:36,280 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:19:36,303 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest/content HTTP/1.1" 200 0 2021-10-07 02:19:36,304 INFO 142:onap_service.py(1) - [None][Upload Artifact content] response code: 200 2021-10-07 02:19:36,304 DEBUG 146:onap_service.py(1) - [None][Upload Artifact content] response: n/a 2021-10-07 02:19:36,305 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:36,306 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-10-07 02:19:36,306 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-10-07 02:19:36,307 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:36,340 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-10-07 02:19:36,341 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-10-07 02:19:36,341 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1633572949672"} 2021-10-07 02:19:36,344 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:36,344 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-10-07 02:19:36,344 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-10-07 02:19:36,346 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:36,388 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-10-07 02:19:36,389 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-10-07 02:19:36,389 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1633572951479","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-10-07 02:19:36,391 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:36,391 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 2021-10-07 02:19:36,391 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] data sent: None 2021-10-07 02:19:36,393 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:36,437 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 HTTP/1.1" 200 1643 2021-10-07 02:19:36,437 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response code: 200 2021-10-07 02:19:36,438 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972 service-instance-name] response: {"service-instance":[{"service-instance-id":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","service-instance-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","model-version-id":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","resource-version":"1633573163837","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-10-07 02:19:36,440 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:36,440 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:19:36,440 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:19:36,441 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:36,489 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-10-07 02:19:36,489 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:19:36,489 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573163963","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]}]}}]} 2021-10-07 02:19:36,491 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:36,492 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:19:36,492 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:19:36,493 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:36,533 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048 2021-10-07 02:19:36,533 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-10-07 02:19:36,534 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1633573164059","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-10-07 02:19:36,535 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:36,535 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list 2021-10-07 02:19:36,536 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:19:36,537 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:36,579 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list HTTP/1.1" 200 1064 2021-10-07 02:19:36,580 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:19:36,580 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-10-07 02:19:36,583 DEBUG 129:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:19:36,583 DEBUG 131:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 2021-10-07 02:19:36,583 DEBUG 132:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] data sent: None 2021-10-07 02:19:36,585 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:19:36,644 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 HTTP/1.1" 200 3737 2021-10-07 02:19:36,646 INFO 142:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response code: 200 2021-10-07 02:19:36,646 DEBUG 146:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response: {"vnf-id":"f0794322-0835-4663-99de-e63ffb9a59c8","vnf-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1633573168135","model-invariant-id":"6ed67d47-e4af-4c78-bf58-0923befc3e77","model-version-id":"e7f9cc59-bc35-49de-b13b-09527813c79b","model-customization-id":"4ae25085-12d6-4c3a-b531-8509963936bf","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/vnfs/vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-10-07 02:19:36,649 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:19:36,649 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:19:36,649 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:36,649 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:19:36,650 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:19:36,651 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:37,127 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:19:37,129 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:19:37,129 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:19:37,132 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:19:37,132 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:37,133 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:37,133 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:37,133 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:19:37,133 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:37,133 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:37,134 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:37,134 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:19:37,134 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:37,134 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:37,134 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:37,135 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:19:37,135 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:37,135 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:37,135 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:37,135 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:19:37,135 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:19:37,136 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:19:37,136 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:37,136 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:19:37,136 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:19:37,139 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:19:37,741 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:19:37,743 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:19:37,746 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:19:37,752 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:19:37,753 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:37,753 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel 2021-10-07 02:19:37,753 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-10-07 02:19:37,754 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:37,912 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel HTTP/1.1" 200 None 2021-10-07 02:19:37,914 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-10-07 02:19:37,914 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-10-07 02:19:37,964 DEBUG 129:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'authorization': 'Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==', 'x-transactionid': 'bea05c09-f3e3-4399-917c-0fae7a3bf04c', 'x-fromappid': 'API client'} 2021-10-07 02:19:37,964 DEBUG 131:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] url used: https://sdnc.api.simpledemo.onap.org:30267/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-10-07 02:19:37,964 DEBUG 132:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] data sent: { "input":{ "preload-vf-module-topology-information":{ "vf-module-topology":{ "vf-module-topology-identifier":{ "vf-module-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972" }, "vf-module-parameters": { "param": [{'name': 'dummy_name_0', 'value': 'dummy_name'}, {'name': 'k8s-rb-profile-name', 'value': 'cnftest'}, {'name': 'k8s-rb-profile-namespace', 'value': 'k8s'}] } }, "vnf-topology-identifier-structure":{ "vnf-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0", "vnf-type":"basic_cnf/basic_cnf 0" }, "vnf-resource-assignments":{ "availability-zones":{ "availability-zone":[ "nova" ], "max-count":1 }, "vnf-networks":{ "vnf-network":[] } } }, "request-information":{ "request-id":"test", "order-version":"1", "notification-url":"onap.org", "order-number":"1", "request-action":"PreloadVfModuleRequest" }, "sdnc-request-header":{ "svc-request-id":"test", "svc-notification-url":"http:\/\/onap.org:8080\/adapters\/rest\/SDNCNotify", "svc-action":"reserve" } } } 2021-10-07 02:19:37,966 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267 2021-10-07 02:19:38,048 DEBUG 433:connectionpool.py(1) - https://sdnc.api.simpledemo.onap.org:30267 "POST /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation HTTP/1.1" 200 113 2021-10-07 02:19:38,050 INFO 142:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response code: 200 2021-10-07 02:19:38,051 DEBUG 146:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response: {"output":{"response-code":"200","response-message":"success","ack-final-indicator":"Y","svc-request-id":"test"}} 2021-10-07 02:19:38,079 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:19:38,079 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:19:38,080 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:38,080 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:19:38,080 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:19:38,082 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:19:38,695 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:19:38,696 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:19:38,697 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:19:38,699 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:19:38,699 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:38,699 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:38,699 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:38,699 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:19:38,699 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:38,700 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:38,700 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:38,700 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:19:38,700 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:38,700 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:38,700 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:38,700 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:19:38,700 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:19:38,701 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:19:38,701 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:19:38,701 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:19:38,701 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:19:38,701 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:19:38,701 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:19:38,701 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:19:38,702 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:19:38,703 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:19:39,294 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:19:39,295 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:19:39,297 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:19:39,300 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:19:39,300 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd46fa176-bf7b-4ec8-9947-b366ea649572', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:39,300 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs/f0794322-0835-4663-99de-e63ffb9a59c8/vfModules 2021-10-07 02:19:39,301 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972", "source": "VID", "suppressRollback": false, "requestorId": "test" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "b8a06d79-9c3a-43e9-a001-a250998fb143", "modelVersionId": "fb21152b-d5df-4a9e-90b1-b927bb4fdf20", "modelName": "BasicCnf..base_dummy..module-0", "modelVersion": "1", "modelCustomizationId": "7dfa3a6c-f161-499d-b620-acf6fbcee667", "modelCustomizationName": "BasicCnf..base_dummy..module-0" }, "requestParameters": { "userParams": [ ], "testApi": "GR_API", "usePreload": true, "aLaCarte": true }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion" }, "relatedInstanceList": [ { "relatedInstance": { "instanceId": "3ee4dc3e-7a34-4505-98f0-9e876b2a0a17", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe", "modelVersion": "1.0", "modelVersionId": "c7a0d3bb-5d7a-4473-8af8-759e1917ce93" } } }, { "relatedInstance": { "instanceId": "f0794322-0835-4663-99de-e63ffb9a59c8", "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "6ed67d47-e4af-4c78-bf58-0923befc3e77", "modelVersion": "1.0", "modelVersionId": "e7f9cc59-bc35-49de-b13b-09527813c79b", "modelCustomizationId": "4ae25085-12d6-4c3a-b531-8509963936bf", "modelCustomizationName": "basic_cnf 0" } } } ] } } 2021-10-07 02:19:39,302 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:40,726 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs/f0794322-0835-4663-99de-e63ffb9a59c8/vfModules HTTP/1.1" 202 262 2021-10-07 02:19:40,728 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response code: 202 2021-10-07 02:19:40,728 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response: {"requestReferences":{"requestId":"d46fa176-bf7b-4ec8-9947-b366ea649572","instanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572"}} 2021-10-07 02:19:40,729 DEBUG 79:mixins.py(1) - Wait until VfModuleInstantiation task is not finished 2021-10-07 02:19:40,737 DEBUG 129:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'f95b7bd5-9f79-4526-8266-2e6a7abc56dd', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:40,738 DEBUG 131:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 2021-10-07 02:19:40,739 DEBUG 132:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] data sent: None 2021-10-07 02:19:40,743 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:40,894 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 HTTP/1.1" 200 2455 2021-10-07 02:19:40,896 INFO 142:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response code: 200 2021-10-07 02:19:40,896 DEBUG 146:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response: {"request":{"requestId":"d46fa176-bf7b-4ec8-9947-b366ea649572","startTime":"Thu, 07 Oct 2021 02:19:39 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}},{"relatedInstance":{"instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 07 Oct 2021 02:19:40 GMT"}}} 2021-10-07 02:19:50,908 DEBUG 129:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'dc2684db-4bdb-42e1-afab-ca75026c4491', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:50,909 DEBUG 131:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 2021-10-07 02:19:50,909 DEBUG 132:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] data sent: None 2021-10-07 02:19:50,912 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:51,071 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 HTTP/1.1" 200 2666 2021-10-07 02:19:51,073 INFO 142:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response code: 200 2021-10-07 02:19:51,073 DEBUG 146:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response: {"request":{"requestId":"d46fa176-bf7b-4ec8-9947-b366ea649572","startTime":"Thu, 07 Oct 2021 02:19:39 GMT","finishTime":"Thu, 07 Oct 2021 02:19:49 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}},{"relatedInstance":{"instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:49 GMT"}}} 2021-10-07 02:19:51,074 INFO 56:mixins.py(10) - VfModuleInstantiation task finished 2021-10-07 02:19:51,075 DEBUG 129:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'abd28c1e-f1eb-41ba-88d4-46e0a4fc1262', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:51,075 DEBUG 131:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 2021-10-07 02:19:51,075 DEBUG 132:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] data sent: None 2021-10-07 02:19:51,077 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:51,237 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 HTTP/1.1" 200 2666 2021-10-07 02:19:51,238 INFO 142:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response code: 200 2021-10-07 02:19:51,239 DEBUG 146:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response: {"request":{"requestId":"d46fa176-bf7b-4ec8-9947-b366ea649572","startTime":"Thu, 07 Oct 2021 02:19:39 GMT","finishTime":"Thu, 07 Oct 2021 02:19:49 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}},{"relatedInstance":{"instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:49 GMT"}}} 2021-10-07 02:19:51,240 DEBUG 129:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c5bf4c5a-0a93-4a68-bfae-04fe0e749818', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:51,240 DEBUG 131:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 2021-10-07 02:19:51,240 DEBUG 132:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] data sent: None 2021-10-07 02:19:51,243 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:51,401 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 HTTP/1.1" 200 2666 2021-10-07 02:19:51,403 INFO 142:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response code: 200 2021-10-07 02:19:51,403 DEBUG 146:onap_service.py(10) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response: {"request":{"requestId":"d46fa176-bf7b-4ec8-9947-b366ea649572","startTime":"Thu, 07 Oct 2021 02:19:39 GMT","finishTime":"Thu, 07 Oct 2021 02:19:49 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}},{"relatedInstance":{"instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:49 GMT"}}} 2021-10-07 02:19:51,412 DEBUG 129:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'af5ed239-5147-49e5-a68c-67717881ba1c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:51,412 DEBUG 131:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 2021-10-07 02:19:51,413 DEBUG 132:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] data sent: None 2021-10-07 02:19:51,414 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:51,611 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 HTTP/1.1" 200 2666 2021-10-07 02:19:51,612 INFO 142:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response code: 200 2021-10-07 02:19:51,612 DEBUG 146:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response: {"request":{"requestId":"d46fa176-bf7b-4ec8-9947-b366ea649572","startTime":"Thu, 07 Oct 2021 02:19:39 GMT","finishTime":"Thu, 07 Oct 2021 02:19:49 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}},{"relatedInstance":{"instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:49 GMT"}}} 2021-10-07 02:19:51,613 DEBUG 129:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '84eb1c57-8353-4a8b-a5e2-abf250615726', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:19:51,613 DEBUG 131:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 2021-10-07 02:19:51,613 DEBUG 132:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] data sent: None 2021-10-07 02:19:51,615 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:19:51,802 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d46fa176-bf7b-4ec8-9947-b366ea649572 HTTP/1.1" 200 2666 2021-10-07 02:19:51,803 INFO 142:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response code: 200 2021-10-07 02:19:51,803 DEBUG 146:onap_service.py(1) - [None][Check d46fa176-bf7b-4ec8-9947-b366ea649572 orchestration request status] response: {"request":{"requestId":"d46fa176-bf7b-4ec8-9947-b366ea649572","startTime":"Thu, 07 Oct 2021 02:19:39 GMT","finishTime":"Thu, 07 Oct 2021 02:19:49 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"}}},{"relatedInstance":{"instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:19:49 GMT"}}} 2021-10-07 02:19:51,804 INFO 36:basic_cnf.py(1) - basic_cnf successfully created 2021-10-07 02:19:51,804 INFO 39:basic_cnf.py(1) - basic_cnf cleanup called 2021-10-07 02:20:01,815 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:01,815 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list 2021-10-07 02:20:01,815 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:01,818 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:01,895 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list HTTP/1.1" 200 1064 2021-10-07 02:20:01,895 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:01,896 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-10-07 02:20:01,898 DEBUG 129:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:01,898 DEBUG 131:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 2021-10-07 02:20:01,898 DEBUG 132:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] data sent: None 2021-10-07 02:20:01,900 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,010 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 HTTP/1.1" 200 3737 2021-10-07 02:20:02,010 INFO 142:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response code: 200 2021-10-07 02:20:02,011 DEBUG 146:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response: {"vnf-id":"f0794322-0835-4663-99de-e63ffb9a59c8","vnf-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1633573168135","model-invariant-id":"6ed67d47-e4af-4c78-bf58-0923befc3e77","model-version-id":"e7f9cc59-bc35-49de-b13b-09527813c79b","model-customization-id":"4ae25085-12d6-4c3a-b531-8509963936bf","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/vnfs/vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-10-07 02:20:02,013 DEBUG 163:vf_module_ala_carte.py(1) - VNF instance AAI found in Service Instance 2021-10-07 02:20:02,013 INFO 165:vf_module_ala_carte.py(1) - Get VF Modules 2021-10-07 02:20:02,013 DEBUG 129:onap_service.py(1) - [AAI][GET VNF basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0 VF modules] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,013 DEBUG 131:onap_service.py(1) - [AAI][GET VNF basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0 VF modules] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vf-modules 2021-10-07 02:20:02,013 DEBUG 132:onap_service.py(1) - [AAI][GET VNF basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0 VF modules] data sent: None 2021-10-07 02:20:02,015 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,099 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vf-modules HTTP/1.1" 200 804 2021-10-07 02:20:02,099 INFO 142:onap_service.py(1) - [AAI][GET VNF basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0 VF modules] response code: 200 2021-10-07 02:20:02,100 DEBUG 146:onap_service.py(1) - [AAI][GET VNF basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0 VF modules] response: {"vf-module":[{"vf-module-id":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vf-module-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","heat-stack-id":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972/loving_aryabhata","orchestration-status":"Active","is-base-vf-module":true,"automated-assignment":false,"resource-version":"1633573188916","model-invariant-id":"b8a06d79-9c3a-43e9-a001-a250998fb143","model-version-id":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","model-customization-id":"7dfa3a6c-f161-499d-b620-acf6fbcee667","module-index":0,"selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/vnfs/vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vnf-data/vf-modules/vf-module/6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d/vf-module-data/vf-module-topology/"}]} 2021-10-07 02:20:02,102 INFO 167:vf_module_ala_carte.py(1) - Delete VF Module AAI 2021-10-07 02:20:02,102 DEBUG 158:vf_module.py(1) - Delete 6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d VF module 2021-10-07 02:20:02,102 DEBUG 45:deletion.py(1) - VF module 6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d deletion request 2021-10-07 02:20:02,110 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,110 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:02,110 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:02,111 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,195 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:02,196 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:02,196 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:02,198 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,199 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:02,199 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:02,200 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,296 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-10-07 02:20:02,297 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:02,297 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573163963","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]}]}}]} 2021-10-07 02:20:02,300 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,301 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:02,301 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:02,303 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,390 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:02,390 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:02,391 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:02,393 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,393 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:02,393 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:02,395 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,449 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-10-07 02:20:02,450 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:02,450 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573163963","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]}]}}]} 2021-10-07 02:20:02,453 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,453 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:02,453 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:02,454 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,503 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:02,504 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:02,504 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:02,506 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,506 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:02,506 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:02,508 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,604 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-10-07 02:20:02,604 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:02,605 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573163963","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]}]}}]} 2021-10-07 02:20:02,607 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:02,607 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:20:02,607 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:20:02,608 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:02,698 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048 2021-10-07 02:20:02,699 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-10-07 02:20:02,699 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1633573164059","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-10-07 02:20:02,701 DEBUG 129:onap_service.py(1) - [None][Create 6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d VF moduledeletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd6b9d468-6294-4df1-b4a6-ec50b3138151', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:02,701 DEBUG 131:onap_service.py(1) - [None][Create 6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d VF moduledeletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs/f0794322-0835-4663-99de-e63ffb9a59c8/vfModules/6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d 2021-10-07 02:20:02,701 DEBUG 132:onap_service.py(1) - [None][Create 6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d VF moduledeletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "b8a06d79-9c3a-43e9-a001-a250998fb143", "modelVersionId": "fb21152b-d5df-4a9e-90b1-b927bb4fdf20", "modelName": "basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972", "modelVersion": "1633573188916", "modelCustomizationId": "7dfa3a6c-f161-499d-b620-acf6fbcee667" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-10-07 02:20:02,703 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:04,143 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs/f0794322-0835-4663-99de-e63ffb9a59c8/vfModules/6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d HTTP/1.1" 202 262 2021-10-07 02:20:04,144 INFO 142:onap_service.py(1) - [None][Create 6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d VF moduledeletion request] response code: 202 2021-10-07 02:20:04,145 DEBUG 146:onap_service.py(1) - [None][Create 6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d VF moduledeletion request] response: {"requestReferences":{"requestId":"d6b9d468-6294-4df1-b4a6-ec50b3138151","instanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151"}} 2021-10-07 02:20:04,145 DEBUG 79:mixins.py(1) - Wait until VfModuleDeletionRequest task is not finished 2021-10-07 02:20:04,154 DEBUG 129:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '4d9f3c3b-7908-46c0-951e-bc5bb405e4f1', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:04,155 DEBUG 131:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 2021-10-07 02:20:04,156 DEBUG 132:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] data sent: None 2021-10-07 02:20:04,160 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:04,334 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 HTTP/1.1" 200 1311 2021-10-07 02:20:04,337 INFO 142:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response code: 200 2021-10-07 02:20:04,338 DEBUG 146:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response: {"request":{"requestId":"d6b9d468-6294-4df1-b4a6-ec50b3138151","startTime":"Thu, 07 Oct 2021 02:20:02 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","modelVersion":"1633573188916","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 07 Oct 2021 02:20:03 GMT"}}} 2021-10-07 02:20:14,350 DEBUG 129:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '56e37b8d-02e5-467f-ad90-d46f6c371344', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:14,350 DEBUG 131:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 2021-10-07 02:20:14,351 DEBUG 132:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] data sent: None 2021-10-07 02:20:14,353 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:14,578 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 HTTP/1.1" 200 1522 2021-10-07 02:20:14,579 INFO 142:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response code: 200 2021-10-07 02:20:14,580 DEBUG 146:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response: {"request":{"requestId":"d6b9d468-6294-4df1-b4a6-ec50b3138151","startTime":"Thu, 07 Oct 2021 02:20:02 GMT","finishTime":"Thu, 07 Oct 2021 02:20:11 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","modelVersion":"1633573188916","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:11 GMT"}}} 2021-10-07 02:20:14,580 INFO 56:mixins.py(11) - VfModuleDeletionRequest task finished 2021-10-07 02:20:14,581 DEBUG 129:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2bc5a467-b248-41fd-9fa4-4e1955e4ddcb', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:14,581 DEBUG 131:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 2021-10-07 02:20:14,582 DEBUG 132:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] data sent: None 2021-10-07 02:20:14,583 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:14,742 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 HTTP/1.1" 200 1522 2021-10-07 02:20:14,744 INFO 142:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response code: 200 2021-10-07 02:20:14,744 DEBUG 146:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response: {"request":{"requestId":"d6b9d468-6294-4df1-b4a6-ec50b3138151","startTime":"Thu, 07 Oct 2021 02:20:02 GMT","finishTime":"Thu, 07 Oct 2021 02:20:11 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","modelVersion":"1633573188916","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:11 GMT"}}} 2021-10-07 02:20:14,745 DEBUG 129:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7effe32b-8ad4-41c9-9d4e-a2d93c6f7782', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:14,746 DEBUG 131:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 2021-10-07 02:20:14,746 DEBUG 132:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] data sent: None 2021-10-07 02:20:14,749 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:14,933 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 HTTP/1.1" 200 1522 2021-10-07 02:20:14,935 INFO 142:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response code: 200 2021-10-07 02:20:14,935 DEBUG 146:onap_service.py(11) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response: {"request":{"requestId":"d6b9d468-6294-4df1-b4a6-ec50b3138151","startTime":"Thu, 07 Oct 2021 02:20:02 GMT","finishTime":"Thu, 07 Oct 2021 02:20:11 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","modelVersion":"1633573188916","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:11 GMT"}}} 2021-10-07 02:20:14,943 DEBUG 129:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '644b18ad-9b20-415e-a5cc-7dcfad98001d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:14,944 DEBUG 131:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 2021-10-07 02:20:14,944 DEBUG 132:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] data sent: None 2021-10-07 02:20:14,949 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:15,113 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 HTTP/1.1" 200 1522 2021-10-07 02:20:15,115 INFO 142:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response code: 200 2021-10-07 02:20:15,115 DEBUG 146:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response: {"request":{"requestId":"d6b9d468-6294-4df1-b4a6-ec50b3138151","startTime":"Thu, 07 Oct 2021 02:20:02 GMT","finishTime":"Thu, 07 Oct 2021 02:20:11 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","modelVersion":"1633573188916","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:11 GMT"}}} 2021-10-07 02:20:15,116 DEBUG 129:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '58055c5f-15db-48cf-bbcd-6cfc89a45514', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:15,116 DEBUG 131:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 2021-10-07 02:20:15,116 DEBUG 132:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] data sent: None 2021-10-07 02:20:15,118 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:15,313 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d6b9d468-6294-4df1-b4a6-ec50b3138151 HTTP/1.1" 200 1522 2021-10-07 02:20:15,315 INFO 142:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response code: 200 2021-10-07 02:20:15,316 DEBUG 146:onap_service.py(1) - [None][Check d6b9d468-6294-4df1-b4a6-ec50b3138151 orchestration request status] response: {"request":{"requestId":"d6b9d468-6294-4df1-b4a6-ec50b3138151","startTime":"Thu, 07 Oct 2021 02:20:02 GMT","finishTime":"Thu, 07 Oct 2021 02:20:11 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"b8a06d79-9c3a-43e9-a001-a250998fb143","modelType":"vfModule","modelName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972","modelVersion":"1633573188916","modelCustomizationUuid":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelVersionId":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelCustomizationId":"7dfa3a6c-f161-499d-b620-acf6fbcee667","modelUuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20","modelInvariantUuid":"b8a06d79-9c3a-43e9-a001-a250998fb143"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vfModuleInstanceId":"6c734bc3-bce1-480a-a4dc-bf5fbc66dc7d","vfModuleInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:11 GMT"}}} 2021-10-07 02:20:15,316 INFO 176:vf_module_ala_carte.py(1) - VfModule AAI deleted 2021-10-07 02:20:15,317 INFO 158:k8s_profile_create.py(1) - Clean the k8s profile 2021-10-07 02:20:15,317 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:15,317 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list 2021-10-07 02:20:15,318 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:15,320 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:15,377 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list HTTP/1.1" 200 1064 2021-10-07 02:20:15,378 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:15,379 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-10-07 02:20:15,381 DEBUG 129:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:15,382 DEBUG 131:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 2021-10-07 02:20:15,382 DEBUG 132:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] data sent: None 2021-10-07 02:20:15,384 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:15,456 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 HTTP/1.1" 200 3737 2021-10-07 02:20:15,457 INFO 142:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response code: 200 2021-10-07 02:20:15,457 DEBUG 146:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response: {"vnf-id":"f0794322-0835-4663-99de-e63ffb9a59c8","vnf-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1633573168135","model-invariant-id":"6ed67d47-e4af-4c78-bf58-0923befc3e77","model-version-id":"e7f9cc59-bc35-49de-b13b-09527813c79b","model-customization-id":"4ae25085-12d6-4c3a-b531-8509963936bf","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/vnfs/vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-10-07 02:20:15,460 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:20:15,460 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:20:15,460 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:15,460 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:20:15,461 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:20:15,462 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:16,673 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:20:16,675 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:20:16,675 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:20:16,678 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:20:16,679 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:16,679 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:16,679 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:16,679 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:20:16,679 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:16,679 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:16,680 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:16,680 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:20:16,680 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:16,680 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:16,680 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:16,680 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:20:16,680 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:16,681 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:16,681 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:16,681 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:20:16,681 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:20:16,681 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:20:16,682 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:16,682 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:20:16,682 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:20:16,683 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:20:17,283 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:20:17,286 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:20:17,289 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:20:17,296 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:20:17,297 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:17,297 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel 2021-10-07 02:20:17,297 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-10-07 02:20:17,299 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:17,489 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel HTTP/1.1" 200 None 2021-10-07 02:20:17,492 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-10-07 02:20:17,492 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-10-07 02:20:17,544 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:20:17,544 DEBUG 131:onap_service.py(1) - [None][Get definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667 2021-10-07 02:20:17,544 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-10-07 02:20:17,546 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:20:17,577 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667 HTTP/1.1" 200 270 2021-10-07 02:20:17,578 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-10-07 02:20:17,579 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"b8a06d79-9c3a-43e9-a001-a250998fb143","rb-version":"7dfa3a6c-f161-499d-b620-acf6fbcee667","chart-name":"nginx","description":"","labels":{"vf_module_model_name":"BasicCnf..base_dummy..module-0","vf_module_model_uuid":"fb21152b-d5df-4a9e-90b1-b927bb4fdf20"}} 2021-10-07 02:20:17,582 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:20:17,582 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest 2021-10-07 02:20:17,582 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-10-07 02:20:17,585 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:20:17,609 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest HTTP/1.1" 200 212 2021-10-07 02:20:17,610 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-10-07 02:20:17,610 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"b8a06d79-9c3a-43e9-a001-a250998fb143","rb-version":"7dfa3a6c-f161-499d-b620-acf6fbcee667","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-10-07 02:20:17,612 DEBUG 129:onap_service.py(1) - [None][Delete Profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:20:17,612 DEBUG 131:onap_service.py(1) - [None][Delete Profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest 2021-10-07 02:20:17,613 DEBUG 132:onap_service.py(1) - [None][Delete Profile] data sent: None 2021-10-07 02:20:17,614 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:20:17,641 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/rb/definition/b8a06d79-9c3a-43e9-a001-a250998fb143/7dfa3a6c-f161-499d-b620-acf6fbcee667/profile/cnftest HTTP/1.1" 204 0 2021-10-07 02:20:17,642 INFO 142:onap_service.py(1) - [None][Delete Profile] response code: 204 2021-10-07 02:20:17,643 DEBUG 146:onap_service.py(1) - [None][Delete Profile] response: n/a 2021-10-07 02:20:17,646 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:17,646 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list 2021-10-07 02:20:17,646 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:17,648 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:17,700 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/relationship-list HTTP/1.1" 200 1064 2021-10-07 02:20:17,701 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:17,701 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/business/owning-entities/owning-entity/ff8d0db6-bb97-4753-9eff-603b0de9bb13","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"ff8d0db6-bb97-4753-9eff-603b0de9bb13"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-10-07 02:20:17,704 DEBUG 129:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:17,704 DEBUG 131:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 2021-10-07 02:20:17,704 DEBUG 132:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] data sent: None 2021-10-07 02:20:17,706 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:17,762 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v24/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8 HTTP/1.1" 200 3737 2021-10-07 02:20:17,763 INFO 142:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response code: 200 2021-10-07 02:20:17,763 DEBUG 146:onap_service.py(1) - [AAI][Get 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 ABCMeta] response: {"vnf-id":"f0794322-0835-4663-99de-e63ffb9a59c8","vnf-name":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1633573168135","model-invariant-id":"6ed67d47-e4af-4c78-bf58-0923befc3e77","model-version-id":"e7f9cc59-bc35-49de-b13b-09527813c79b","model-customization-id":"4ae25085-12d6-4c3a-b531-8509963936bf","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/service-data/vnfs/vnf/f0794322-0835-4663-99de-e63ffb9a59c8/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v24/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-10-07 02:20:17,765 DEBUG 384:vnf.py(1) - Delete f0794322-0835-4663-99de-e63ffb9a59c8 VNF 2021-10-07 02:20:17,765 DEBUG 80:deletion.py(1) - VNF f0794322-0835-4663-99de-e63ffb9a59c8 deletion request 2021-10-07 02:20:17,775 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:20:17,775 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:20:17,775 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:17,776 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:20:17,776 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:20:17,777 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:18,244 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:20:18,246 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:20:18,246 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:20:18,249 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:20:18,250 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:18,250 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:18,250 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:18,251 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:20:18,251 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:18,251 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:18,252 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:18,252 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:20:18,252 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:18,253 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:18,253 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:18,253 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:20:18,254 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:18,254 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:18,254 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:18,255 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:20:18,255 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:20:18,255 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:20:18,256 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:18,256 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:20:18,256 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:20:18,258 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:20:18,831 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:20:18,833 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:20:18,835 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:20:18,839 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:20:18,839 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:18,839 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel 2021-10-07 02:20:18,839 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-10-07 02:20:18,841 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:19,005 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel HTTP/1.1" 200 None 2021-10-07 02:20:19,007 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-10-07 02:20:19,007 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-10-07 02:20:19,041 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:19,041 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:19,041 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:19,042 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:19,084 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:19,085 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:19,085 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:19,087 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:19,087 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:19,087 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:19,089 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:19,141 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-10-07 02:20:19,142 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:19,142 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573163963","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]}]}}]} 2021-10-07 02:20:19,145 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:19,145 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:19,145 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:19,146 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:19,184 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:19,184 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:19,184 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:19,186 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:19,186 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:19,186 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:19,187 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:19,237 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-10-07 02:20:19,237 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:19,237 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573163963","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]}]}}]} 2021-10-07 02:20:19,239 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:19,240 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:19,240 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:19,241 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:19,275 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:19,275 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:19,276 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:19,277 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:19,277 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:19,278 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:19,279 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:19,319 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-10-07 02:20:19,320 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:19,320 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573163963","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]}]}}]} 2021-10-07 02:20:19,322 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:19,322 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:20:19,322 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:20:19,323 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:19,361 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048 2021-10-07 02:20:19,362 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-10-07 02:20:19,362 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1633573164059","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/f0794322-0835-4663-99de-e63ffb9a59c8","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"f0794322-0835-4663-99de-e63ffb9a59c8"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-10-07 02:20:19,364 DEBUG 129:onap_service.py(1) - [None][Create f0794322-0835-4663-99de-e63ffb9a59c8 VNF deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e6a22cf5-f1d5-4971-9816-6816fdc529ae', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:19,365 DEBUG 131:onap_service.py(1) - [None][Create f0794322-0835-4663-99de-e63ffb9a59c8 VNF deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs/f0794322-0835-4663-99de-e63ffb9a59c8 2021-10-07 02:20:19,365 DEBUG 132:onap_service.py(1) - [None][Create f0794322-0835-4663-99de-e63ffb9a59c8 VNF deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "6ed67d47-e4af-4c78-bf58-0923befc3e77", "modelVersion": "1.0", "modelVersionId": "e7f9cc59-bc35-49de-b13b-09527813c79b", "modelCustomizationId": "4ae25085-12d6-4c3a-b531-8509963936bf", "modelCustomizationName": "basic_cnf 0" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-10-07 02:20:19,366 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:20,863 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17/vnfs/f0794322-0835-4663-99de-e63ffb9a59c8 HTTP/1.1" 202 262 2021-10-07 02:20:20,865 INFO 142:onap_service.py(1) - [None][Create f0794322-0835-4663-99de-e63ffb9a59c8 VNF deletion request] response code: 202 2021-10-07 02:20:20,865 DEBUG 146:onap_service.py(1) - [None][Create f0794322-0835-4663-99de-e63ffb9a59c8 VNF deletion request] response: {"requestReferences":{"requestId":"e6a22cf5-f1d5-4971-9816-6816fdc529ae","instanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae"}} 2021-10-07 02:20:20,865 DEBUG 79:mixins.py(1) - Wait until VnfDeletionRequest task is not finished 2021-10-07 02:20:20,872 DEBUG 129:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ea2bb81f-0719-49b7-a9eb-520c7f08d607', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:20,872 DEBUG 131:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae 2021-10-07 02:20:20,872 DEBUG 132:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] data sent: None 2021-10-07 02:20:20,875 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:21,031 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae HTTP/1.1" 200 1268 2021-10-07 02:20:21,033 INFO 142:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response code: 200 2021-10-07 02:20:21,033 DEBUG 146:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response: {"request":{"requestId":"e6a22cf5-f1d5-4971-9816-6816fdc529ae","startTime":"Thu, 07 Oct 2021 02:20:19 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 07 Oct 2021 02:20:20 GMT"}}} 2021-10-07 02:20:31,045 DEBUG 129:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5f5ffc56-c281-4ba0-b5f3-6344003831a2', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:31,046 DEBUG 131:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae 2021-10-07 02:20:31,046 DEBUG 132:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] data sent: None 2021-10-07 02:20:31,049 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:31,226 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae HTTP/1.1" 200 1474 2021-10-07 02:20:31,228 INFO 142:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response code: 200 2021-10-07 02:20:31,229 DEBUG 146:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response: {"request":{"requestId":"e6a22cf5-f1d5-4971-9816-6816fdc529ae","startTime":"Thu, 07 Oct 2021 02:20:19 GMT","finishTime":"Thu, 07 Oct 2021 02:20:23 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:23 GMT"}}} 2021-10-07 02:20:31,230 INFO 56:mixins.py(12) - VnfDeletionRequest task finished 2021-10-07 02:20:31,230 DEBUG 129:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '902e3e2f-f4f3-4d09-9b6d-6ee3b6ff1819', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:31,231 DEBUG 131:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae 2021-10-07 02:20:31,231 DEBUG 132:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] data sent: None 2021-10-07 02:20:31,233 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:31,394 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae HTTP/1.1" 200 1474 2021-10-07 02:20:31,395 INFO 142:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response code: 200 2021-10-07 02:20:31,395 DEBUG 146:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response: {"request":{"requestId":"e6a22cf5-f1d5-4971-9816-6816fdc529ae","startTime":"Thu, 07 Oct 2021 02:20:19 GMT","finishTime":"Thu, 07 Oct 2021 02:20:23 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:23 GMT"}}} 2021-10-07 02:20:31,396 DEBUG 129:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '28fd983a-5a5c-4027-a9fc-edfec3670b34', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:31,396 DEBUG 131:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae 2021-10-07 02:20:31,396 DEBUG 132:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] data sent: None 2021-10-07 02:20:31,398 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:31,541 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae HTTP/1.1" 200 1474 2021-10-07 02:20:31,542 INFO 142:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response code: 200 2021-10-07 02:20:31,542 DEBUG 146:onap_service.py(12) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response: {"request":{"requestId":"e6a22cf5-f1d5-4971-9816-6816fdc529ae","startTime":"Thu, 07 Oct 2021 02:20:19 GMT","finishTime":"Thu, 07 Oct 2021 02:20:23 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:23 GMT"}}} 2021-10-07 02:20:31,549 DEBUG 129:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '68154479-d463-4136-a0bb-ddb6bb793c1a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:31,550 DEBUG 131:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae 2021-10-07 02:20:31,550 DEBUG 132:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] data sent: None 2021-10-07 02:20:31,552 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:31,733 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae HTTP/1.1" 200 1474 2021-10-07 02:20:31,734 INFO 142:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response code: 200 2021-10-07 02:20:31,735 DEBUG 146:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response: {"request":{"requestId":"e6a22cf5-f1d5-4971-9816-6816fdc529ae","startTime":"Thu, 07 Oct 2021 02:20:19 GMT","finishTime":"Thu, 07 Oct 2021 02:20:23 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:23 GMT"}}} 2021-10-07 02:20:31,735 DEBUG 129:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '23d0a623-e115-4709-8e65-c11c80dfc58e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:31,735 DEBUG 131:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae 2021-10-07 02:20:31,736 DEBUG 132:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] data sent: None 2021-10-07 02:20:31,737 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:31,884 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e6a22cf5-f1d5-4971-9816-6816fdc529ae HTTP/1.1" 200 1474 2021-10-07 02:20:31,885 INFO 142:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response code: 200 2021-10-07 02:20:31,885 DEBUG 146:onap_service.py(1) - [None][Check e6a22cf5-f1d5-4971-9816-6816fdc529ae orchestration request status] response: {"request":{"requestId":"e6a22cf5-f1d5-4971-9816-6816fdc529ae","startTime":"Thu, 07 Oct 2021 02:20:19 GMT","finishTime":"Thu, 07 Oct 2021 02:20:23 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"4ae25085-12d6-4c3a-b531-8509963936bf","modelVersionId":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelCustomizationId":"4ae25085-12d6-4c3a-b531-8509963936bf","modelUuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","modelInvariantUuid":"6ed67d47-e4af-4c78-bf58-0923befc3e77","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","vnfInstanceId":"f0794322-0835-4663-99de-e63ffb9a59c8","vnfInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:23 GMT"}}} 2021-10-07 02:20:31,886 DEBUG 319:service.py(1) - Delete 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 service instance 2021-10-07 02:20:31,886 DEBUG 113:deletion.py(1) - Service 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 deletion request 2021-10-07 02:20:31,895 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:20:31,895 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:20:31,895 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:31,895 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:20:31,895 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:20:31,897 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:32,416 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:20:32,418 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:20:32,418 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:20:32,421 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:20:32,421 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:32,421 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:32,422 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:32,422 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:20:32,422 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:32,423 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:32,423 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:32,423 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:20:32,424 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:32,424 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:32,424 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:32,424 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:20:32,425 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:32,425 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:32,426 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:32,426 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:20:32,426 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:20:32,426 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:20:32,427 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:32,427 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:20:32,428 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:20:32,430 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:20:33,236 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:20:33,239 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:20:33,241 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:20:33,245 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:20:33,246 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:20:33,246 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:20:33,246 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:33,247 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:20:33,247 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:20:33,248 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:33,706 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:20:33,708 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:20:33,709 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:20:33,711 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:20:33,712 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:33,712 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:33,712 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:33,713 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:20:33,713 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:33,713 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:33,713 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:33,714 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:20:33,714 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:33,714 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:33,714 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:33,714 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:20:33,715 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:33,715 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:33,715 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:33,715 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:20:33,716 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:20:33,716 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:20:33,716 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:33,717 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:20:33,717 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:20:33,719 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:20:34,290 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:20:34,293 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:20:34,296 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:20:34,302 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:20:34,303 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-10-07 02:20:34,303 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-10-07 02:20:34,303 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:34,304 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-10-07 02:20:34,304 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-10-07 02:20:34,306 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:34,787 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-10-07 02:20:34,788 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-10-07 02:20:34,788 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ae11134d-1b99-4e1c-99da-94db00042219/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","name":"basic_onboard_mdbjLc","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d2350954-0a5c-4bc5-aec5-390786e19e1f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/8e3361df-f3a3-450e-b601-4a9e849c22c8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-10-07 02:20:34,790 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-10-07 02:20:34,790 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:34,790 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:34,790 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:34,790 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-10-07 02:20:34,790 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:34,790 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:34,790 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:34,790 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_mdbjLc from SDC 2021-10-07 02:20:34,791 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:34,791 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:34,791 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:34,791 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-10-07 02:20:34,791 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-10-07 02:20:34,791 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-10-07 02:20:34,791 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-10-07 02:20:34,791 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-10-07 02:20:34,791 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-10-07 02:20:34,791 INFO 192:__init__.py(1) - Service found, updating information 2021-10-07 02:20:34,792 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:34,792 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-10-07 02:20:34,792 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-10-07 02:20:34,793 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-10-07 02:20:35,348 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-10-07 02:20:35,350 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-10-07 02:20:35,352 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"55433154-c7f1-47a4-a347-c77f74390183","lifecycleState":"CERTIFIED","lastUpdateDate":1633572767875,"name":"basic_onboard_mdbjLc","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"6b1cd131-97bd-4954-85e7-a0fed1d4d56e","invariantUUID":"555e057b-db21-41f3-bc96-334b5693e9a4","systemName":"BasicOnboardMdbjlc","description":"VF","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a97f3407-8770-41d8-af66-8037546d8fca","lifecycleState":"CERTIFIED","lastUpdateDate":1633562724641,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da588cc5-a11d-4396-b190-b8112d769005","invariantUUID":"be34dbad-4e79-4fc0-ae18-8f249b07098f","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9c2f493a-bae1-420a-97ce-19c07bf55aa2","lifecycleState":"CERTIFIED","lastUpdateDate":1633563172783,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"30ec3317-9d14-4678-9cd9-4822f305d05c","invariantUUID":"23f24bff-a87f-43e4-981f-6432c9ba210e","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d873839-07a1-4740-a7ef-53b3bf914022","lifecycleState":"CERTIFIED","lastUpdateDate":1633563167555,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f407aaed-cd44-479e-8703-5cda47e5c5bd","invariantUUID":"26c24496-9962-4025-9696-161d5dddd15c","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"0dbb6028-d2df-42de-9ba8-063045e0303b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563147461,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"409592f5-8197-4bd4-9fc6-b759c1668309","invariantUUID":"60b4400e-29ba-4688-9659-f63fe1229d14","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d5d011e4-8404-4ace-a1fa-5adc9bee9c77","lifecycleState":"CERTIFIED","lastUpdateDate":1633562975217,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f9f9eae2-b8d8-4b89-a7ea-cf2cfbff34ac","invariantUUID":"c1b8b65f-2cc0-44b1-9de2-ca4263af32e4","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"8b90ebaa-945d-4ed8-b284-b89350805350","lifecycleState":"CERTIFIED","lastUpdateDate":1633563209813,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f6ecbc39-ef26-4566-8095-a09eddd1ac12","invariantUUID":"59221592-96e2-4e3e-9583-09b3a5327e14","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"994198b9-cf2f-42ae-9965-10c8c1391fd4","lifecycleState":"CERTIFIED","lastUpdateDate":1633563135963,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4e05b09c-7593-4141-90d5-4753cc264f74","invariantUUID":"732e6167-0c45-4d23-b3e6-b0ec1b467f0b","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"86346830-9dd7-4fa6-a84a-924f9e147dfb","lifecycleState":"CERTIFIED","lastUpdateDate":1633562788794,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"05196b50-1f61-40a4-a2e0-5f0ab5b032d1","invariantUUID":"50eb6be4-5e56-4bea-9dd1-c200cc5295d0","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"9dc4a8d9-9254-4f61-8fec-7caee4fb88c9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562875261,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"18852df3-24bf-47a2-8afe-2dc430bac9ef","invariantUUID":"ca6199b2-469c-4909-9f19-3b1de7e3cb54","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"9665f883-43c2-4ad1-b5e1-77d5cce2e06f","lifecycleState":"CERTIFIED","lastUpdateDate":1633572268389,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c99e3d1d-1bc5-4f5f-be62-d0fe2622e499","invariantUUID":"accdd193-cfd9-4fc7-b50d-fc7f0e48166f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7d17b87c-6017-4cdc-ab4d-083eae9a57fd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563036518,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e10be5b-7b51-4eca-afe4-71229b85dfbf","invariantUUID":"1aa7e273-e6f4-40c3-b85f-859ee06ae263","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"78ab5357-b2f8-4476-a5bc-9b86f7ba0e9d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562845354,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"92591693-56a1-4c3c-9539-db8f86559730","invariantUUID":"a109a336-e8c4-4864-96bc-96db303e3458","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e231d05f-1ff9-4d58-a6ac-ebcd54fa2307","lifecycleState":"CERTIFIED","lastUpdateDate":1633562892960,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da689672-0066-4560-9780-d5a69dc243a7","invariantUUID":"cf748ad9-88b7-488a-8885-33afdbb5e0bc","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"275502ba-750b-4ec9-8fa6-6275c0b3c908","lifecycleState":"CERTIFIED","lastUpdateDate":1633562886749,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98169ce5-c6f5-4bea-83a6-7d8a19ead527","invariantUUID":"bf2b6ab4-bad5-4ba5-ad6c-83d6f23bbde3","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"78aefd2e-876e-432e-a7f6-890668f822fa","lifecycleState":"CERTIFIED","lastUpdateDate":1633562690503,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"c393e57c-e828-401c-b6ab-722c718d1a26","invariantUUID":"81113c06-4fb8-4eef-8ec0-ad213cbe7630","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"046bc48b-a54c-4038-9820-66f192c35f89","lifecycleState":"CERTIFIED","lastUpdateDate":1633563152480,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9566f4-7450-4182-a637-3f6d9faffe5f","invariantUUID":"51b8815f-e3bc-4f14-b7c3-41ab6d982330","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b291362f-16ec-4d78-b147-bf8641ee0bd0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562799614,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47281593-71e5-4689-9d8d-aabe7d81705b","invariantUUID":"1ff7152c-a173-4b97-a112-997afafc7d50","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1ad4fb57-cafd-4af7-9a56-e1371fd6c698","lifecycleState":"CERTIFIED","lastUpdateDate":1633562904667,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6c69ed7d-4dbe-4c6d-8bb5-4a9276d7a558","invariantUUID":"cf1bcfc5-55e2-4930-932c-c5a24ac3a0c2","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ed6d16fe-c079-46b0-bb5c-b9b796587ee9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563105687,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df08d47d-b0de-4890-bd16-ad4fa78a6911","invariantUUID":"99ad6f64-fd91-4f65-9746-a81b12115077","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fac07469-3364-4bac-aa52-08a886e0f038","lifecycleState":"CERTIFIED","lastUpdateDate":1633563052103,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"06372e63-7966-4876-b16b-174c87a2dda2","invariantUUID":"54359176-9924-4397-9712-c3d1b9337e1e","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"e5ea49d9-a530-47d9-b569-9cd387df4a4d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562865309,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"eda185b4-09f4-4b30-9296-b4a46a78d4be","invariantUUID":"a792fd1e-64bf-46bc-b44f-f32b65e8241f","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b8ff486a-615b-470b-b2b7-0c239b91f47b","lifecycleState":"CERTIFIED","lastUpdateDate":1633562758946,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a93b17be-a2fa-4cbb-9236-005fb4664f37","invariantUUID":"12d38ec1-9247-4c60-b2f7-47904031cb2c","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3de23617-f3b8-4a92-814d-ccd2945ae5f0","lifecycleState":"CERTIFIED","lastUpdateDate":1633562702437,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc439856-e1f3-4856-8b79-f3374b5452d3","invariantUUID":"513badf5-97ea-4683-bbef-157623b32a8e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c02f7556-43a1-4dff-a6a1-4ffdb500a376","lifecycleState":"CERTIFIED","lastUpdateDate":1633563162669,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f62a730a-0947-479c-9403-cb594a44d49a","invariantUUID":"08d0ba02-7cc5-4535-aebe-b47531d5dbff","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3e623536-dbcb-4f76-b88c-39c02f9c6632","lifecycleState":"CERTIFIED","lastUpdateDate":1633563254956,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1fc52a2d-4d13-42b7-9018-68f4129cc88e","invariantUUID":"1ef65635-ddab-4037-b3d5-f99c92ff5e46","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4b90589-6f74-43a9-8f4e-d11f7f94ca7a","lifecycleState":"CERTIFIED","lastUpdateDate":1633562765366,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a61277b-07c8-4796-a799-df98987620af","invariantUUID":"484171d0-1a93-48da-9ae4-ede6d452b6f8","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"09dd41cb-dc92-44c6-94e8-ee97fd507bc5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563235571,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f79ad792-c6a8-4710-946d-05943be47582","invariantUUID":"dc00ff07-70b6-4e6e-8ea8-07bf545620aa","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57122f5c-8bf3-4fc0-820a-3c20d029971d","lifecycleState":"CERTIFIED","lastUpdateDate":1633562804716,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ef8e20b3-0d63-463d-9a58-870c00c59e81","invariantUUID":"f4699c8f-4764-4480-a94f-a09dce49ff14","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"91818f75-3cbb-4ea9-904d-0cc681b3e4c4","lifecycleState":"CERTIFIED","lastUpdateDate":1633562921746,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d4871bdd-d4ee-41b0-b053-2b539b19791f","invariantUUID":"d2431591-5acf-41b3-82b0-0ab0290bb2f3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"05dd3143-6bc9-4597-bd06-96f22a536000","lifecycleState":"CERTIFIED","lastUpdateDate":1633562955565,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"250d7045-4f38-44f5-9121-d596e0b370be","invariantUUID":"9af3f212-1f4f-4b56-af63-15a58701c76c","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"fa68aeb0-3983-4e0f-8d29-daa5ba049efd","lifecycleState":"CERTIFIED","lastUpdateDate":1633563189952,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7549af91-dbcd-46e4-b464-87a12bfe2725","invariantUUID":"dda60e43-e85d-4428-9f1f-b700ac222222","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d7e1c0f7-76cc-45c8-9bdc-1a2c633bc30b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563014968,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50c442d7-c8e0-43f1-863b-af1ad4b6a41b","invariantUUID":"dfe9f733-cf1a-4456-9cf5-d869a99b6a94","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a0c389ef-8fcd-4c51-959a-7e7b3b6f8ca9","lifecycleState":"CERTIFIED","lastUpdateDate":1633563025821,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6257835-16ba-4ee8-9817-a6ee72de0645","invariantUUID":"43691bf5-f5a7-41f7-a507-6b4ae4fd2541","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1baf4e30-9325-41ae-b8fa-827a25f74852","lifecycleState":"CERTIFIED","lastUpdateDate":1633562995725,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4904df6d-3af3-4908-95b6-f30b19938635","invariantUUID":"6778e17f-3016-4da8-af0c-57a88b4ba39b","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4759126-e28d-4a26-b8a2-6a523bc8a131","lifecycleState":"CERTIFIED","lastUpdateDate":1633562731008,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0890f776-c0cf-425c-a410-b01e89e76612","invariantUUID":"5ff34873-7aa7-46a1-8949-8cddff96ecc4","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d9d88984-7746-4d21-9cc6-ab18fddaa536","lifecycleState":"CERTIFIED","lastUpdateDate":1633562899552,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"624d3971-9f63-477f-b9d3-bd474a1ee4b6","invariantUUID":"b795d840-25ae-44c5-ae4a-0ad691441cf8","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2f1119e2-ab80-4e94-83ba-20400c2e759b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563219025,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"76719bcf-ccfb-405a-a36d-915157af1163","invariantUUID":"58ec0f8a-e481-4c0f-b96a-3f6da1d42de0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"258cd2b1-df60-42ee-a6d8-86a3c72b3465","lifecycleState":"CERTIFIED","lastUpdateDate":1633563100334,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d1244b-2205-4dd9-9338-d0e8dc56dd10","invariantUUID":"9fed551c-5ed1-4b5f-b817-51f8d3f268e5","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"764cf677-1b2f-4523-ae4c-611af0d0eec6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562809831,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b548c939-069b-40fd-a676-e7eea48cc0a2","invariantUUID":"938e2a86-3b21-4565-ad25-6240c795fedc","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bf05416-0b37-4f92-8331-a15e56985f5b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563241702,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"897ab6da-f2c3-41b7-935c-2fb51100a82d","invariantUUID":"2e221f17-1e44-4abd-b313-bed389c04b14","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9bab1a93-8cbd-444f-8439-4ab05b1bc795","lifecycleState":"CERTIFIED","lastUpdateDate":1633563071150,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ba75c852-90db-4371-bd53-7e875e80492a","invariantUUID":"6c55789e-a161-427b-938e-12d96d27ddd5","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"891e16c4-6139-436a-aacc-20870730b97d","lifecycleState":"CERTIFIED","lastUpdateDate":1633563020736,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29677d7b-b088-4566-907d-5bb296006209","invariantUUID":"e518e202-15ad-496d-b101-d63a5156823a","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"712f26d0-f3df-48c4-9794-b7332055e7f5","lifecycleState":"CERTIFIED","lastUpdateDate":1633562669406,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93d09aa5-303f-4201-ae6b-8948bdd15b58","invariantUUID":"209e8f7a-f0a8-4564-b2f9-0b951460c41c","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a9c45cf8-2323-4602-b7a1-07a939284dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1633563247648,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"602483dc-0a55-4981-898d-7cba2be57adc","invariantUUID":"07117885-04e0-4e46-b098-30671fee4d35","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"99f98274-9eeb-4deb-89c2-543bae457116","lifecycleState":"CERTIFIED","lastUpdateDate":1633562851422,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c410b953-24e2-4c96-82e0-ee84d0064135","invariantUUID":"03f5f796-3003-4117-baa6-5461fe18ad5a","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ace1fb58-79b9-421e-b303-542c374411db","lifecycleState":"CERTIFIED","lastUpdateDate":1633563203236,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0be0cf0a-fcf8-460d-b89f-e8ab6b8b232d","invariantUUID":"21818aa1-011f-4cad-af5f-090d3206e66a","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"16f90630-be9a-4070-829e-2b05f6f5d5f3","lifecycleState":"CERTIFIED","lastUpdateDate":1633562990649,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"77f9def0-8a0c-49e9-845c-ffb4d44f5303","invariantUUID":"0afaf060-41c8-4c0e-8830-231bb7a4f1a0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"331a84be-7834-4697-a1e2-2f0a68767cd1","lifecycleState":"CERTIFIED","lastUpdateDate":1633563129046,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7c7793a5-dccd-4331-8246-709335c6e79e","invariantUUID":"0bae2e9a-e4aa-4078-9180-cc3c7f1024f3","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"531f1c0e-ad65-4bc9-94e7-d83ea8c0cab9","lifecycleState":"CERTIFIED","lastUpdateDate":1633562736318,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6a70de1-c869-4ef3-922a-bfbc6246ec1a","invariantUUID":"b0ec8dca-734a-4016-8134-a157d7b36a28","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c7a1a5fa-307c-4ccc-96e9-656e5579ea52","lifecycleState":"CERTIFIED","lastUpdateDate":1633563031272,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c69f763-acb4-450b-a650-1788a75b76ad","invariantUUID":"e6b79085-b19b-48d2-8102-a4834e1dd361","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a45b1bdd-80b4-487f-a38a-4ffefadfb630","lifecycleState":"CERTIFIED","lastUpdateDate":1633562778525,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2af985e8-35b7-4bfe-8235-b3c324dc8a51","invariantUUID":"491a929a-1457-4caa-8f70-f2887824185a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"3c7c7028-c380-447e-ad2c-750ee7d84536","lifecycleState":"CERTIFIED","lastUpdateDate":1633563008696,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"252b7573-b261-4162-95f3-3aa7635ca0ae","invariantUUID":"b0aeaa6e-7439-4921-a8e8-aff0d803aaf3","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b1cc5f55-1c74-47d4-80bf-d256e130ac8a","lifecycleState":"CERTIFIED","lastUpdateDate":1633563266398,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9239ade9-aaea-47b8-90cd-a2b2fc935349","invariantUUID":"a8b881c5-e9a3-4227-aea5-a23b6335c9b8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4d1223c-d294-4c64-b221-0b58c1e5b353","lifecycleState":"CERTIFIED","lastUpdateDate":1633562926948,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6ac903-0f96-417f-8eef-41bd7ed03cfe","invariantUUID":"5bd19630-ec49-40f4-aab0-5d40b851bfe1","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14bbc413-b1b0-4d83-87a7-546a647d3711","lifecycleState":"CERTIFIED","lastUpdateDate":1633562753362,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"317a9e58-8b04-4371-9c06-ddd9105fc826","invariantUUID":"07e1611c-25c3-434f-8aaf-650890ba4644","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6bdb90d3-fac6-4e41-a985-086eb4f7d59c","lifecycleState":"CERTIFIED","lastUpdateDate":1633563141598,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"982f866f-fc31-4400-bde6-2feeed80206c","invariantUUID":"6185f4d5-8f4a-4844-b43b-c01494d52321","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8684fcc9-a42b-483d-bef3-d4acb6c3e60f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563001589,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6beb105a-ef26-441a-830a-21e17fdcd700","invariantUUID":"fabdc41c-fcba-4f0e-8245-6ad0515567b2","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ea850d19-6386-4422-bc39-20b46c93edee","lifecycleState":"CERTIFIED","lastUpdateDate":1633562696293,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ee92149b-7ab8-40af-b1db-4ff0d11fec78","invariantUUID":"bc1c5357-e89f-4a7e-896a-55926f6f3d9d","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d2af33ca-98c8-4ce2-9689-d46524a2347b","lifecycleState":"CERTIFIED","lastUpdateDate":1633563157698,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bece3c15-9288-42f3-a5c1-28893d973c5a","invariantUUID":"d0ee2c3a-044b-456a-83fa-058622d6e98c","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2e664b16-ccd8-4ed7-9702-31ffc5f1c1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1633562916444,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a7599a4-4d5b-4ef7-9efb-7fa7013a03ae","invariantUUID":"18f92934-521f-4102-b1e3-0543d7a9118e","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"54cdb003-6fc2-4ee4-9479-adb920316d1e","lifecycleState":"CERTIFIED","lastUpdateDate":1633563082281,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b046743-c72a-4de5-9b58-c05fa34346eb","invariantUUID":"4539719d-cbd5-4c54-9308-b8b51df22e76","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"80309c73-0699-4184-935e-805c5f38fe39","lifecycleState":"CERTIFIED","lastUpdateDate":1633563263352,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c1a30f65-b4b1-4c60-afde-8b1a27298e85","invariantUUID":"70078dd7-f778-4d46-a866-bbc9002fb1ef","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e77fdbf3-c0ae-46f5-ae9b-fa9873cb9983","lifecycleState":"CERTIFIED","lastUpdateDate":1633562794034,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9f09a74c-d7ca-4368-ab73-5fa9e20806a2","invariantUUID":"c1dab2eb-56bf-4073-a0c3-01099ae64073","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"193606de-1d8f-4305-9bee-b27025912a7f","lifecycleState":"CERTIFIED","lastUpdateDate":1633563057446,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6cab2368-a0ba-4546-a78d-56be7e12847c","invariantUUID":"98408f78-0a7c-4ed0-b33c-597dbf156add","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b0d4d2db-27ee-4224-b1ac-63ebb37954b5","lifecycleState":"CERTIFIED","lastUpdateDate":1633563178221,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc8211d9-d935-4bba-94b0-e1e5bb88e032","invariantUUID":"9c8003a4-ff43-4d09-8481-abdfe081045f","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"90ee76e7-7cc6-4bd8-b004-bb54cfa2c348","lifecycleState":"CERTIFIED","lastUpdateDate":1633563225747,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48961ab7-18d9-4e08-9bd0-7e63afafa29c","invariantUUID":"c26c83b3-1a16-4f9d-aa47-7f62b78e6736","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e6fada5-55fd-4ed5-a77a-ab74faaa6a02","lifecycleState":"CERTIFIED","lastUpdateDate":1633562771944,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6da6b9ad-e264-42a4-8b67-8efae2a8f485","invariantUUID":"9373c65f-1a99-405e-aaf7-dce15fcc049f","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"11bc493b-93e0-4bbd-9576-2d284a40b209","lifecycleState":"CERTIFIED","lastUpdateDate":1633572886868,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e7f9cc59-bc35-49de-b13b-09527813c79b","invariantUUID":"6ed67d47-e4af-4c78-bf58-0923befc3e77","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c4439840-1921-45b4-b5f4-a96bd3ab1ad2","lifecycleState":"CERTIFIED","lastUpdateDate":1633562783541,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"be830a70-6bfb-44b2-84de-a1967e8eacd2","invariantUUID":"db120fcc-22b5-4227-8289-e9b2b80be984","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"544ef93d-a982-4cb1-86a4-1ec6d1b6cd95","lifecycleState":"CERTIFIED","lastUpdateDate":1633563046778,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"03a57333-1032-432e-84e1-9caaa0b16054","invariantUUID":"fcd29b27-bb8c-449d-97d8-a71e28e9c44c","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"921ee6d6-9fe9-44c7-96f9-44e4f49d554e","lifecycleState":"CERTIFIED","lastUpdateDate":1633562980276,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7db965fd-5090-40ae-9e03-0d79462c5a1a","invariantUUID":"516de859-bab3-4191-88d6-d11130461680","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"82b017f2-c645-4f8c-87b4-c6cbbb069518","lifecycleState":"CERTIFIED","lastUpdateDate":1633562870319,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5df513ce-a8ea-4f48-849d-b001ffb086d5","invariantUUID":"65429066-54aa-4fd3-a571-06fb426da9a5","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3d4f8c95-4a1a-4272-9b9a-33776626100b","lifecycleState":"CERTIFIED","lastUpdateDate":1633572946476,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","invariantUUID":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6981dae3-9c67-4b17-811f-44c521352477","lifecycleState":"CERTIFIED","lastUpdateDate":1633572828419,"name":"basic_onboard_mdbjLc","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d2350954-0a5c-4bc5-aec5-390786e19e1f","invariantUUID":"01f5920a-79c1-45d0-9191-1aaa3a44470d","systemName":"BasicOnboardMdbjlc","description":"service","tags":["basic_onboard_mdbjLc"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5dee3b64-0ad2-41d1-b4f1-7d2e1fffd78e","lifecycleState":"CERTIFIED","lastUpdateDate":1633572311044,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"8e3361df-f3a3-450e-b601-4a9e849c22c8","invariantUUID":"6350e28d-b16c-4c5b-b834-48d88f303be8","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"86ed191d-bd32-4df4-a158-122c97bbbbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1633571997738,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ae11134d-1b99-4e1c-99da-94db00042219","invariantUUID":"dd0c1f9d-7bf1-4e12-8482-543880f2dbdd","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-10-07 02:20:35,356 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-10-07 02:20:35,357 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-10-07 02:20:35,357 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel 2021-10-07 02:20:35,357 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-10-07 02:20:35,359 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-10-07 02:20:35,510 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/c7a0d3bb-5d7a-4473-8af8-759e1917ce93/toscaModel HTTP/1.1" 200 None 2021-10-07 02:20:35,511 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-10-07 02:20:35,511 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-10-07 02:20:35,541 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:35,542 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:35,542 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:35,543 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:35,601 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:35,602 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:35,602 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:35,604 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:35,604 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:35,604 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:35,606 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:35,653 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-10-07 02:20:35,654 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:35,654 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573223155","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-10-07 02:20:35,656 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:35,656 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:35,656 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:35,658 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:35,697 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:35,698 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:35,699 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:35,701 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:35,702 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:35,702 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:35,704 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:35,754 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-10-07 02:20:35,754 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:35,754 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573223155","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-10-07 02:20:35,757 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:35,757 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-10-07 02:20:35,757 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-10-07 02:20:35,758 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:35,799 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-10-07 02:20:35,800 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-10-07 02:20:35,800 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-10-07 02:20:35,802 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:35,802 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-10-07 02:20:35,802 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-10-07 02:20:35,804 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:35,848 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-10-07 02:20:35,848 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-10-07 02:20:35,849 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1633573223155","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-10-07 02:20:35,851 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-10-07 02:20:35,851 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-10-07 02:20:35,851 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-10-07 02:20:35,852 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-10-07 02:20:35,892 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597 2021-10-07 02:20:35,893 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-10-07 02:20:35,893 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1633573223155","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-10-07 02:20:35,895 DEBUG 129:onap_service.py(1) - [None][Create 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 Service deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7995599d-2530-45c2-9cc0-850fc54e9119', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:35,895 DEBUG 131:onap_service.py(1) - [None][Create 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 Service deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 2021-10-07 02:20:35,895 DEBUG 132:onap_service.py(1) - [None][Create 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 Service deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe", "modelVersion": "1.0", "modelVersionId": "c7a0d3bb-5d7a-4473-8af8-759e1917ce93" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-10-07 02:20:35,897 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:37,701 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 HTTP/1.1" 202 262 2021-10-07 02:20:37,702 INFO 142:onap_service.py(1) - [None][Create 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 Service deletion request] response code: 202 2021-10-07 02:20:37,702 DEBUG 146:onap_service.py(1) - [None][Create 3ee4dc3e-7a34-4505-98f0-9e876b2a0a17 Service deletion request] response: {"requestReferences":{"requestId":"7995599d-2530-45c2-9cc0-850fc54e9119","instanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119"}} 2021-10-07 02:20:37,703 DEBUG 79:mixins.py(1) - Wait until ServiceDeletionRequest task is not finished 2021-10-07 02:20:37,708 DEBUG 129:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'eb55c4ed-a3a5-462f-a1aa-cb335d8a7e0b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:37,709 DEBUG 131:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 2021-10-07 02:20:37,709 DEBUG 132:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] data sent: None 2021-10-07 02:20:37,712 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:37,862 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 HTTP/1.1" 200 1020 2021-10-07 02:20:37,863 INFO 142:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response code: 200 2021-10-07 02:20:37,864 DEBUG 146:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response: {"request":{"requestId":"7995599d-2530-45c2-9cc0-850fc54e9119","startTime":"Thu, 07 Oct 2021 02:20:36 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 07 Oct 2021 02:20:36 GMT"}}} 2021-10-07 02:20:47,875 DEBUG 129:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '37c6aa54-d880-4fa0-9ecf-9a0055264c9b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:47,876 DEBUG 131:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 2021-10-07 02:20:47,876 DEBUG 132:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] data sent: None 2021-10-07 02:20:47,879 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:48,030 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 HTTP/1.1" 200 1230 2021-10-07 02:20:48,031 INFO 142:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response code: 200 2021-10-07 02:20:48,032 DEBUG 146:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response: {"request":{"requestId":"7995599d-2530-45c2-9cc0-850fc54e9119","startTime":"Thu, 07 Oct 2021 02:20:36 GMT","finishTime":"Thu, 07 Oct 2021 02:20:39 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:39 GMT"}}} 2021-10-07 02:20:48,032 INFO 56:mixins.py(13) - ServiceDeletionRequest task finished 2021-10-07 02:20:48,033 DEBUG 129:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8ddb49a4-8be7-404c-bfe2-edfdf8399b16', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:48,033 DEBUG 131:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 2021-10-07 02:20:48,033 DEBUG 132:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] data sent: None 2021-10-07 02:20:48,035 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:48,197 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 HTTP/1.1" 200 1230 2021-10-07 02:20:48,198 INFO 142:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response code: 200 2021-10-07 02:20:48,198 DEBUG 146:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response: {"request":{"requestId":"7995599d-2530-45c2-9cc0-850fc54e9119","startTime":"Thu, 07 Oct 2021 02:20:36 GMT","finishTime":"Thu, 07 Oct 2021 02:20:39 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:39 GMT"}}} 2021-10-07 02:20:48,199 DEBUG 129:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e4cc4b6f-464d-449d-8782-f154edd361ee', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:48,199 DEBUG 131:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 2021-10-07 02:20:48,199 DEBUG 132:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] data sent: None 2021-10-07 02:20:48,201 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:48,359 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 HTTP/1.1" 200 1230 2021-10-07 02:20:48,360 INFO 142:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response code: 200 2021-10-07 02:20:48,360 DEBUG 146:onap_service.py(13) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response: {"request":{"requestId":"7995599d-2530-45c2-9cc0-850fc54e9119","startTime":"Thu, 07 Oct 2021 02:20:36 GMT","finishTime":"Thu, 07 Oct 2021 02:20:39 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:39 GMT"}}} 2021-10-07 02:20:48,369 DEBUG 129:onap_service.py(1) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8ce5d0ec-009c-4356-9d74-d5c071fbd6ca', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-10-07 02:20:48,369 DEBUG 131:onap_service.py(1) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 2021-10-07 02:20:48,369 DEBUG 132:onap_service.py(1) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] data sent: None 2021-10-07 02:20:48,371 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-10-07 02:20:48,517 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/7995599d-2530-45c2-9cc0-850fc54e9119 HTTP/1.1" 200 1230 2021-10-07 02:20:48,519 INFO 142:onap_service.py(1) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response code: 200 2021-10-07 02:20:48,520 DEBUG 146:onap_service.py(1) - [None][Check 7995599d-2530-45c2-9cc0-850fc54e9119 orchestration request status] response: {"request":{"requestId":"7995599d-2530-45c2-9cc0-850fc54e9119","startTime":"Thu, 07 Oct 2021 02:20:36 GMT","finishTime":"Thu, 07 Oct 2021 02:20:39 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelUuid":"c7a0d3bb-5d7a-4473-8af8-759e1917ce93","modelInvariantUuid":"ebd4f3fe-89a2-4255-9ed8-f8b184bb4bfe"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"3ee4dc3e-7a34-4505-98f0-9e876b2a0a17","serviceInstanceName":"basic_cnf-f04e0e8b-5059-4c15-8417-b792142cc972"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 07 Oct 2021 02:20:39 GMT"}}} 2021-10-07 02:20:48,520 INFO 261:service_ala_carte.py(1) - Service None deleted 2021-10-07 02:20:48,521 INFO 44:k8s_connectivity_info_create.py(1) - Clean the k8s connectivity information 2021-10-07 02:20:48,522 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:20:48,522 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-10-07 02:20:48,522 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-10-07 02:20:48,524 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:20:48,561 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 200 None 2021-10-07 02:20:48,563 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-10-07 02:20:48,563 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFVUVhkT2FrbDVUV3BSTVU1V2IxaEVWRTE0VFZSQmQwNUVTWGxOYWxFeFRsWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVFRWNkNuVlljVE5NVG10Sk5qazRXQ3Q2V0dsNVlXeHBiRmxMY1ZaMk9XeG1lSEZGVFhkTE9XWTNWSEpTTDFadlUxVkhXVWt5WVRCVGVYaHdjemswYzB4d1JHSUtaWEkzUzB4Q2NHcDFaelZLWjFObFlXTjFSVXRLUzFkR2FtazBPQ3RJYW1oM1pXdFBWREYxWXpCMGVrRm1iblJMUmtkUGJtdzJhWFZQVkUwMVlrZHFSZ3BVZFM5M1FYZFdXV1Z1YkVoQlRFa3lkalZxVmpZeFVFaEhNRXhhWkhWWUszTnVkMnhXVFhGNmNVRm9SV05YWTBGSFR6UlBTVU0yYjI1UlJtcHpOVWRFQ2xwVE16ZDNUQzlSVVhOWVZTODJhMVp4Vld0aVlWQjRSRmRPT1ZWSGQybzVXRWNyYmtGcVUzVmlhQ3R4U3pOSk5rWmFlRGt6WVRSQ1lsaDJZV3REWkZvS1VFMVpNelJoYm1oRWVWWnhZM1I2TTNsSVpXOVVjRU41YlU5bmVYZEZaWGx5YldRNU1sbzNNbkFyWlhKNFRGZHplbWNyV1hZMlpXSlBhRzFPUkdaNlNncFJRbEZFZFZFd1NrZFBTVXRSV1ZoUmVYZEZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWlFlSFZQV0Vrd1pVTk9SMlJ3TUVGamVHNU9lR1Z0Y21ScmFGTk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJOa0p1TVZkaGNrMUtlWE4xZFdZeFNIRlpSWEZOZEU5VU1EWlZkSFV3ZFZOMFpXRXlaSGhDUVdWaFZYZGpNMlpwWVFwc2JUTnRUVkF3Wm1WME1FTkNiVVYxU21weUwxRjVUa0pNTVVGWGVFZHhkMjlXVW10Qk1IbEhjazVzVUdoUGNYWjFVMlpOYjBSWU5uRklhakZyYUdaVkNrSkxWR1JLWm5oNU1HczVjbkJzVm5WSE9FaHRiemh1WWtNeVJtcEljbWRUYkdNeVEweENReTl3U0VweVJrTnROMXBVUVVKaVRrWTFWRnBKYmt4M1oxb0tTWFF6UzJoeGRXeFpiREJzWTFSaVowdFRSR0owTURoelZYZzBWV1pzTldWR09VZ3lPR1pHYXpjNFJUWk9OVkI0YkU5RlRGWklObk5FZFZwMFFpdGhNUXBQZDNSSFMwSjVla0pzY2xwNmNVcE1TRGxhTURaNU1taFJVRGRKUkRWbk1WUnpTM3BoVmxobGFGSXZPRk5NVGpodk5sRjZWSGhoWnpoV1lUTmxVVWw2Q21sRGNFZFVjbkV3YkhCc01VVnpZMFZvY3l0R1NYSndialptUTJ3d05XMVlRMWcyYXdvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC42OTo2NDQzCiAgbmFtZToga3ViZXJuZXRlcwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3Rlcjoga3ViZXJuZXRlcwogICAgdXNlcjoga3ViZXJuZXRlcy1hZG1pbgogIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpjdXJyZW50LWNvbnRleHQ6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW4KICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJGZWtORFFXWjFaMEYzU1VKQlowbEpSWGRJTnpkblRFTlRMelIzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRWUkZkMDFFV1hsTmFra3dUbFJXWVVaM01IbE5ha1YzVFVSWmVVMXFTVEJPVkd4aFRVUlJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNhM2RHZDFsRVZsRlJSRVY0UW5Ka1YwcHNZMjAxYkdSSFZucE1WMFpyQ21KWGJIVk5TVWxDU1dwQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSUlVaQlFVOURRVkU0UVUxSlNVSkRaMHREUVZGRlFYbFVhM0YwU0ROblRtbGxSa2xGVTJVS2VXY3dOa280ZFdWd1RuUmhVVnBqVVVSVk56QkpWR1JoU1c1YVNYcE9PV2h4SzFZMU1sWjNPVkY2VFV0TFYwSnphbWt2YldGWmNVTnNXbWx2YVRSWmNRb3lURGN6VDJjeE4ycFNZek5hWkhRd01VaGxaMFZRTDFkYVpGYzNRM1ZDVDJ0U1EySmlSMVJKYVZsaVVtRkdTakZhTnpneFRXcFBabkpMV0U1MGJVTkxDbGN3UzJWWWFIQkNPVVJZUlhwUlVFbFFVRWR4VmpaNGNtRkZSV3RaYjJ0Q09VMU1ObkZaZERoWFFsTlZXbHBRWkZsb1JVOVNhelp0UW01aGNEUjJXV3NLZEd0c1IzcEtTVkpTVDFkek9WaHJlVVJ4Y2pOVmFGcElaME5FYVVvMFNuSkRaVkZ6YWpKMVZIZEZSMWhrTTFWSWVVeDNTR1JGTTBoak9WaHVkMFJMZVFwclVYUXhhVUV4U0VjeVFWbDBWR2hUUTFsMWJucHdaMVF4UkZSSE1HdHVTbFZ5WkhGeWVrcEljM2hrZW5wYWFFUlFTbWhFYUZOQlJGSTNiRUUxVVZscENuZDJTVmN4ZDBsRVFWRkJRbTh3WjNkU2FrRlBRbWRPVmtoUk9FSkJaamhGUWtGTlEwSmhRWGRGZDFsRVZsSXdiRUpCZDNkRFoxbEpTM2RaUWtKUlZVZ0tRWGRKZDBoM1dVUldVakJxUWtKbmQwWnZRVlV2UnpRMVkycFNORWt3V2pKdVVVSjZSMk16UmpaaGRESlRSa2wzUkZGWlNrdHZXa2xvZG1OT1FWRkZUQXBDVVVGRVoyZEZRa0ZMTTNGRlJWSkVOVGtyZWxoNmRteDFTSEpNVEZOb1VVNHlVamd6VjBKeFMyTm5jR3B5Y1d0eWJEbFhZelIwYVRodmFFUmlTeXRNQ2pkeWJEbElaRU5UVlhkelpqSkZPRGxQYURWWFYyNUZWSEJPVEVKVGJGUXZPV3RxYURKdVIyTlVkMDV2TlV4SVpXYzVValpUTWxaVFZFSjNSMGhEZDBjS1ZITkVNak5KVkV0ME4wVnFSVmN3VUZCWGRtRnVWRkpLSzBKalNHNHdhblpHYjFSU2JtZHlTVFo0VmxOUFlYRkhUakJLVkcxck5FOUJWa05UTUZka1R3cEpUVFozUVhSRVVHWklRM1JXV0VRM2FqRlNUa2xKUjBSd04weDJhWEJJVXpGVFlXUmtVbk5OYkVwYVRFODNkaXN6UVhwc2NrVXhOR2RVVjFFeFZtVlVDalY1WnpaMVRtZzRaVU56Vm5ST1NFNXNkSGM0WTJjek1Ya3ljVXd2YVdseGFERlBaVnBtUmtNeVZYUnBTa2RIV0VaWmNtUXlUazlEY21WclVISlNabUlLUlZJNGNUVkdkVUpJUTFZemRtWXZjamRLVGxKTlNUQXJhR2RPWTI5MlRUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxGYjNkSlFrRkJTME5CVVVWQmVWUnJjWFJJTTJkT2FXVkdTVVZUWlhsbk1EWktPSFZsY0U1MFlWRmFZMUZFVlRjd1NWUmtZVWx1V2tsNlRqbG9DbkVyVmpVeVZuYzVVWHBOUzB0WFFuTnFhUzl0WVZseFEyeGFhVzlwTkZseE1rdzNNMDluTVRkcVVtTXpXbVIwTURGSVpXZEZVQzlYV21SWE4wTjFRazhLYTFKRFltSkhWRWxwV1dKU1lVWktNVm8zT0RGTmFrOW1ja3RZVG5SdFEwdFhNRXRsV0dod1FqbEVXRVY2VVZCSlVGQkhjVlkyZUhKaFJVVnJXVzlyUWdvNVRVdzJjVmwwT0ZkQ1UxVmFXbEJrV1doRlQxSnJObTFDYm1Gd05IWlphM1JyYkVkNlNrbFNVazlYY3psWWEzbEVjWEl6VldoYVNHZERSR2xLTkVweUNrTmxVWE5xTW5WVWQwVkhXR1F6VlVoNVRIZElaRVV6U0dNNVdHNTNSRXQ1YTFGME1XbEJNVWhITWtGWmRGUm9VME5aZFc1NmNHZFVNVVJVUnpCcmJrb0tWWEprY1hKNlNraHplR1I2ZWxwb1JGQkthRVJvVTBGRVVqZHNRVFZSV1dsM2RrbFhNWGRKUkVGUlFVSkJiMGxDUVVOVE56VjFkbXRRZEZsclEwMHlTQXBQVjFkNFdFaG9MMVkwY2trNFNWVm5lWEpHYWxKSVdEYzBUbmxDY3pORFZFcDNWakpqZGxGWVVIRm1Vak5ZTUVsUFZXdE1kbGxvZFROTUwzRnBibkJQQ2tZcmVGSnJSbWh6ZEdFeFowYzJSR2R0TUdSbFVIbzFZazVuZVVwS1FXZHpVWEYxUVRKS04wWkdNR0pxT0dJMlZuSjRSWFJsYzNsaVZpODNkMnhqYkVJS1ptOURRMlpPTmpRNVIyeGpiRE42Um5ZdmVFRk5aRk51YVZWUlUzSlhUV1J0Wm1OR1FVc3hPRGh1TTBOaFYyZDNXa1pFYW5SWFpDODJRVVpQWmtkaE5RcE1iMmxTWkU4dlJIaHZTbkJQTkZWbVIwb3JaVE5tY0ZrdlFsSnNMemN6Vm5CbWVubHZZMk55VERsVk0xbExTRzFwTVdGWFZFUTJkVlZGZUU5YVMzRllDa2dyVWpaYWRGSnVTWGRvV0VSUGFUWTBkemxXYjFGRFJFSXdiSEZyUzBRclkzZFBTRkY1ZUVKYVlUQnNhbGxvV0VsblpHMWhVRGxTWlRZMWJubzNia3NLVmk5dVpWVkJSVU5uV1VWQk5uVk5WMlZyYXpaa2NHOWxTek55VGs1UWNXRTVTakkzZVRWbVdYaFVVRloxVW1GbE4zaGFVVlIzVDBkVldsSTROMVI1UmdwSlpHNVVka1kzYmxaTWVrSktTREF5VEhWdk5HNUZlbEpXUWtodWJWWndla1p5WmxkSGNUa3dVWFphVjAxUEsxbGllR3hHUVZORE16VnNiMWgyTmpVckNuZHdjWFJsVDNSaVVGTjRhVXRVYkhGRVRreENjMXBaUWtoVVpXaElNbVkxU0RFMmFGYzFiMXBLSzFsUlpYVnBSekZPWmpocFRtTkRaMWxGUVRJd09Yb0tPV293Tm5wdWFIQlRlV2hUWW05TU9FVk1XRWxRY0dOUksyMU9hekJrTDFOUmRIRmhSMmhUZUU5NmQwUklURlpxV1ZCSlFtVnJTelJCZGpkdFpFOXlUZ3ByVEdRcldtcEtibmhhTnpKVk5FWkJWRE5MWWxweFJGa3ljM1J3T1VKUFNqTk9jVlpMTW5VNUszbDFNbFJsWkRsSk1UZDFPRFV3VG0xT2JWbDBiMDV3Q2tjM1oyc3dNSGxsYlVObFJIazJkRWhIYXk4eVEzRkdlbkZrVUVSQlVVcGlNVkU1WmtsblJVTm5XVUpNTVRSR1JtZFBiVkZ5UW1rM2RqQTBUa2xxU0hjS1pFSklWVWhxWVZCRWFuRm1TbU1yZUhOVmJrUkRXV1JSVW1oeVJWZDZjemxtSzBWbVVFdEhSRTlsVFM5VVprc3hNbFZxYjBwMVIyTlFTaTlGV1RORmRncDZOMGxvVFdFdlptZDZlVE5XYkZkdk5HTmlia2t4U21ReldUZ3phRVJrU0hwTWRtZG9SbGxWWmxsV1FXWkdjR2wzTlZwd1MyUTRORTlQVFdOcFpYcHNDbXhTSzFOMlZVbE5TVkIzU0ZFMVpIUnRSVkJvVW5kTFFtZElWelIxV1hWR1NrbHlkVTFpT0VwUWRUVmFWekJ5ZHl0VVRUTjZaMHBLTVdwWFpWTnVVbVVLWlZobWEyZGFjRVpTV0hCcmJEVnlWR0pTTW1WelRETlROMEYyTkdWcE0ycG5XRTFGVUZwWWEwWldLMUJ6ZFVONWNWWTBNbTE0UldaUVdtMXdNekJtZUFwQlZDdFZhbmc1UkZGS1IyazBRbHBpWjBSTEszSkRlbEJMVGpGWWRuUlZSbFJMWTNKeGNtOU5Ra0ZCVVhsYVRVUk9lRkpRZUVKR01sQlhaazlTTVUxbUNqbEVXVUpCYjBkQ1FVeDZXRTlXU1RCNFdVVTJXVWd2VlcxWFoydFdRekJsWWxoeE5GQkNUalpLYWtrcmFsTnBUakExU25kNU5UZHNNM1ZVTUVkRlpsSUtWbkJHWjIxSGVsZGljbmQ1TnpsSlRUVkZaVGREY2xCTVFpdHZkR1pMTnpnd09FcFVRVVpKSzB0TmFEZ3hTMHMyWmtoUVNreGpWVUp6TlRZMldWZDJUUXAyYmpjd1RsTjFSbVZsVjJSMVFsQmxhRkZ4UjA5cWMwcE9ZbXhEZVdkMFdVTllVMDlPU25kM1dFbFRObVUxYkZkTlpHUm9DaTB0TFMwdFJVNUVJRkpUUVNCUVVrbFdRVlJGSUV0RldTMHRMUzB0Q2c9PQo=","other-connectivity-list":{"connectivity-records":[]}} 2021-10-07 02:20:48,566 DEBUG 129:onap_service.py(1) - [None][Delete Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-10-07 02:20:48,566 DEBUG 131:onap_service.py(1) - [None][Delete Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-10-07 02:20:48,567 DEBUG 132:onap_service.py(1) - [None][Delete Connectivity Info] data sent: None 2021-10-07 02:20:48,569 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-10-07 02:20:48,596 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 204 0 2021-10-07 02:20:48,597 INFO 142:onap_service.py(1) - [None][Delete Connectivity Info] response code: 204 2021-10-07 02:20:48,597 DEBUG 146:onap_service.py(1) - [None][Delete Connectivity Info] response: n/a 2021-10-07 02:20:48,599 INFO 176:run_tests.py(1) - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | basic_cnf | integration | 06:55 | PASS | +-------------------+---------------------+------------------+----------------+ 2021-10-07 02:20:48,602 INFO 57:basic_cnf.py(1) - Generate Test report 2021-10-07 02:20:48,692 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080 2021-10-07 02:20:49,184 DEBUG 433:connectionpool.py(1) - http://87.254.212.120:8080 "POST http://testresults.opnfv.org/onap/api/v1/results HTTP/1.1" 200 73 2021-10-07 02:20:49,185 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/615e59816c44f5000f9e16ba 2021-10-07 02:20:49,185 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK