2021-09-09 02:03:57,156 DEBUG 23:basic_cnf.py(1) - BasicCnf init started 2021-09-09 02:03:57,157 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-09-09 02:03:57,162 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_network', value='onaptests.scenario.basic_network:BasicNetwork', group='xtesting.testcase') 2021-09-09 02:03:57,162 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase') 2021-09-09 02:03:57,162 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2021-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2021-09-09 02:03:57,163 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-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2021-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2021-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2021-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2021-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2021-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2021-09-09 02:03:57,163 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2021-09-09 02:03:57,164 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2021-09-09 02:03:57,164 INFO 169:run_tests.py(1) - Running test case 'basic_cnf'... 2021-09-09 02:03:57,164 DEBUG 33:basic_cnf.py(1) - start time 2021-09-09 02:03:57,164 INFO 116:k8s_profile_create.py(1) - Create the k8s profile if it doesn't exist 2021-09-09 02:03:57,164 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-09-09 02:03:57,164 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-09-09 02:03:57,165 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-09-09 02:03:57,165 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-09-09 02:03:57,165 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-09-09 02:03:57,167 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:57,337 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-09-09 02:03:57,339 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-09-09 02:03:57,339 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"3bc3297c7f7449ba92449d9ac4541da1","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"4c2a600786ee49ec9bda34d9c369645f","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"83d233d1b9e84253b5d8bcafe1d3d492","type":"vlm","name":"2c4eb143-7870-4b16-8e6b","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"0ad04f67df1a4497a05c914d6fad3fc4","type":"vlm","name":"4c6a7344-ec1e-45c8-a522","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-09-09 02:03:57,342 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-09-09 02:03:57,343 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-09-09 02:03:57,343 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-09-09 02:03:57,343 INFO 267:__init__.py(1) - attempting to create Vendor basicnf_vendor in SDC 2021-09-09 02:03:57,343 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-09-09 02:03:57,344 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-09-09 02:03:57,344 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-09-09 02:03:57,344 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-09-09 02:03:57,345 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-09-09 02:03:57,347 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:57,414 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-09-09 02:03:57,416 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-09-09 02:03:57,416 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"3bc3297c7f7449ba92449d9ac4541da1","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"4c2a600786ee49ec9bda34d9c369645f","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"83d233d1b9e84253b5d8bcafe1d3d492","type":"vlm","name":"2c4eb143-7870-4b16-8e6b","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"0ad04f67df1a4497a05c914d6fad3fc4","type":"vlm","name":"4c6a7344-ec1e-45c8-a522","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-09-09 02:03:57,419 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-09-09 02:03:57,419 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-09-09 02:03:57,419 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-09-09 02:03:57,445 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-09-09 02:03:57,445 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-09-09 02:03:57,445 DEBUG 132:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basicnf_vendor", "description": "vendor" } 2021-09-09 02:03:57,447 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:57,939 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-09-09 02:03:57,941 INFO 142:onap_service.py(1) - [SDC][create Vendor] response code: 200 2021-09-09 02:03:57,941 DEBUG 146:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"c1e82e3809c848a9a4a7112c56a81bb5","version":{"id":"216aa937f06a4a0ab9794a10cbb29857","name":"1.0","description":"Initial version","status":"Draft"}} 2021-09-09 02:03:57,944 INFO 285:__init__.py(1) - Vendor basicnf_vendor is created in SDC 2021-09-09 02:03:57,945 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicnf_vendor in SDC 2021-09-09 02:03:57,951 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-09-09 02:03:57,951 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/c1e82e3809c848a9a4a7112c56a81bb5/versions/216aa937f06a4a0ab9794a10cbb29857/actions 2021-09-09 02:03:57,951 DEBUG 132:onap_service.py(1) - [SDC][Submit Vendor] data sent: { "action": "Submit" } 2021-09-09 02:03:57,954 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,160 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/c1e82e3809c848a9a4a7112c56a81bb5/versions/216aa937f06a4a0ab9794a10cbb29857/actions HTTP/1.1" 200 2 2021-09-09 02:03:58,161 INFO 142:onap_service.py(1) - [SDC][Submit Vendor] response code: 200 2021-09-09 02:03:58,162 DEBUG 146:onap_service.py(1) - [SDC][Submit Vendor] response: {} 2021-09-09 02:03:58,166 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-09-09 02:03:58,174 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-09-09 02:03:58,175 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-09-09 02:03:58,176 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-09-09 02:03:58,176 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-09-09 02:03:58,176 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-09-09 02:03:58,178 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,238 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-09-09 02:03:58,239 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-09-09 02:03:58,240 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_NsInjD_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"3bc3297c7f7449ba92449d9ac4541da1","onboardingMethod":"NetworkPackage","id":"a72000609b9c4385a409bdf81f5770d7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"4c2a600786ee49ec9bda34d9c369645f","onboardingMethod":"NetworkPackage","id":"4833ca57ad1747f69e21cd174dd28f86","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 986e025d-317e","description":"vendor software product","vendorName":"2c4eb143-7870-4b16-8e6b","vendorId":"83d233d1b9e84253b5d8bcafe1d3d492","onboardingMethod":"NetworkPackage","id":"31f99c55790f4f259c8241b6f0207e60","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1b1774ac-b1c5","description":"vendor software product","vendorName":"4c6a7344-ec1e-45c8-a522","vendorId":"0ad04f67df1a4497a05c914d6fad3fc4","onboardingMethod":"NetworkPackage","id":"4339d97cb8ac4b0db70fe6c4fc0d5855","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-09-09 02:03:58,243 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_NsInjD_VSP from SDC 2021-09-09 02:03:58,243 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-09-09 02:03:58,244 DEBUG 324:vsp.py(1) - importing VSP pNF 986e025d-317e from SDC 2021-09-09 02:03:58,244 DEBUG 324:vsp.py(1) - importing VSP vFW 1b1774ac-b1c5 from SDC 2021-09-09 02:03:58,244 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-09-09 02:03:58,245 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-09-09 02:03:58,245 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-09-09 02:03:58,245 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-09-09 02:03:58,246 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-09-09 02:03:58,246 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-09-09 02:03:58,247 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-09-09 02:03:58,247 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-09-09 02:03:58,249 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,311 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-09-09 02:03:58,313 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-09-09 02:03:58,313 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_NsInjD_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"3bc3297c7f7449ba92449d9ac4541da1","onboardingMethod":"NetworkPackage","id":"a72000609b9c4385a409bdf81f5770d7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"4c2a600786ee49ec9bda34d9c369645f","onboardingMethod":"NetworkPackage","id":"4833ca57ad1747f69e21cd174dd28f86","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 986e025d-317e","description":"vendor software product","vendorName":"2c4eb143-7870-4b16-8e6b","vendorId":"83d233d1b9e84253b5d8bcafe1d3d492","onboardingMethod":"NetworkPackage","id":"31f99c55790f4f259c8241b6f0207e60","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1b1774ac-b1c5","description":"vendor software product","vendorName":"4c6a7344-ec1e-45c8-a522","vendorId":"0ad04f67df1a4497a05c914d6fad3fc4","onboardingMethod":"NetworkPackage","id":"4339d97cb8ac4b0db70fe6c4fc0d5855","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-09-09 02:03:58,316 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_NsInjD_VSP from SDC 2021-09-09 02:03:58,317 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-09-09 02:03:58,317 DEBUG 324:vsp.py(1) - importing VSP pNF 986e025d-317e from SDC 2021-09-09 02:03:58,317 DEBUG 324:vsp.py(1) - importing VSP vFW 1b1774ac-b1c5 from SDC 2021-09-09 02:03:58,318 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-09-09 02:03:58,318 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-09-09 02:03:58,318 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-09-09 02:03:58,319 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-09-09 02:03:58,319 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-09-09 02:03:58,320 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-09-09 02:03:58,320 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-09-09 02:03:58,320 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-09-09 02:03:58,323 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,429 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-09-09 02:03:58,430 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-09-09 02:03:58,431 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_NsInjD_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"3bc3297c7f7449ba92449d9ac4541da1","onboardingMethod":"NetworkPackage","id":"a72000609b9c4385a409bdf81f5770d7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"4c2a600786ee49ec9bda34d9c369645f","onboardingMethod":"NetworkPackage","id":"4833ca57ad1747f69e21cd174dd28f86","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 986e025d-317e","description":"vendor software product","vendorName":"2c4eb143-7870-4b16-8e6b","vendorId":"83d233d1b9e84253b5d8bcafe1d3d492","onboardingMethod":"NetworkPackage","id":"31f99c55790f4f259c8241b6f0207e60","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1b1774ac-b1c5","description":"vendor software product","vendorName":"4c6a7344-ec1e-45c8-a522","vendorId":"0ad04f67df1a4497a05c914d6fad3fc4","onboardingMethod":"NetworkPackage","id":"4339d97cb8ac4b0db70fe6c4fc0d5855","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-09-09 02:03:58,433 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_NsInjD_VSP from SDC 2021-09-09 02:03:58,434 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-09-09 02:03:58,434 DEBUG 324:vsp.py(1) - importing VSP pNF 986e025d-317e from SDC 2021-09-09 02:03:58,434 DEBUG 324:vsp.py(1) - importing VSP vFW 1b1774ac-b1c5 from SDC 2021-09-09 02:03:58,435 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-09-09 02:03:58,435 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-09-09 02:03:58,435 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-09-09 02:03:58,435 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-09-09 02:03:58,436 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-09-09 02:03:58,436 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-09-09 02:03:58,436 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-09-09 02:03:58,436 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-09-09 02:03:58,438 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,490 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-09-09 02:03:58,491 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-09-09 02:03:58,491 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_NsInjD_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"3bc3297c7f7449ba92449d9ac4541da1","onboardingMethod":"NetworkPackage","id":"a72000609b9c4385a409bdf81f5770d7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"4c2a600786ee49ec9bda34d9c369645f","onboardingMethod":"NetworkPackage","id":"4833ca57ad1747f69e21cd174dd28f86","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 986e025d-317e","description":"vendor software product","vendorName":"2c4eb143-7870-4b16-8e6b","vendorId":"83d233d1b9e84253b5d8bcafe1d3d492","onboardingMethod":"NetworkPackage","id":"31f99c55790f4f259c8241b6f0207e60","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1b1774ac-b1c5","description":"vendor software product","vendorName":"4c6a7344-ec1e-45c8-a522","vendorId":"0ad04f67df1a4497a05c914d6fad3fc4","onboardingMethod":"NetworkPackage","id":"4339d97cb8ac4b0db70fe6c4fc0d5855","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-09-09 02:03:58,493 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_NsInjD_VSP from SDC 2021-09-09 02:03:58,493 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-09-09 02:03:58,494 DEBUG 324:vsp.py(1) - importing VSP pNF 986e025d-317e from SDC 2021-09-09 02:03:58,494 DEBUG 324:vsp.py(1) - importing VSP vFW 1b1774ac-b1c5 from SDC 2021-09-09 02:03:58,494 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-09-09 02:03:58,494 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-09-09 02:03:58,494 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-09-09 02:03:58,494 INFO 267:__init__.py(1) - attempting to create Vsp basic_cnf_VSP in SDC 2021-09-09 02:03:58,495 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-09-09 02:03:58,495 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-09-09 02:03:58,495 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-09-09 02:03:58,495 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-09-09 02:03:58,495 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-09-09 02:03:58,497 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,549 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-09-09 02:03:58,550 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-09-09 02:03:58,550 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_NsInjD_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"3bc3297c7f7449ba92449d9ac4541da1","onboardingMethod":"NetworkPackage","id":"a72000609b9c4385a409bdf81f5770d7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"4c2a600786ee49ec9bda34d9c369645f","onboardingMethod":"NetworkPackage","id":"4833ca57ad1747f69e21cd174dd28f86","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 986e025d-317e","description":"vendor software product","vendorName":"2c4eb143-7870-4b16-8e6b","vendorId":"83d233d1b9e84253b5d8bcafe1d3d492","onboardingMethod":"NetworkPackage","id":"31f99c55790f4f259c8241b6f0207e60","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1b1774ac-b1c5","description":"vendor software product","vendorName":"4c6a7344-ec1e-45c8-a522","vendorId":"0ad04f67df1a4497a05c914d6fad3fc4","onboardingMethod":"NetworkPackage","id":"4339d97cb8ac4b0db70fe6c4fc0d5855","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-09-09 02:03:58,553 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_NsInjD_VSP from SDC 2021-09-09 02:03:58,553 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-09-09 02:03:58,553 DEBUG 324:vsp.py(1) - importing VSP pNF 986e025d-317e from SDC 2021-09-09 02:03:58,553 DEBUG 324:vsp.py(1) - importing VSP vFW 1b1774ac-b1c5 from SDC 2021-09-09 02:03:58,553 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-09-09 02:03:58,554 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-09-09 02:03:58,554 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-09-09 02:03:58,558 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-09-09 02:03:58,558 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-09-09 02:03:58,559 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-09-09 02:03:58,559 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-09-09 02:03:58,559 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-09-09 02:03:58,561 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,617 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-09-09 02:03:58,618 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-09-09 02:03:58,618 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"c1e82e3809c848a9a4a7112c56a81bb5","type":"vlm","name":"basicnf_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"3bc3297c7f7449ba92449d9ac4541da1","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"4c2a600786ee49ec9bda34d9c369645f","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"83d233d1b9e84253b5d8bcafe1d3d492","type":"vlm","name":"2c4eb143-7870-4b16-8e6b","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"0ad04f67df1a4497a05c914d6fad3fc4","type":"vlm","name":"4c6a7344-ec1e-45c8-a522","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":5} 2021-09-09 02:03:58,621 DEBUG 147:__init__.py(1) - number of Vendor returned: 5 2021-09-09 02:03:58,621 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-09-09 02:03:58,621 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-09-09 02:03:58,622 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/c1e82e3809c848a9a4a7112c56a81bb5/versions 2021-09-09 02:03:58,622 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:03:58,624 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,702 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/c1e82e3809c848a9a4a7112c56a81bb5/versions HTTP/1.1" 200 264 2021-09-09 02:03:58,703 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:03:58,703 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"216aa937f06a4a0ab9794a10cbb29857","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1631153037529,"modificationTime":1631153038077,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-09-09 02:03:58,706 DEBUG 46:sdc_element.py(1) - details found, updating 2021-09-09 02:03:58,706 INFO 192:__init__.py(1) - Vendor found, updating information 2021-09-09 02:03:58,706 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-09-09 02:03:58,707 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/c1e82e3809c848a9a4a7112c56a81bb5/versions 2021-09-09 02:03:58,707 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:03:58,708 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:03:58,756 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/c1e82e3809c848a9a4a7112c56a81bb5/versions HTTP/1.1" 200 264 2021-09-09 02:03:58,758 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:03:58,758 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"216aa937f06a4a0ab9794a10cbb29857","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1631153037529,"modificationTime":1631153038077,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-09-09 02:03:58,760 DEBUG 46:sdc_element.py(1) - details found, updating 2021-09-09 02:03:58,760 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-09-09 02:03:58,761 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-09-09 02:03:58,761 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": "c1e82e3809c848a9a4a7112c56a81bb5", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2021-09-09 02:03:58,763 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:00,232 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-09-09 02:04:00,236 INFO 142:onap_service.py(1) - [SDC][create Vsp] response code: 200 2021-09-09 02:04:00,237 DEBUG 146:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"500e9ed8b5ab4262929752f33b1c0d5d","version":{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft"}} 2021-09-09 02:04:00,242 INFO 285:__init__.py(1) - Vsp basic_cnf_VSP is created in SDC 2021-09-09 02:04:00,243 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-09-09 02:04:00,243 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:00,244 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:00,247 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:00,313 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:00,315 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:00,315 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153039476,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:00,319 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-09-09 02:04:00,319 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:00,319 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:00,322 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:00,467 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 223 2021-09-09 02:04:00,469 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:00,470 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1631153038825,"modificationTime":1631153039458} 2021-09-09 02:04:00,474 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-09-09 02:04:00,474 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:00,474 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:00,477 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:00,868 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 369 2021-09-09 02:04:00,870 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:00,870 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4"} 2021-09-09 02:04:00,874 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-09-09 02:04:00,874 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:00,874 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:00,877 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:01,283 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 369 2021-09-09 02:04:01,284 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:01,285 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4"} 2021-09-09 02:04:01,288 INFO 241:vsp.py(1) - attempting to upload package for basic_cnf_VSP in SDC 2021-09-09 02:04:01,288 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-09-09 02:04:01,289 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:01,289 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:01,291 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:01,374 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:01,376 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:01,376 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153039476,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:01,380 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-09-09 02:04:01,380 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:01,380 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:01,383 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:01,490 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 223 2021-09-09 02:04:01,491 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:01,492 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1631153038825,"modificationTime":1631153039458} 2021-09-09 02:04:01,495 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-09-09 02:04:01,495 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:01,495 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:01,498 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:01,968 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 369 2021-09-09 02:04:01,970 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:01,970 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4"} 2021-09-09 02:04:01,974 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-09-09 02:04:01,974 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:01,974 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:01,977 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:02,583 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 369 2021-09-09 02:04:02,584 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:02,585 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4"} 2021-09-09 02:04:02,588 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-09-09 02:04:02,588 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/orchestration-template-candidate 2021-09-09 02:04:02,588 DEBUG 132:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None 2021-09-09 02:04:02,593 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:02,967 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/orchestration-template-candidate HTTP/1.1" 200 90 2021-09-09 02:04:02,969 INFO 142:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200 2021-09-09 02:04:02,969 DEBUG 146:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-09-09 02:04:02,970 INFO 194:vsp.py(1) - Files for Vsp basic_cnf_VSP have been uploaded 2021-09-09 02:04:02,973 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-09-09 02:04:02,974 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:02,974 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:02,976 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:03,074 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:03,076 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:03,076 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153039476,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:03,079 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-09-09 02:04:03,079 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:03,080 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:03,082 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:03,367 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 222 2021-09-09 02:04:03,369 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:03,369 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1631153038825,"modificationTime":1631153042910} 2021-09-09 02:04:03,373 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-09-09 02:04:03,373 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:03,374 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:03,376 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:03,675 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 436 2021-09-09 02:04:03,676 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:03,677 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-09-09 02:04:03,680 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-09-09 02:04:03,680 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:03,681 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:03,683 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:03,974 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 436 2021-09-09 02:04:03,975 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:03,976 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-09-09 02:04:03,979 INFO 241:vsp.py(1) - attempting to validate for basic_cnf_VSP in SDC 2021-09-09 02:04:03,979 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-09-09 02:04:03,979 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:03,980 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:03,982 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:04,076 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:04,077 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:04,078 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153039476,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:04,081 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-09-09 02:04:04,082 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:04,082 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:04,085 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:04,268 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 222 2021-09-09 02:04:04,270 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:04,270 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1631153038825,"modificationTime":1631153042910} 2021-09-09 02:04:04,274 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-09-09 02:04:04,274 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:04,274 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:04,277 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:04,514 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 436 2021-09-09 02:04:04,516 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:04,517 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-09-09 02:04:04,520 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-09-09 02:04:04,520 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:04,521 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:04,523 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:04,798 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 436 2021-09-09 02:04:04,800 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:04,800 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-09-09 02:04:04,803 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-09-09 02:04:04,804 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/orchestration-template-candidate/process 2021-09-09 02:04:04,804 DEBUG 132:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2021-09-09 02:04:04,807 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:08,335 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/orchestration-template-candidate/process HTTP/1.1" 200 231 2021-09-09 02:04:08,338 INFO 142:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200 2021-09-09 02:04:08,338 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-09-09 02:04:08,342 INFO 209:vsp.py(1) - Artifacts for Vsp basic_cnf_VSP have been validated 2021-09-09 02:04:08,343 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-09-09 02:04:08,343 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:08,343 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:08,345 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:08,407 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:08,408 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:08,409 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153039476,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:08,411 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-09-09 02:04:08,411 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:08,412 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:08,413 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:08,508 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 222 2021-09-09 02:04:08,510 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:08,510 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1631153038825,"modificationTime":1631153048324} 2021-09-09 02:04:08,513 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-09-09 02:04:08,513 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:08,514 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:08,516 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:08,694 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 804 2021-09-09 02:04:08,696 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:08,696 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","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-09-09 02:04:08,699 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-09-09 02:04:08,699 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:08,700 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:08,702 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:08,863 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 804 2021-09-09 02:04:08,865 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:08,865 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","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-09-09 02:04:08,868 INFO 241:vsp.py(1) - attempting to commit for basic_cnf_VSP in SDC 2021-09-09 02:04:08,869 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-09-09 02:04:08,869 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:08,869 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:08,872 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:08,936 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:08,938 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:08,938 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153039476,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:08,941 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-09-09 02:04:08,942 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:08,942 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:08,945 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:09,042 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 222 2021-09-09 02:04:09,044 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:09,044 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1631153038825,"modificationTime":1631153048324} 2021-09-09 02:04:09,048 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-09-09 02:04:09,049 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:09,049 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:09,052 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:09,225 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 804 2021-09-09 02:04:09,227 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:09,228 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","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-09-09 02:04:09,232 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-09-09 02:04:09,233 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:09,233 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:09,236 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:09,408 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 804 2021-09-09 02:04:09,410 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:09,410 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","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-09-09 02:04:09,423 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-09-09 02:04:09,424 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions 2021-09-09 02:04:09,424 DEBUG 132:onap_service.py(1) - [SDC][Commit Vsp] data sent: { "commitRequest":{"message":"ok"}, "action": "Commit" } 2021-09-09 02:04:09,426 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:11,605 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions HTTP/1.1" 200 2 2021-09-09 02:04:11,607 INFO 142:onap_service.py(1) - [SDC][Commit Vsp] response code: 200 2021-09-09 02:04:11,608 DEBUG 146:onap_service.py(1) - [SDC][Commit Vsp] response: {} 2021-09-09 02:04:11,612 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-09-09 02:04:11,612 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:11,612 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:11,615 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:11,678 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:11,679 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:11,679 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153049486,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:11,681 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-09-09 02:04:11,682 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:11,682 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:11,684 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:11,771 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 223 2021-09-09 02:04:11,773 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:11,774 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1631153038825,"modificationTime":1631153048324} 2021-09-09 02:04:11,777 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-09-09 02:04:11,778 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:11,778 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:11,781 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:11,953 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 804 2021-09-09 02:04:11,955 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:11,956 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","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-09-09 02:04:11,959 INFO 241:vsp.py(1) - attempting to certify/sumbit for basic_cnf_VSP in SDC 2021-09-09 02:04:11,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-09-09 02:04:11,960 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:11,960 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:11,962 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:12,039 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 253 2021-09-09 02:04:12,040 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:12,041 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1631153038825,"modificationTime":1631153049486,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-09-09 02:04:12,044 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-09-09 02:04:12,044 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:12,044 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-09-09 02:04:12,047 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:12,142 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 223 2021-09-09 02:04:12,143 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-09-09 02:04:12,144 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1631153038825,"modificationTime":1631153048324} 2021-09-09 02:04:12,147 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-09-09 02:04:12,147 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:12,147 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:12,149 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:12,320 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 804 2021-09-09 02:04:12,322 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:12,323 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","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-09-09 02:04:12,332 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-09-09 02:04:12,333 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions 2021-09-09 02:04:12,333 DEBUG 132:onap_service.py(1) - [SDC][Submit Vsp] data sent: { "action": "Submit" } 2021-09-09 02:04:12,336 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:19,623 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions HTTP/1.1" 200 2 2021-09-09 02:04:19,626 INFO 142:onap_service.py(1) - [SDC][Submit Vsp] response code: 200 2021-09-09 02:04:19,627 DEBUG 146:onap_service.py(1) - [SDC][Submit Vsp] response: {} 2021-09-09 02:04:19,631 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-09-09 02:04:19,631 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:19,631 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:19,634 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:19,695 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 264 2021-09-09 02:04:19,697 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:19,697 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1631153038825,"modificationTime":1631153056726,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-09-09 02:04:19,700 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-09-09 02:04:19,700 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-09-09 02:04:19,700 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:19,701 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:19,702 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:19,782 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 264 2021-09-09 02:04:19,784 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:19,784 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1631153038825,"modificationTime":1631153056726,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-09-09 02:04:19,793 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-09-09 02:04:19,793 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions 2021-09-09 02:04:19,794 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-09-09 02:04:19,796 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:20,678 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions HTTP/1.1" 200 317 2021-09-09 02:04:20,679 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-09-09 02:04:20,680 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"500e9ed8b5ab4262929752f33b1c0d5d","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-09-09 02:04:20,680 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"500e9ed8b5ab4262929752f33b1c0d5d","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-09-09 02:04:20,684 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-09-09 02:04:20,684 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-09-09 02:04:20,685 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-09-09 02:04:20,685 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-09-09 02:04:20,685 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-09-09 02:04:20,687 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:04:20,801 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-09-09 02:04:20,802 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-09-09 02:04:20,802 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ddef4a2f-606b-4502-895a-a2ea49c60be4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8452464e-4a81-44d3-aee2-289a1dc179cd/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-09-09 02:04:20,804 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:04:20,804 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:20,805 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:20,805 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:20,805 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:04:20,805 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:20,805 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:20,805 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:20,805 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-09-09 02:04:20,806 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:04:20,806 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-09-09 02:04:30,817 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-09-09 02:04:30,817 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-09-09 02:04:30,818 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-09-09 02:04:30,819 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-09-09 02:04:30,819 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-09-09 02:04:30,822 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:04:30,922 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-09-09 02:04:30,924 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-09-09 02:04:30,925 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ddef4a2f-606b-4502-895a-a2ea49c60be4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8452464e-4a81-44d3-aee2-289a1dc179cd/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-09-09 02:04:30,927 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:04:30,928 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:30,928 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:30,928 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:30,928 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:04:30,928 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:30,929 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:30,929 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:30,929 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-09-09 02:04:30,929 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:04:30,929 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-09-09 02:04:30,929 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-09-09 02:04:30,930 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-09-09 02:04:30,930 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-09-09 02:04:30,930 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-09-09 02:04:30,930 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-09-09 02:04:30,932 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:04:31,025 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-09-09 02:04:31,026 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-09-09 02:04:31,027 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ddef4a2f-606b-4502-895a-a2ea49c60be4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8452464e-4a81-44d3-aee2-289a1dc179cd/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-09-09 02:04:31,029 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:04:31,029 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:31,029 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:31,029 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:31,029 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:04:31,030 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:31,030 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:31,030 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:31,030 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-09-09 02:04:31,030 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:04:31,030 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-09-09 02:04:31,031 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC 2021-09-09 02:04:31,031 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC 2021-09-09 02:04:31,031 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-09-09 02:04:31,031 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-09-09 02:04:31,032 DEBUG 132:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2021-09-09 02:04:31,033 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:31,292 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-09-09 02:04:31,295 INFO 142:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200 2021-09-09 02:04:31,296 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":"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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":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,"type":null,"version":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","type":null,"version":null,"ownerId":null,"empty":false}],"subcategories":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.0"} 2021-09-09 02:04:31,301 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9 2021-09-09 02:04:31,302 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic 2021-09-09 02:04:31,302 INFO 192:__init__.py(1) - ResourceCategory found, updating information 2021-09-09 02:04:31,302 INFO 267:__init__.py(1) - attempting to create Vf basic_cnf in SDC 2021-09-09 02:04:31,302 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-09-09 02:04:31,303 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-09-09 02:04:31,303 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-09-09 02:04:31,303 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-09-09 02:04:31,304 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-09-09 02:04:31,306 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:04:31,416 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-09-09 02:04:31,418 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-09-09 02:04:31,419 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ddef4a2f-606b-4502-895a-a2ea49c60be4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8452464e-4a81-44d3-aee2-289a1dc179cd/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-09-09 02:04:31,422 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:04:31,423 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:31,424 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:31,424 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:31,425 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:04:31,425 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:31,426 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:31,426 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:31,427 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-09-09 02:04:31,427 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:04:31,428 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-09-09 02:04:31,454 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-09-09 02:04:31,455 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-09-09 02:04:31,455 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-09-09 02:04:31,455 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-09-09 02:04:31,456 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-09-09 02:04:31,458 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:31,524 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-09-09 02:04:31,526 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-09-09 02:04:31,526 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_cnf_VSP","description":"vendor software product","vendorName":"basicnf_vendor","vendorId":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_NsInjD_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"3bc3297c7f7449ba92449d9ac4541da1","onboardingMethod":"NetworkPackage","id":"a72000609b9c4385a409bdf81f5770d7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"4c2a600786ee49ec9bda34d9c369645f","onboardingMethod":"NetworkPackage","id":"4833ca57ad1747f69e21cd174dd28f86","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 986e025d-317e","description":"vendor software product","vendorName":"2c4eb143-7870-4b16-8e6b","vendorId":"83d233d1b9e84253b5d8bcafe1d3d492","onboardingMethod":"NetworkPackage","id":"31f99c55790f4f259c8241b6f0207e60","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1b1774ac-b1c5","description":"vendor software product","vendorName":"4c6a7344-ec1e-45c8-a522","vendorId":"0ad04f67df1a4497a05c914d6fad3fc4","onboardingMethod":"NetworkPackage","id":"4339d97cb8ac4b0db70fe6c4fc0d5855","owner":"cs0008","status":"ACTIVE"}],"listCount":5} 2021-09-09 02:04:31,530 DEBUG 324:vsp.py(1) - importing VSP basic_cnf_VSP from SDC 2021-09-09 02:04:31,530 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_NsInjD_VSP from SDC 2021-09-09 02:04:31,530 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-09-09 02:04:31,531 DEBUG 324:vsp.py(1) - importing VSP pNF 986e025d-317e from SDC 2021-09-09 02:04:31,531 DEBUG 324:vsp.py(1) - importing VSP vFW 1b1774ac-b1c5 from SDC 2021-09-09 02:04:31,532 DEBUG 147:__init__.py(1) - number of Vsp returned: 5 2021-09-09 02:04:31,532 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-09-09 02:04:31,533 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-09-09 02:04:31,533 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:31,533 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:31,536 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:31,601 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 264 2021-09-09 02:04:31,603 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:31,604 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1631153038825,"modificationTime":1631153056726,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-09-09 02:04:31,607 DEBUG 46:sdc_element.py(1) - details found, updating 2021-09-09 02:04:31,608 INFO 192:__init__.py(1) - Vsp found, updating information 2021-09-09 02:04:31,608 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-09-09 02:04:31,609 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-09-09 02:04:31,609 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:31,610 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:31,612 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:31,680 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 264 2021-09-09 02:04:31,682 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:31,682 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1631153038825,"modificationTime":1631153056726,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-09-09 02:04:31,685 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-09-09 02:04:31,686 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/500e9ed8b5ab4262929752f33b1c0d5d/versions 2021-09-09 02:04:31,686 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-09-09 02:04:31,688 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:31,752 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/500e9ed8b5ab4262929752f33b1c0d5d/versions HTTP/1.1" 200 264 2021-09-09 02:04:31,753 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-09-09 02:04:31,753 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"f391ffbb42e3447cbed0f386e016f0a4","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1631153038825,"modificationTime":1631153056726,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-09-09 02:04:31,756 DEBUG 46:sdc_element.py(1) - details found, updating 2021-09-09 02:04:31,762 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-09-09 02:04:31,762 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions 2021-09-09 02:04:31,762 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-09-09 02:04:31,764 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:32,683 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4/actions HTTP/1.1" 200 317 2021-09-09 02:04:32,684 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-09-09 02:04:32,685 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"500e9ed8b5ab4262929752f33b1c0d5d","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-09-09 02:04:32,685 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"500e9ed8b5ab4262929752f33b1c0d5d","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-09-09 02:04:32,689 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-09-09 02:04:32,689 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/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 2021-09-09 02:04:32,689 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-09-09 02:04:32,693 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:32,865 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/500e9ed8b5ab4262929752f33b1c0d5d/versions/f391ffbb42e3447cbed0f386e016f0a4 HTTP/1.1" 200 804 2021-09-09 02:04:32,867 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-09-09 02:04:32,867 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":"c1e82e3809c848a9a4a7112c56a81bb5","onboardingMethod":"NetworkPackage","id":"500e9ed8b5ab4262929752f33b1c0d5d","version":"f391ffbb42e3447cbed0f386e016f0a4","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-09-09 02:04:32,871 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-09-09 02:04:32,871 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-09-09 02:04:32,871 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": "500e9ed8b5ab4262929752f33b1c0d5d", "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-09-09 02:04:32,874 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:36,360 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-09-09 02:04:36,369 INFO 142:onap_service.py(1) - [SDC][create Vf] response code: 201 2021-09-09 02:04:36,377 DEBUG 146:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1631153074831,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"28659b38-62f7-47fa-b6e5-1d46dc73859d","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1631153074832,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074831,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"timeout":0,"creationDate":1631153074915,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"96c34073-3431-4b24-bab1-3bb94a64e3de","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1631153074916,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074915,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1631153074831,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"28659b38-62f7-47fa-b6e5-1d46dc73859d","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1631153074832,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074831,"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":1631153074847,"description":"created from csar","artifactType":"HEAT","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"cbf99e44-d7ba-4c6a-8ecf-46f04e756c5c","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","duplicated":false,"payloadUpdateDate":1631153074852,"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":1631153074847,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153074859,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1631153074859,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074859,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153073799,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":1631153073799,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153073799,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":1631153073799,"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,"type":"tosca.capabilities.Node","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"feature","uniqueId":"capability.c57e65c0-2f32-4abf-9208-12adbcb2779d.feature","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.Scalable","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"scalable","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.scalable","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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,"type":"tosca.capabilities.network.Bindable","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"binding","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.binding","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.Container","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"host","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.host","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.ephemeral.size","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.ephemeral.size","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"instance","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.instance","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"memory","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.memory","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.iops","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.iops","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"cpu.delta","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.cpu.delta","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.capacity","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.capacity","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.latency","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.latency","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.usage","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.usage","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"cpu_util","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.cpu_util","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.allocation","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.allocation","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.requests.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.requests.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.latency","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.latency","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"cpu","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.cpu","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.read.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.read.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.root.size","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.root.size","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"vcpus","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.vcpus","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.iops","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.iops","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.usage","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.usage","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.requests.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.requests.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.requests.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.requests.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.allocation","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.allocation","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.read.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.read.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.read.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.read.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"memory.usage","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.memory.usage","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.capacity","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.capacity","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"memory.resident","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.memory.resident","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"os","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.os","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"endpoint","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.endpoint","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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,"path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"node":"tosca.nodes.Root","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"dependency","uniqueId":"c57e65c0-2f32-4abf-9208-12adbcb2779d.dependency","capability":"tosca.capabilities.Node","ownerId":"c57e65c0-2f32-4abf-9208-12adbcb2779d","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"node":"tosca.nodes.BlockStorage","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"local_storage","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"28541f2d-e478-42dc-a91e-49356348e28e.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"28541f2d-e478-42dc-a91e-49356348e28e.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":"28541f2d-e478-42dc-a91e-49356348e28e.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"28541f2d-e478-42dc-a91e-49356348e28e.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"00702f9c-dfa0-4d53-9aa6-aaa222d5e502.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"28541f2d-e478-42dc-a91e-49356348e28e.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_dummy"},"actualComponentUid":"28541f2d-e478-42dc-a91e-49356348e28e","createdFromCsar":true,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy","normalizedName":"abstract_dummy","name":"abstract_dummy","creationTime":1631153074640,"icon":"defaulticon","originType":"CVFC","isProxy":false,"toscaArtifacts":{},"directives":["substitutable"],"invariantName":"abstract_dummy","createdFrom":"CSAR","componentUid":"28541f2d-e478-42dc-a91e-49356348e28e","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicCnfcvfc.abstract.abstract.nodes.dummy","modificationTime":1631153074736,"customizationUUID":"c933925b-89eb-44a1-919b-9e3d6b22850d","posX":"475.0","posY":"325.0","componentName":"basic_cnf-nodes.dummyCvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy":[{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"28541f2d-e478-42dc-a91e-49356348e28e.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"28541f2d-e478-42dc-a91e-49356348e28e.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":"28541f2d-e478-42dc-a91e-49356348e28e.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.dummy_name_0","getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"28541f2d-e478-42dc-a91e-49356348e28e.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.dummy_flavor_name","parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"00702f9c-dfa0-4d53-9aa6-aaa222d5e502.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"28541f2d-e478-42dc-a91e-49356348e28e.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.dummy_image_name","parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"4e228d59-789a-4cba-8d20-ca242a175f7a.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f.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":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e450fd6-a1b4-4647-8c67-a7115e065e1f","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"type":"tosca.capabilities.Node","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"feature","uniqueId":"capability.c57e65c0-2f32-4abf-9208-12adbcb2779d.feature","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.Scalable","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"scalable","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.scalable","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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,"type":"tosca.capabilities.network.Bindable","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"binding","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.binding","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.Container","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"host","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.host","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.ephemeral.size","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.ephemeral.size","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"instance","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.instance","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"memory","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.memory","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.iops","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.iops","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"cpu.delta","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.cpu.delta","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.capacity","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.capacity","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.latency","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.latency","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.usage","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.usage","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"cpu_util","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.cpu_util","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.allocation","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.allocation","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.requests.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.requests.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.latency","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.latency","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"cpu","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.cpu","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.read.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.read.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.root.size","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.root.size","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"vcpus","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.vcpus","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.iops","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.iops","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.usage","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.usage","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.read.requests.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.read.requests.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.write.requests.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.write.requests.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.allocation","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.allocation","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.read.bytes.rate","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.read.bytes.rate","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.read.bytes","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.read.bytes","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"memory.usage","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.memory.usage","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.device.capacity","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.device.capacity","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"memory.resident","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.memory.resident","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"55220a3a-18ea-4b7d-8741-15587a8e9ce9","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"disk.write.requests","uniqueId":"capability.55220a3a-18ea-4b7d-8741-15587a8e9ce9.disk.write.requests","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"os","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.os","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"e34051c5-46a0-40f9-9995-a3397caf4f2b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"endpoint","uniqueId":"capability.e34051c5-46a0-40f9-9995-a3397caf4f2b.endpoint","ownerId":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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,"path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"node":"tosca.nodes.Root","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"dependency","uniqueId":"c57e65c0-2f32-4abf-9208-12adbcb2779d.dependency","capability":"tosca.capabilities.Node","ownerId":"c57e65c0-2f32-4abf-9208-12adbcb2779d","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["28541f2d-e478-42dc-a91e-49356348e28e.b36a4e9d-23dd-478f-84d4-84730ebb521b.dummy","4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.abstract_dummy"],"node":"tosca.nodes.BlockStorage","source":"28541f2d-e478-42dc-a91e-49356348e28e","parentName":"local_storage","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_dummy_group","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.base_dummy_group","name":"base_dummy_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_dummy_group","createdFrom":"CSAR","invariantUUID":"161aa1af-3399-4eb1-894d-432eeac9360a","groupUUID":"b067d862-0586-4e27-ab0c-800289e32053","members":{"abstract_dummy":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.BasicCnf..base_dummy..module-0","name":"BasicCnf..base_dummy..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["4e228d59-789a-4cba-8d20-ca242a175f7a.heat1env","4e228d59-789a-4cba-8d20-ca242a175f7a.heat1"],"invariantName":"BasicCnf..base_dummy..module-0","createdFrom":"CSAR","invariantUUID":"3990df09-699c-4dfb-bd42-cacbe09e6926","artifactsUuid":["cbf99e44-d7ba-4c6a-8ecf-46f04e756c5c"],"groupUUID":"44f6d19e-9346-410e-919c-96b4377d5db6","members":{"abstract_dummy":"4e228d59-789a-4cba-8d20-ca242a175f7a.28541f2d-e478-42dc-a91e-49356348e28e.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":1631153073800,"icon":"defaulticon","description":"VF","tags":["basic_cnf"],"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a","componentMetadataForSupportLog":{"SupportablityComponentUUID":"f5fab6dd-2cf0-430b-896c-57477eb8b360","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"500e9ed8b5ab4262929752f33b1c0d5d","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","systemName":"BasicCnf","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1631153074696,"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":1631153074847,"description":"created from csar","artifactType":"HEAT","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"cbf99e44-d7ba-4c6a-8ecf-46f04e756c5c","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","duplicated":false,"payloadUpdateDate":1631153074852,"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":1631153074847,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"timeout":0,"creationDate":1631153074915,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"96c34073-3431-4b24-bab1-3bb94a64e3de","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1631153074916,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074915,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153074859,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1631153074859,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074859,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1631153074831,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"28659b38-62f7-47fa-b6e5-1d46dc73859d","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1631153074832,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074831,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"4e228d59-789a-4cba-8d20-ca242a175f7a"},"categorySpecificMetadata":{},"csarUUID":"500e9ed8b5ab4262929752f33b1c0d5d","csarVersion":"1.0","vspArchived":false,"archiveTime":0,"service":false,"name":"basic_cnf"} 2021-09-09 02:04:36,389 INFO 285:__init__.py(1) - Vf basic_cnf is created in SDC 2021-09-09 02:04:36,390 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:46,401 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_cnf in SDC 2021-09-09 02:04:46,406 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-09-09 02:04:46,407 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/4e228d59-789a-4cba-8d20-ca242a175f7a/lifecycleState/Certify 2021-09-09 02:04:46,407 DEBUG 132:onap_service.py(1) - [SDC][Certify Vf] data sent: { "userRemarks": "certify" } 2021-09-09 02:04:46,409 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:50,210 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/4e228d59-789a-4cba-8d20-ca242a175f7a/lifecycleState/Certify HTTP/1.1" 200 1281 2021-09-09 02:04:50,213 INFO 142:onap_service.py(1) - [SDC][Certify Vf] response code: 200 2021-09-09 02:04:50,213 DEBUG 146:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1631153073800,"lastUpdateDate":1631153087412,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"defaulticon","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"91bb7511-7b27-40a7-b7aa-785cae5c8370"},"csarUUID":"500e9ed8b5ab4262929752f33b1c0d5d","csarVersion":"1.0","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"f5fab6dd-2cf0-430b-896c-57477eb8b360"} 2021-09-09 02:04:50,217 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-09-09 02:04:50,217 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-09-09 02:04:50,218 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-09-09 02:04:50,218 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-09-09 02:04:50,218 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-09-09 02:04:50,221 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:04:50,339 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-09-09 02:04:50,340 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-09-09 02:04:50,341 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ddef4a2f-606b-4502-895a-a2ea49c60be4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8452464e-4a81-44d3-aee2-289a1dc179cd/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f5fab6dd-2cf0-430b-896c-57477eb8b360/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-09-09 02:04:50,344 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:04:50,344 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:50,344 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:50,344 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:50,345 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:04:50,345 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:50,345 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:50,345 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:50,345 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:04:50,345 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:04:50,346 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:04:50,346 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:04:50,346 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-09-09 02:04:50,346 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:04:50,346 INFO 192:__init__.py(1) - Vf found, updating information 2021-09-09 02:04:50,347 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-09-09 02:04:50,347 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-09-09 02:04:50,348 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-09-09 02:04:50,350 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:04:50,940 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-09-09 02:04:50,942 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-09-09 02:04:50,945 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:04:50,951 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-09-09 02:05:00,962 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-09-09 02:05:00,963 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-09-09 02:05:00,963 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-09-09 02:05:00,964 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-09-09 02:05:00,964 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-09-09 02:05:00,966 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:01,192 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-09-09 02:05:01,194 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-09-09 02:05:01,194 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ddef4a2f-606b-4502-895a-a2ea49c60be4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8452464e-4a81-44d3-aee2-289a1dc179cd/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f5fab6dd-2cf0-430b-896c-57477eb8b360/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-09-09 02:05:01,198 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:01,198 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:01,198 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:01,198 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:05:01,199 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:01,199 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:01,199 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:01,199 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:05:01,200 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:05:01,200 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:01,200 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:01,200 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:05:01,200 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-09-09 02:05:01,201 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:01,201 INFO 192:__init__.py(1) - Vf found, updating information 2021-09-09 02:05:01,201 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-09-09 02:05:01,202 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-09-09 02:05:01,202 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-09-09 02:05:01,204 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:03,179 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-09-09 02:05:03,181 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-09-09 02:05:03,184 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:05:03,190 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-09-09 02:05:03,191 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:03,192 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:03,192 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-09-09 02:05:03,192 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:03,193 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:03,194 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:04,464 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-09-09 02:05:04,466 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:04,467 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:05:04,470 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:04,471 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:04,471 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:04,471 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:04,471 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:04,472 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:04,472 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:04,472 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:04,472 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:04,473 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:04,473 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:04,473 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:04,473 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-09-09 02:05:04,473 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:04,474 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-09-09 02:05:04,474 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:04,474 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:04,475 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-09-09 02:05:04,475 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:04,475 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:04,477 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:06,385 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-09-09 02:05:06,387 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:06,387 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:05:06,391 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:06,391 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:06,392 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:06,392 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:06,392 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:06,392 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:06,392 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:06,393 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:06,393 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:06,393 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:06,393 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:06,393 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:06,394 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-09-09 02:05:06,394 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:06,394 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-09-09 02:05:06,394 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2021-09-09 02:05:06,395 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2021-09-09 02:05:06,395 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-09-09 02:05:06,395 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-09-09 02:05:06,396 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-09-09 02:05:06,398 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:07,085 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-09-09 02:05:07,087 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2021-09-09 02:05:07,089 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":"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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":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,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":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,"type":null,"version":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","type":null,"version":null,"ownerId":null,"empty":false}],"subcategories":null,"type":null,"version":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,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.0"} 2021-09-09 02:05:07,094 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2021-09-09 02:05:07,094 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2021-09-09 02:05:07,095 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2021-09-09 02:05:07,095 INFO 267:__init__.py(1) - attempting to create Service basic_cnf in SDC 2021-09-09 02:05:07,095 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:07,095 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:07,096 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-09-09 02:05:07,096 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:07,096 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:07,098 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:07,563 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-09-09 02:05:07,565 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:07,566 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:05:07,568 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:07,569 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:07,569 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:07,569 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:07,569 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:07,570 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:07,570 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:07,570 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:07,570 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:07,570 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:07,571 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:07,571 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:07,571 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-09-09 02:05:07,571 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:07,571 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-09-09 02:05:07,591 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-09-09 02:05:07,592 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-09-09 02:05:07,592 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-09-09 02:05:07,594 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:08,879 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-09-09 02:05:08,882 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2021-09-09 02:05:08,884 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":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,"type":null,"version":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":"51c9fb19-6bd2-4162-afa0-5c695c809df2.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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","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":"51c9fb19-6bd2-4162-afa0-5c695c809df2","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":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":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":1631153108274,"icon":"network_l_1-3","description":"service","tags":["basic_cnf"],"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47","componentMetadataForSupportLog":{"SupportablityComponentUUID":"94c8794f-edd0-4b2f-aa50-9f580434ef16","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","systemName":"BasicCnf","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1631153108274,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":null,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":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,"vspArchived":false,"archiveTime":0,"service":true,"name":"basic_cnf"} 2021-09-09 02:05:08,890 INFO 285:__init__.py(1) - Service basic_cnf is created in SDC 2021-09-09 02:05:08,890 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:08,900 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-09-09 02:05:08,900 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-09-09 02:05:08,900 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-09-09 02:05:08,901 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-09-09 02:05:08,901 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-09-09 02:05:08,903 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:09,011 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-09-09 02:05:09,013 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-09-09 02:05:09,014 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ddef4a2f-606b-4502-895a-a2ea49c60be4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8452464e-4a81-44d3-aee2-289a1dc179cd/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f5fab6dd-2cf0-430b-896c-57477eb8b360/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-09-09 02:05:09,017 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:09,017 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:09,018 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:09,018 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:05:09,018 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:09,018 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:09,019 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:09,019 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:05:09,019 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:05:09,019 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:09,020 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:09,020 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:05:09,020 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-09-09 02:05:09,020 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:09,020 INFO 192:__init__.py(1) - Vf found, updating information 2021-09-09 02:05:09,021 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-09-09 02:05:09,021 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-09-09 02:05:09,021 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-09-09 02:05:09,024 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:09,612 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-09-09 02:05:09,615 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-09-09 02:05:09,618 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1631153108274,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:05:09,628 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-09-09 02:05:09,629 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-09-09 02:05:09,629 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/37bbe05c-9a1e-42b0-90f0-bd29820d5e47/resourceInstance 2021-09-09 02:05:09,629 DEBUG 132:onap_service.py(1) - [SDC][Add VF to service] data sent: { "name": "basic_cnf", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "91bb7511-7b27-40a7-b7aa-785cae5c8370", "originType": "VF", "componentUid": "91bb7511-7b27-40a7-b7aa-785cae5c8370", "icon": "defaulticon" } 2021-09-09 02:05:09,631 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:11,692 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/37bbe05c-9a1e-42b0-90f0-bd29820d5e47/resourceInstance HTTP/1.1" 201 None 2021-09-09 02:05:11,694 INFO 142:onap_service.py(1) - [SDC][Add VF to service] response code: 201 2021-09-09 02:05:11,695 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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_cnf 0","SupportablityComponentVersion":null},"actualComponentUid":"91bb7511-7b27-40a7-b7aa-785cae5c8370","createdFromCsar":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1631153110412,"icon":"defaulticon","description":null,"originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","createdFrom":null,"componentUid":"91bb7511-7b27-40a7-b7aa-785cae5c8370","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1631153110412,"customizationUUID":"53cb8ddd-96b9-444d-a539-2854bd1465d1","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"type":null,"version":null,"ownerId":null,"empty":false} 2021-09-09 02:05:11,696 INFO 511:service.py(1) - Resource VF basic_cnf has been added on serice basic_cnf 2021-09-09 02:05:11,700 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-09-09 02:05:11,700 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/distribution 2021-09-09 02:05:11,701 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-09-09 02:05:11,703 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:11,779 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/distribution HTTP/1.1" 200 38 2021-09-09 02:05:11,780 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-09-09 02:05:11,781 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[]} 2021-09-09 02:05:11,784 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-09-09 02:05:11,784 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-09-09 02:05:11,784 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-09-09 02:05:11,786 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:11,858 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-09-09 02:05:11,860 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-09-09 02:05:11,860 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-09-09 02:05:11,863 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-09-09 02:05:11,863 INFO 728:service.py(1) - attempting to checkin Service basic_cnf in SDC 2021-09-09 02:05:11,868 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-09-09 02:05:11,868 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/37bbe05c-9a1e-42b0-90f0-bd29820d5e47/lifecycleState/checkin 2021-09-09 02:05:11,869 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2021-09-09 02:05:11,871 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:14,089 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/37bbe05c-9a1e-42b0-90f0-bd29820d5e47/lifecycleState/checkin HTTP/1.1" 200 1183 2021-09-09 02:05:14,091 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2021-09-09 02:05:14,092 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47","name":"basic_cnf","version":"0.1","isHighestVersion":true,"creationDate":1631153108274,"lastUpdateDate":1631153112676,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"0.1":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47"},"projectCode":"123456","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"94c8794f-edd0-4b2f-aa50-9f580434ef16"} 2021-09-09 02:05:14,097 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:14,098 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:14,098 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-09-09 02:05:14,099 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:14,099 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:14,101 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:14,565 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1445 2021-09-09 02:05:14,566 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:14,567 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-09-09 02:05:14,570 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:14,570 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:14,571 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:14,571 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:14,571 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:14,572 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:14,572 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:14,573 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:14,573 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:14,573 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:14,574 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:14,574 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:14,574 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:05:14,575 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:14,575 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:14,575 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-09-09 02:05:14,576 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:05:14,576 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:14,576 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:05:14,577 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-09-09 02:05:14,577 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-09-09 02:05:14,578 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:05:14,580 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:15,656 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-09-09 02:05:15,658 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:05:15,661 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1631153112676,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:05:15,668 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:05:15,669 INFO 728:service.py(1) - attempting to Certify Service basic_cnf in SDC 2021-09-09 02:05:15,673 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-09-09 02:05:15,673 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/37bbe05c-9a1e-42b0-90f0-bd29820d5e47/lifecycleState/Certify 2021-09-09 02:05:15,673 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2021-09-09 02:05:15,675 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:23,793 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/37bbe05c-9a1e-42b0-90f0-bd29820d5e47/lifecycleState/Certify HTTP/1.1" 200 1171 2021-09-09 02:05:23,795 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2021-09-09 02:05:23,795 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1631153108274,"lastUpdateDate":1631153112676,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7"},"projectCode":"123456","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"94c8794f-edd0-4b2f-aa50-9f580434ef16"} 2021-09-09 02:05:23,799 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:23,799 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:23,800 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-09-09 02:05:23,800 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:23,800 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:23,803 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:24,255 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1433 2021-09-09 02:05:24,257 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:24,257 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:05:24,260 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:24,261 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:24,261 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:24,261 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:24,261 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:05:24,262 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:24,262 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:24,262 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-09-09 02:05:24,262 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:24,262 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:24,263 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:24,263 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:24,263 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:24,263 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:24,263 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:24,264 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:24,264 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:05:24,264 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:24,264 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:05:24,265 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-09-09 02:05:24,265 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-09-09 02:05:24,265 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:05:24,268 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:24,836 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-09-09 02:05:24,839 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:05:24,842 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153112676,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:05:24,849 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:05:34,855 INFO 728:service.py(1) - attempting to PROD/activate Service basic_cnf in SDC 2021-09-09 02:05:34,861 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-09-09 02:05:34,862 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/c027c5e1-a43e-41b3-83a3-347fb10c9eb7/distribution/PROD/activate 2021-09-09 02:05:34,862 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2021-09-09 02:05:34,866 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:37,772 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/c027c5e1-a43e-41b3-83a3-347fb10c9eb7/distribution/PROD/activate HTTP/1.1" 200 None 2021-09-09 02:05:37,775 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2021-09-09 02:05:37,778 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","empty":false},{"definition":false,"hidden":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","empty":false},{"definition":false,"hidden":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","empty":false},{"definition":false,"hidden":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","empty":false},{"definition":false,"hidden":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"MDVkZmUyMmYxYTE0ZmI3YzYwNWRjOGE5ZDE0YzQxN2Q=","artifactUUID":"9116a34f-5a83-4f93-b35d-1625d928e0ef","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.assettoscacsar","duplicated":false,"payloadUpdateDate":1631153122490,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1631153108197,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"YTJjZjc1NzM4Y2ZmNWQ5N2MxZTVkMjM1NzE4ZWIwYzA=","artifactUUID":"98d95c2c-370d-4133-8966-4b3f043368e9","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.assettoscatemplate","duplicated":false,"payloadUpdateDate":1631153120979,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1631153108197,"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":1631153074813,"description":"VF license file","artifactType":"VF_LICENSE","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vflicense","artifactName":"vf-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MWUzZDdlOThkOGEwMzEwMjdmM2Q1N2QxZWJlMjRiODA=","artifactUUID":"c1277071-9681-416c-9a45-6d7936a73fc4","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vflicense","duplicated":false,"payloadUpdateDate":1631153074816,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074813,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3env":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153110534,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.cloudtechnologyspecificartifact3env","artifactName":"nginx_cloudtech_k8s_charts.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=","artifactUUID":"27dce8c0-4df8-4f56-a872-2324d33e35f0","generatedFromId":"4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3env","esId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.cloudtechnologyspecificartifact3env","duplicated":false,"payloadUpdateDate":1631153116751,"heatParamsUpdateDate":1631153110534,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1631153110534,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"cloudtechnologyspecificartifact3":{"heatParamUpdated":false,"timeout":30,"creationDate":1631153074915,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"96c34073-3431-4b24-bab1-3bb94a64e3de","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1631153074916,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074915,"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":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.vfModulesMetadata","artifactName":"basic_cnf0_modules.json","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZTI3NDdjZTZiMTEyYTY3NDM4NmI2YzNkNTVkMDgyYzk=","artifactUUID":"1ea43b49-f17e-42ad-b2bf-2a1297abc5ef","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1631153118916,"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":1631153074847,"description":"created from csar","artifactType":"HEAT","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"cbf99e44-d7ba-4c6a-8ecf-46f04e756c5c","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","duplicated":false,"payloadUpdateDate":1631153074852,"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":1631153074847,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vendorlicense":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153074794,"description":" Vendor license file","artifactType":"VENDOR_LICENSE","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vendorlicense","artifactName":"vendor-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE=","artifactUUID":"104e79d7-1bd7-4658-950f-f05829e7b7e7","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vendorlicense","duplicated":false,"payloadUpdateDate":1631153074799,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074794,"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":1631153110532,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=","artifactUUID":"26b6f54b-c1d5-4bd8-8973-3a8ddc32c9eb","generatedFromId":"4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.heat1env","duplicated":false,"payloadUpdateDate":1631153117428,"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":1631153110532,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1631153110532,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"artifacts":{"vspbasiccnfvspinformationtxt":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153074831,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"28659b38-62f7-47fa-b6e5-1d46dc73859d","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4e228d59-789a-4cba-8d20-ca242a175f7a.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1631153074832,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1631153074831,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"groupInstances":[{"creationTime":1631153110540,"version":"1","type":"org.openecomp.groups.VfModule","artifacts":["4e228d59-789a-4cba-8d20-ca242a175f7a.heat1env","4e228d59-789a-4cba-8d20-ca242a175f7a.heat1","4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3"],"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.4e228d59-789a-4cba-8d20-ca242a175f7a.BasicCnf..base_dummy..module-0.basic_cnf0basiccnfbase_dummymodule0","invariantUUID":"3990df09-699c-4dfb-bd42-cacbe09e6926","normalizedName":"basic_cnf0basiccnfbase_dummymodule0","modificationTime":1631153110540,"customizationUUID":"0eede511-0db9-409e-b64d-5522ad3d4779","groupInstanceArtifacts":["4e228d59-789a-4cba-8d20-ca242a175f7a.cloudtechnologyspecificartifact3","37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0.heat1env"],"groupInstanceArtifactsUuid":["96c34073-3431-4b24-bab1-3bb94a64e3de","26b6f54b-c1d5-4bd8-8973-3a8ddc32c9eb"],"artifactsUuid":["cbf99e44-d7ba-4c6a-8ecf-46f04e756c5c","96c34073-3431-4b24-bab1-3bb94a64e3de"],"groupUUID":"44f6d19e-9346-410e-919c-96b4377d5db6","groupName":"BasicCnf..base_dummy..module-0","groupUid":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"basic_cnf 0"},"actualComponentUid":"91bb7511-7b27-40a7-b7aa-785cae5c8370","createdFromCsar":false,"uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1631153110412,"icon":"defaulticon","originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","componentUid":"91bb7511-7b27-40a7-b7aa-785cae5c8370","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1631153110412,"customizationUUID":"53cb8ddd-96b9-444d-a539-2854bd1465d1","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.91bb7511-7b27-40a7-b7aa-785cae5c8370.basic_cnf0":[{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false},{"definition":false,"hidden":false,"uniqueId":"4e228d59-789a-4cba-8d20-ca242a175f7a.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":"c4f532f6-1cb7-4631-b44b-738bfd6559e2.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"c4f532f6-1cb7-4631-b44b-738bfd6559e2","empty":false}]},"capabilities":{},"inputs":[{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false},{"definition":false,"hidden":false,"uniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"51c9fb19-6bd2-4162-afa0-5c695c809df2","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"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":1631153108274,"icon":"network_l_1-3","description":"service","tags":["basic_cnf"],"uniqueId":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","componentMetadataForSupportLog":{"SupportablityComponentUUID":"94c8794f-edd0-4b2f-aa50-9f580434ef16","SupportablityComponentName":"basic_cnf","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","highestVersion":true,"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","systemName":"BasicCnf","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","normalizedName":"basiccnf","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1631153136687,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1631153108197,"artifactType":"OTHER","uniqueId":"37bbe05c-9a1e-42b0-90f0-bd29820d5e47.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":1631153108197,"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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7"},"categorySpecificMetadata":{},"vspArchived":false,"archiveTime":0,"service":true,"name":"basic_cnf"} 2021-09-09 02:05:37,782 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:37,782 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:37,783 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-09-09 02:05:37,783 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:37,783 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:37,785 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:38,527 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:05:38,529 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:38,529 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:05:38,533 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:38,533 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:38,533 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:38,533 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:38,534 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:05:38,534 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:38,534 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:38,534 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:38,534 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:38,535 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:38,535 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:38,535 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:38,535 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:38,535 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:38,536 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:38,536 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:38,536 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:05:38,536 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:38,536 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:05:38,537 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-09-09 02:05:38,537 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-09-09 02:05:38,537 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:05:38,540 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:39,129 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-09-09 02:05:39,132 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:05:39,135 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:05:39,141 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:05:39,142 INFO 201:service.py(1) - Service basic_cnf onboarded 2021-09-09 02:05:39,142 INFO 33:k8s_connectivity_info_create.py(1) - Check if k8s connectivity information exists 2021-09-09 02:05:39,143 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:05:39,143 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-09-09 02:05:39,143 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-09-09 02:05:39,145 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:05:39,184 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-09-09 02:05:39,185 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 500 2021-09-09 02:05:39,185 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: n/a 2021-09-09 02:05:39,185 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-09-09 02:05:39,185 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-09-09 02:05:39,186 INFO 36:k8s_connectivity_info_create.py(1) - Create the k8s connectivity information 2021-09-09 02:05:39,190 DEBUG 129:onap_service.py(1) - [None][Create Connectivity Info] sent header: {} 2021-09-09 02:05:39,190 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-09-09 02:05:39,191 DEBUG 132:onap_service.py(1) - [None][Create Connectivity Info] data sent: None 2021-09-09 02:05:39,193 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:05:39,254 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-09-09 02:05:39,255 INFO 142:onap_service.py(1) - [None][Create Connectivity Info] response code: 201 2021-09-09 02:05:39,255 DEBUG 146:onap_service.py(1) - [None][Create Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFYTNkUFJFbDVUV3BSTUUxR2IxaEVWRTE0VFVScmQwNXFTWGxOYWxFd1RVWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVG1oS0NtVlFNWEpNTkZObGNHdG1PR2RJVTFCalRtOVhZM1U1ZEdGRWFtNHhZMFpKUlZobFVpdHlObWRhVGpCSE1tMXpVRlJSTlZwNVZVcFhkbkpsWmt0UVNTc0tlbGxIT0hwSlZsbDRaRnBqZUZSb1MwbG1ka0l3YkZBdll6RXlXRVpuU3l0aVVYWmliemhPWWtKSVFUbGxlSEoxV0VaeWNtSXdOekJPT0hOUlZVRmlOd3AyY0ZCMmREUlRZemxGYlhjM1ZWUnJXVmRPZFROcldFMDJjR1JoT0ZaRVdIVm9LMWt4UmtaV1NrY3ZObEV6U1VSdFZ6WTJNR3RFZUVsWWJrbDVlbGhFQ2pGdVlWRjRUbFE0V1VWb1N6ZEROMDFVWkhwVmNURkhVVlZWSzJGemQyRXhZblZoYkdaSEx6SlRUakJDUTFSM1psUkdhelpvTldaQlIwTkpPVms0WTFVS04wUlViRlJFVm1kV1pUWXhRMHBJUW1keVkzUk9WbVZITDB0V04waDFkRmhJUkRsaWQzSjJhaXRXZDJweFVYRmhUR295U1RGMVdEZGpXRE55WW5GNlJBcEZhVmRSZWxsUFRtMDVPVUpDYm1zck9EWlZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWk5SMjVhVVUxWlYxZEdPR05DV25CVlJXbFdRMDlvWTBjck5HVk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJTSEJRVEhWMkszWXdhSGRqWlZoSGJHVTJSM2hCU21zeGVIZHpUa2cyTldoUmEzUklWWGRyWlVGVmVWaExjakJDYUFwMlFsQm9TbE40UmpaeE4yZzBja3d6VkZwamQxTm9VMjh5TnpBNVEzTXpSWEJCU1RsV1JWZGxZVmMxWm5FcmVFaEVUVUZZYmt4QmNWSXJXbTVKYkd3ekNtbHJaVU55U2t4T1FVTkVOSGh2Y1VJd2RtVktjRlpzVlRWNU1rNXhiMHB1UzJsMWNtcHNha2hRVmtZM04ydHpSMFF2ZVU0dmNuY3ZTWGxoUjFOa1RsWUtlbVJsVTFkcFpqYzNUR0V3V2pSaE1XTmhWRkZpUkRSRmFWYzBZVEI0V2t4TmMxUnZiR3R4YzA5cmJVWTVjRUZDT1U4M2RGazBSbmhrZWprMVNVVktlZ293T0hadFpsTnFPVUo0TDJGTVkyMTNOMVZ3UnpWcFIwbHRWRk5NU1VsNWFqZHhlV1Y0YUZCbVVtazRiM3BLY1hkNE5EbERaME5UUjNWTmRrMVhOMlpWQ25CMllUSmpNakJzTUdGblRqVjVLekJ4WkZGclFXd3lNVzVSTDJkQ04yOUNWRzVWVlFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4xOTM6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKVUdWTlowa3ZSR04yWWpSM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTlUxRVozbE5ha2t3VGtSQ1lVWjNNSGxOYWtFMVRVUm5lVTFxU1RCT1JFNWhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVGhFY1VOVlZIUTVXVEpZY21aMmJqWUtZWFIyTVRSaFNUbHFhMko2Y0VReGFrOW1OSGcxV2preGRFa3JVa2N2U2pRNGVEVkVTRkkxTURSRUsxWTVaM1p4ZURCVk1IbGlNV05vT0VZNU1XUnFhd3BGWkROM1NHbFZaVGRVZVdOdU4xVTFhRlZYS3paNVVEWmhOVFZXU2t4V1ZXNHhOVWhzY2tkdVluZDBWVWN6T1daME5HaHdTVE5UVTNwa1dsUjRORnBXQ2t0NE9GaEhXV1ZSVWpad2FVRkJhWFZ0VkZSdmVYWjFNbEZ3UTB3NFp6Sk5lVzlQWkRKVFNFUm9kRmRXYjFsMk4ycGhTRzVSYmtKQmJrTjRaV2xJTVRFS1dXZHBNV2gyUnpONUszUTNSbm92ZW1JM1l6ZGpkelJQUTBGRFZuTXJNell3UVU1QmRGVkdOa2hyWlhGTGFXcHFRMFZaTlRkMVMxcHlLemxzYVRsalpRcHZXbFE0TVZwb1dIWTFNbEJCTVdkRFEwcHRTRlY1WlVkbVJEVnRSRkZZZURGSU5GUkZTSFp0V2xsMmJISTFPSGQ0VEdoRE9YQjFPVkJvTkM5Vk5FTnBDbkpDT1VsR2QwbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWM1lXUnNRWGhvV2xsWWVIZEdiV3hSVTBwVlNUWkdkMkkzYURSM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGQ1RYUTJaRk1yYWpSS2NTOVRWbVZtVWtvemNtaHRORWhaTkU5a2JUUnJjRTVTWmpGM2NIVldWamxSV2trdlRETjBjMVZ2TUhGNkNrcGlWMFowTmpOT1dHUmxlalZtUkVNd2FqazJWekEwWmpZeFlucDNka1ZNWkZoWEx6WlRjM2xoTTJwelJtRTNibGRRVVVWMlkyaDNNSE5FUTFkc1Vra0tTR014ZDB4NFNHWjJjV1I0SzBKbk1DdFZXa3BWY1V4U1pubGtSbWxHZUVGc2RtTXdNbFJzVDNRd1VFRTFUM3BFZDB0aFlrb3lUVWhFVFdSeFZFZDZlQXBLZFZkbGFWZGlSaloxTjJSM2JXWTJZVEZ4UjNVclozQkxkRnA1TkV4c04zWjJabU5UY0RKalVrZGFVVTlVWjJ0TmJWWjNNMnRqYkRCbk5qTTFhV3B3Q2poM1RIQmxPR3B5TTA1S01raDFlVTFqVTBwV1QzRk9hMnRQZURCWkszSmtRVXBwTDB3NVRsSmljbVJZVldOTVNESm9ZWGxpUW1ST2JWbDBlWGhpTVdrS2FXTm5hbVIxVHpsV01HZGtPR05zZUZKcFluSkNjak0zT0ZkUldEUlRUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmNFRkpRa0ZCUzBOQlVVVkJPRVJ4UTFWVWREbFpNbGh5Wm5adU5tRjBkakUwWVVrNWFtdGllbkJFTVdwUFpqUjROVm81TVhSSksxSkhMMG8wQ2poNE5VUklValV3TkVRclZqbG5kbkY0TUZVd2VXSXhZMmc0UmpreFpHcHJSV1F6ZDBocFZXVTNWSGxqYmpkVk5XaFZWeXMyZVZBMllUVTFWa3BNVmxVS2JqRTFTR3h5UjI1aWQzUlZSek01Wm5RMGFIQkpNMU5UZW1SYVZIZzBXbFpMZURoWVIxbGxVVkkyY0dsQlFXbDFiVlJVYjNsMmRUSlJjRU5NT0djeVRRcDViMDlrTWxOSVJHaDBWMVp2V1hZM2FtRklibEZ1UWtGdVEzaGxhVWd4TVZsbmFURm9ka2N6ZVN0ME4wWjZMM3BpTjJNM1kzYzBUME5CUTFaekt6TTJDakJCVGtGMFZVWTJTR3RsY1V0cGFtcERSVmsxTjNWTFduSXJPV3hwT1dObGIxcFVPREZhYUZoMk5USlFRVEZuUTBOS2JVaFZlV1ZIWmtRMWJVUlJXSGdLTVVnMFZFVklkbTFhV1hac2NqVTRkM2hNYUVNNWNIVTVVR2cwTDFVMFEybHlRamxKUm5kSlJFRlJRVUpCYjBsQ1FWRkRPRlZGUmtSNVIzbGpaRXBNVFFwelRYcGhORFUyTVhneVlWWnNOSG8yV0VwNmFVbDRLMlZNZDJkdlEweHljSFUwVDFGdlZrcG1RM3BpTTJGNVJERkNXbG92Y1hkTFkyVnVTMFZuVDNSU0NuSllibkptTlhwNFNrbDNMekJHYlNzMFIwMDRNRGxYTjI5cVNqSkdiVWxOUzNCRmVHUk5hVTV0Y1c1Nk5VWXJSVkp4T0ZSM2FqQlpOMEpOUVdoR2FXTUtaV1pPWkc5RWRVNWhZbFo1VjBkQlIxRnpaMHhzVjNjdldXdzBXR2R2T0ZwckszZGpkMDQxY0dKc1JHeDFXa2N3TkhveVpsSXZNMUpUZGxsdlRHUXdaZ3BEUjNwT1dVcDNjMk16UjJ4a1RHZHRRWFVyYW13MEwyczVUbXRHT0ZGVmNVTndlbFpoV2pJdllXTjBXak5sU1ZSRFJsRnFRMGRsU2tWeU1uUTFVVTgxQ214SllsaFhkbkZqUVhoSEsyTmhjMjlNZDNoSVRsRnRXVUo1VDJKbFdsQlFjM2RWVWpRd1YzQjVkV05uVG5sTFVUSjNWbEpKV0hWNVpHUTVUWFJFVFdvS1lrY3diMVV6TWxKQmIwZENRVkJFUm5oWlZuZEhVamxNZUdGR2RWQk5TV0ZXVjFCUFprWk5jMkpaT0RKU1NuaGpNMU15UzJSblYyNW5ZV2cxU0U1MWJ3cGplWFkzY1RGSFdVOW9PVFZMZGtaeGVIQlVMMFpzTjNKaFJTOXZjMUJrWm5KTWJ6UTJla0kzYjIxWGJEQldNMlEzYVhSRVlXRjNXa2M1UzNkM04zcHFDbEJHT0hOMGFUZHNjbFVyYUZkNFNWbHdWV1poWW00dmQwMHJkVkJ4TlRSdmVrSm9ZVlZNUVhCVlRFOTVXVEI1YVc1S2EzQkRURlk1UVc5SFFrRlFPWElLTjJoRWJIVnJZME5oZURkblpIbFVRMmhHYVZKdGJqZG9jMk5XVDBGaFZHUnJkR3BqVDBaemVDOVVWM1IxWlRsbmIyWlVWMGxLUkdSWFNHa3lOa2gwZHdwak5VMVFOMlJCYVVsWGVuTnVkR1JPV1RGMVkxTXJTekJYVTB0Q2FFb3JUVE5IZGxCSmRERkJPVGhEVHpaS2NFSnBlRmhLWm01aVdsVTRVa3RyY0VSckNrbFBMMHhvUnpSS1lsRTRjRXRYWjNacGVGSktPV1p0ZUZOc2JsQmFlREJpTVVaMVNHdGtaMnBCYjBkQ1FVMXRaRFIxVURGV1lWRnRWVU42TkRSaWJuTUtWVlJ5VG1GelFTOVJUazFsY2pFNU9GSTVNMlI0ZVhrck9ITjZMemxvUm1WUmJYTXZVMFoxUVV4S1R6QmFRMmhoYzBWWFQxRmpOV3RPUTNCUFFWQndNQXA2Unk4MFVEaEhUMnhvVDIxUlpXSnVZelIzV1RORlJUTnRWblphYkRFM2VISmtiRWt5U200eWVrTlZWbE5sZVdsYVN6QkNiRmQ0WlRKVGRGWlhTRWRPQ2xkcVN5dFdhbXBrY2lzeE5UUk1jMGx3UkdWQk4wRkZSa0Z2UjBGTUwwMUZRWGh2VGxOVE1WVkVUSHBaZDFGaVprd3pNVTlCYjIwclFrdHpjazVrWWlzS2NsVldVMDE0VTBWVk1rcHJjVWRLT0hCUGFscDJhbWN2Vm5CSlNIWk1lVlZvWTFGVmQyVkVWMWswZEdOSGJFVkdNbEJ1VkdGVFEzZEtkMFZ1WXpSb1VBcEVUa2xoTW0xNFN6RnNVVGx4UlN0eWJUVkNlVGxFTjBOTlpsSktOVmhrWlVVMFdXbFBNRWczZG1vdll6ZFNhMWgzT1hoTGJDOUNTRmtyY2tOcllqRmhDblJWUVZSRFpqaERaMWxCU0hZNE1HeE5abFI1UW5KNU4wNHZMM2hHZUM5MlRIRmpSVTVsVURkbVZrZHpXakoyYm5FdllrVjZhM1JsT0c4Mkt6RjNibThLU1ZCWmJpOVFRMjB6Tlc1eVZsaHRNbk4zVVZnMkwxUnNObFpOTW5sSmQwa3JkbWxxWlVnMWRVOTFNbWxLT1RGR1ltaGFWVTU2TkRRNVFWZEhVMUozS3dwM09XZEtWM2hVUjJSSGQwdDNURlV5Y25odVRsQkVlVTE2WWxGc1pUVnBLMmNyWmpNMFoyOVZiMEZNVEdKM01XOHpURmhvT1ZFOVBRb3RMUzB0TFVWT1JDQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUW89Cg==","other-connectivity-list":{"connectivity-records":[]}} 2021-09-09 02:05:39,258 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:05:39,259 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-09-09 02:05:39,259 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-09-09 02:05:39,261 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:05:39,292 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-09-09 02:05:39,293 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-09-09 02:05:39,293 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFYTNkUFJFbDVUV3BSTUUxR2IxaEVWRTE0VFVScmQwNXFTWGxOYWxFd1RVWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVG1oS0NtVlFNWEpNTkZObGNHdG1PR2RJVTFCalRtOVhZM1U1ZEdGRWFtNHhZMFpKUlZobFVpdHlObWRhVGpCSE1tMXpVRlJSTlZwNVZVcFhkbkpsWmt0UVNTc0tlbGxIT0hwSlZsbDRaRnBqZUZSb1MwbG1ka0l3YkZBdll6RXlXRVpuU3l0aVVYWmliemhPWWtKSVFUbGxlSEoxV0VaeWNtSXdOekJPT0hOUlZVRmlOd3AyY0ZCMmREUlRZemxGYlhjM1ZWUnJXVmRPZFROcldFMDJjR1JoT0ZaRVdIVm9LMWt4UmtaV1NrY3ZObEV6U1VSdFZ6WTJNR3RFZUVsWWJrbDVlbGhFQ2pGdVlWRjRUbFE0V1VWb1N6ZEROMDFVWkhwVmNURkhVVlZWSzJGemQyRXhZblZoYkdaSEx6SlRUakJDUTFSM1psUkdhelpvTldaQlIwTkpPVms0WTFVS04wUlViRlJFVm1kV1pUWXhRMHBJUW1keVkzUk9WbVZITDB0V04waDFkRmhJUkRsaWQzSjJhaXRXZDJweFVYRmhUR295U1RGMVdEZGpXRE55WW5GNlJBcEZhVmRSZWxsUFRtMDVPVUpDYm1zck9EWlZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWk5SMjVhVVUxWlYxZEdPR05DV25CVlJXbFdRMDlvWTBjck5HVk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJTSEJRVEhWMkszWXdhSGRqWlZoSGJHVTJSM2hCU21zeGVIZHpUa2cyTldoUmEzUklWWGRyWlVGVmVWaExjakJDYUFwMlFsQm9TbE40UmpaeE4yZzBja3d6VkZwamQxTm9VMjh5TnpBNVEzTXpSWEJCU1RsV1JWZGxZVmMxWm5FcmVFaEVUVUZZYmt4QmNWSXJXbTVKYkd3ekNtbHJaVU55U2t4T1FVTkVOSGh2Y1VJd2RtVktjRlpzVlRWNU1rNXhiMHB1UzJsMWNtcHNha2hRVmtZM04ydHpSMFF2ZVU0dmNuY3ZTWGxoUjFOa1RsWUtlbVJsVTFkcFpqYzNUR0V3V2pSaE1XTmhWRkZpUkRSRmFWYzBZVEI0V2t4TmMxUnZiR3R4YzA5cmJVWTVjRUZDT1U4M2RGazBSbmhrZWprMVNVVktlZ293T0hadFpsTnFPVUo0TDJGTVkyMTNOMVZ3UnpWcFIwbHRWRk5NU1VsNWFqZHhlV1Y0YUZCbVVtazRiM3BLY1hkNE5EbERaME5UUjNWTmRrMVhOMlpWQ25CMllUSmpNakJzTUdGblRqVjVLekJ4WkZGclFXd3lNVzVSTDJkQ04yOUNWRzVWVlFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4xOTM6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKVUdWTlowa3ZSR04yWWpSM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTlUxRVozbE5ha2t3VGtSQ1lVWjNNSGxOYWtFMVRVUm5lVTFxU1RCT1JFNWhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVGhFY1VOVlZIUTVXVEpZY21aMmJqWUtZWFIyTVRSaFNUbHFhMko2Y0VReGFrOW1OSGcxV2preGRFa3JVa2N2U2pRNGVEVkVTRkkxTURSRUsxWTVaM1p4ZURCVk1IbGlNV05vT0VZNU1XUnFhd3BGWkROM1NHbFZaVGRVZVdOdU4xVTFhRlZYS3paNVVEWmhOVFZXU2t4V1ZXNHhOVWhzY2tkdVluZDBWVWN6T1daME5HaHdTVE5UVTNwa1dsUjRORnBXQ2t0NE9GaEhXV1ZSVWpad2FVRkJhWFZ0VkZSdmVYWjFNbEZ3UTB3NFp6Sk5lVzlQWkRKVFNFUm9kRmRXYjFsMk4ycGhTRzVSYmtKQmJrTjRaV2xJTVRFS1dXZHBNV2gyUnpONUszUTNSbm92ZW1JM1l6ZGpkelJQUTBGRFZuTXJNell3UVU1QmRGVkdOa2hyWlhGTGFXcHFRMFZaTlRkMVMxcHlLemxzYVRsalpRcHZXbFE0TVZwb1dIWTFNbEJCTVdkRFEwcHRTRlY1WlVkbVJEVnRSRkZZZURGSU5GUkZTSFp0V2xsMmJISTFPSGQ0VEdoRE9YQjFPVkJvTkM5Vk5FTnBDbkpDT1VsR2QwbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWM1lXUnNRWGhvV2xsWWVIZEdiV3hSVTBwVlNUWkdkMkkzYURSM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGQ1RYUTJaRk1yYWpSS2NTOVRWbVZtVWtvemNtaHRORWhaTkU5a2JUUnJjRTVTWmpGM2NIVldWamxSV2trdlRETjBjMVZ2TUhGNkNrcGlWMFowTmpOT1dHUmxlalZtUkVNd2FqazJWekEwWmpZeFlucDNka1ZNWkZoWEx6WlRjM2xoTTJwelJtRTNibGRRVVVWMlkyaDNNSE5FUTFkc1Vra0tTR014ZDB4NFNHWjJjV1I0SzBKbk1DdFZXa3BWY1V4U1pubGtSbWxHZUVGc2RtTXdNbFJzVDNRd1VFRTFUM3BFZDB0aFlrb3lUVWhFVFdSeFZFZDZlQXBLZFZkbGFWZGlSaloxTjJSM2JXWTJZVEZ4UjNVclozQkxkRnA1TkV4c04zWjJabU5UY0RKalVrZGFVVTlVWjJ0TmJWWjNNMnRqYkRCbk5qTTFhV3B3Q2poM1RIQmxPR3B5TTA1S01raDFlVTFqVTBwV1QzRk9hMnRQZURCWkszSmtRVXBwTDB3NVRsSmljbVJZVldOTVNESm9ZWGxpUW1ST2JWbDBlWGhpTVdrS2FXTm5hbVIxVHpsV01HZGtPR05zZUZKcFluSkNjak0zT0ZkUldEUlRUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmNFRkpRa0ZCUzBOQlVVVkJPRVJ4UTFWVWREbFpNbGh5Wm5adU5tRjBkakUwWVVrNWFtdGllbkJFTVdwUFpqUjROVm81TVhSSksxSkhMMG8wQ2poNE5VUklValV3TkVRclZqbG5kbkY0TUZVd2VXSXhZMmc0UmpreFpHcHJSV1F6ZDBocFZXVTNWSGxqYmpkVk5XaFZWeXMyZVZBMllUVTFWa3BNVmxVS2JqRTFTR3h5UjI1aWQzUlZSek01Wm5RMGFIQkpNMU5UZW1SYVZIZzBXbFpMZURoWVIxbGxVVkkyY0dsQlFXbDFiVlJVYjNsMmRUSlJjRU5NT0djeVRRcDViMDlrTWxOSVJHaDBWMVp2V1hZM2FtRklibEZ1UWtGdVEzaGxhVWd4TVZsbmFURm9ka2N6ZVN0ME4wWjZMM3BpTjJNM1kzYzBUME5CUTFaekt6TTJDakJCVGtGMFZVWTJTR3RsY1V0cGFtcERSVmsxTjNWTFduSXJPV3hwT1dObGIxcFVPREZhYUZoMk5USlFRVEZuUTBOS2JVaFZlV1ZIWmtRMWJVUlJXSGdLTVVnMFZFVklkbTFhV1hac2NqVTRkM2hNYUVNNWNIVTVVR2cwTDFVMFEybHlRamxKUm5kSlJFRlJRVUpCYjBsQ1FWRkRPRlZGUmtSNVIzbGpaRXBNVFFwelRYcGhORFUyTVhneVlWWnNOSG8yV0VwNmFVbDRLMlZNZDJkdlEweHljSFUwVDFGdlZrcG1RM3BpTTJGNVJERkNXbG92Y1hkTFkyVnVTMFZuVDNSU0NuSllibkptTlhwNFNrbDNMekJHYlNzMFIwMDRNRGxYTjI5cVNqSkdiVWxOUzNCRmVHUk5hVTV0Y1c1Nk5VWXJSVkp4T0ZSM2FqQlpOMEpOUVdoR2FXTUtaV1pPWkc5RWRVNWhZbFo1VjBkQlIxRnpaMHhzVjNjdldXdzBXR2R2T0ZwckszZGpkMDQxY0dKc1JHeDFXa2N3TkhveVpsSXZNMUpUZGxsdlRHUXdaZ3BEUjNwT1dVcDNjMk16UjJ4a1RHZHRRWFVyYW13MEwyczVUbXRHT0ZGVmNVTndlbFpoV2pJdllXTjBXak5sU1ZSRFJsRnFRMGRsU2tWeU1uUTFVVTgxQ214SllsaFhkbkZqUVhoSEsyTmhjMjlNZDNoSVRsRnRXVUo1VDJKbFdsQlFjM2RWVWpRd1YzQjVkV05uVG5sTFVUSjNWbEpKV0hWNVpHUTVUWFJFVFdvS1lrY3diMVV6TWxKQmIwZENRVkJFUm5oWlZuZEhVamxNZUdGR2RWQk5TV0ZXVjFCUFprWk5jMkpaT0RKU1NuaGpNMU15UzJSblYyNW5ZV2cxU0U1MWJ3cGplWFkzY1RGSFdVOW9PVFZMZGtaeGVIQlVMMFpzTjNKaFJTOXZjMUJrWm5KTWJ6UTJla0kzYjIxWGJEQldNMlEzYVhSRVlXRjNXa2M1UzNkM04zcHFDbEJHT0hOMGFUZHNjbFVyYUZkNFNWbHdWV1poWW00dmQwMHJkVkJ4TlRSdmVrSm9ZVlZNUVhCVlRFOTVXVEI1YVc1S2EzQkRURlk1UVc5SFFrRlFPWElLTjJoRWJIVnJZME5oZURkblpIbFVRMmhHYVZKdGJqZG9jMk5XVDBGaFZHUnJkR3BqVDBaemVDOVVWM1IxWlRsbmIyWlVWMGxLUkdSWFNHa3lOa2gwZHdwak5VMVFOMlJCYVVsWGVuTnVkR1JPV1RGMVkxTXJTekJYVTB0Q2FFb3JUVE5IZGxCSmRERkJPVGhEVHpaS2NFSnBlRmhLWm01aVdsVTRVa3RyY0VSckNrbFBMMHhvUnpSS1lsRTRjRXRYWjNacGVGSktPV1p0ZUZOc2JsQmFlREJpTVVaMVNHdGtaMnBCYjBkQ1FVMXRaRFIxVURGV1lWRnRWVU42TkRSaWJuTUtWVlJ5VG1GelFTOVJUazFsY2pFNU9GSTVNMlI0ZVhrck9ITjZMemxvUm1WUmJYTXZVMFoxUVV4S1R6QmFRMmhoYzBWWFQxRmpOV3RPUTNCUFFWQndNQXA2Unk4MFVEaEhUMnhvVDIxUlpXSnVZelIzV1RORlJUTnRWblphYkRFM2VISmtiRWt5U200eWVrTlZWbE5sZVdsYVN6QkNiRmQ0WlRKVGRGWlhTRWRPQ2xkcVN5dFdhbXBrY2lzeE5UUk1jMGx3UkdWQk4wRkZSa0Z2UjBGTUwwMUZRWGh2VGxOVE1WVkVUSHBaZDFGaVprd3pNVTlCYjIwclFrdHpjazVrWWlzS2NsVldVMDE0VTBWVk1rcHJjVWRLT0hCUGFscDJhbWN2Vm5CSlNIWk1lVlZvWTFGVmQyVkVWMWswZEdOSGJFVkdNbEJ1VkdGVFEzZEtkMFZ1WXpSb1VBcEVUa2xoTW0xNFN6RnNVVGx4UlN0eWJUVkNlVGxFTjBOTlpsSktOVmhrWlVVMFdXbFBNRWczZG1vdll6ZFNhMWgzT1hoTGJDOUNTRmtyY2tOcllqRmhDblJWUVZSRFpqaERaMWxCU0hZNE1HeE5abFI1UW5KNU4wNHZMM2hHZUM5MlRIRmpSVTVsVURkbVZrZHpXakoyYm5FdllrVjZhM1JsT0c4Mkt6RjNibThLU1ZCWmJpOVFRMjB6Tlc1eVZsaHRNbk4zVVZnMkwxUnNObFpOTW5sSmQwa3JkbWxxWlVnMWRVOTFNbWxLT1RGR1ltaGFWVTU2TkRRNVFWZEhVMUozS3dwM09XZEtWM2hVUjJSSGQwdDNURlV5Y25odVRsQkVlVTE2WWxGc1pUVnBLMmNyWmpNMFoyOVZiMEZNVEdKM01XOHpURmhvT1ZFOVBRb3RMUzB0TFVWT1JDQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUW89Cg==","other-connectivity-list":{"connectivity-records":[]}} 2021-09-09 02:05:39,296 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists * 2021-09-09 02:05:39,296 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-09-09 02:05:39,297 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-09-09 02:05:39,297 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:05:39,298 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,354 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-09-09 02:05:39,355 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 404 2021-09-09 02:05:39,355 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-09-09 02:05:39,355 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-09-09 02:05:39,355 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-09-09 02:05:39,363 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-09-09 02:05:39,364 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-09-09 02:05:39,364 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-09-09 02:05:39,365 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,445 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-09-09 02:05:39,446 INFO 142:onap_service.py(1) - [AAI][Create cloud region] response code: 201 2021-09-09 02:05:39,446 DEBUG 146:onap_service.py(1) - [AAI][Create cloud region] response: 2021-09-09 02:05:39,450 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-09-09 02:05:39,450 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-09-09 02:05:39,450 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:05:39,453 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,515 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-09-09 02:05:39,516 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:05:39,516 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":"1631153139400"}]} 2021-09-09 02:05:39,553 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-09-09 02:05:39,553 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/4780fdfc-692c-4bb4-b521-82572eef7fee 2021-09-09 02:05:39,554 DEBUG 132:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: { "esr-system-info-id": "4780fdfc-692c-4bb4-b521-82572eef7fee", "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-09-09 02:05:39,556 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,622 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/4780fdfc-692c-4bb4-b521-82572eef7fee HTTP/1.1" 201 0 2021-09-09 02:05:39,623 INFO 142:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201 2021-09-09 02:05:39,623 DEBUG 146:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 2021-09-09 02:05:39,626 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-09-09 02:05:39,627 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-09-09 02:05:39,627 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:05:39,629 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,674 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-09-09 02:05:39,675 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 404 2021-09-09 02:05:39,676 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-09-09 02:05:39,676 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-09-09 02:05:39,676 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-09-09 02:05:39,677 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant 2021-09-09 02:05:39,677 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise 2021-09-09 02:05:39,681 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-09-09 02:05:39,682 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-09-09 02:05:39,682 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-09-09 02:05:39,684 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,748 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-09-09 02:05:39,749 INFO 142:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201 2021-09-09 02:05:39,749 DEBUG 146:onap_service.py(1) - [AAI][add tenant to cloud region] response: 2021-09-09 02:05:39,752 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-09-09 02:05:39,753 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-09-09 02:05:39,753 DEBUG 132:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2021-09-09 02:05:39,755 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,834 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-09-09 02:05:39,836 INFO 142:onap_service.py(1) - [AAI][get availability_zones] response code: 404 2021-09-09 02:05:39,836 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-09-09 02:05:39,836 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-09-09 02:05:39,837 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-09-09 02:05:39,843 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-09-09 02:05:39,843 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-09-09 02:05:39,843 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-09-09 02:05:39,846 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,915 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-09-09 02:05:39,916 INFO 142:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201 2021-09-09 02:05:39,916 DEBUG 146:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 2021-09-09 02:05:39,932 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-09-09 02:05:39,932 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-09-09 02:05:39,932 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-09-09 02:05:39,934 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:39,982 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-09-09 02:05:39,983 INFO 142:onap_service.py(1) - [AAI][create complex] response code: 412 2021-09-09 02:05:39,983 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-09-09 02:05:39,983 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-09-09 02:05:39,984 WARNING 37:complex_create.py(1) - Try to update the complex failed. 2021-09-09 02:05:39,992 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-09-09 02:05:39,992 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-09-09 02:05:39,992 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:05:39,994 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:40,048 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-09-09 02:05:40,049 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:05:40,049 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":"1631153139400"}]} 2021-09-09 02:05:40,060 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-09-09 02:05:40,060 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-09-09 02:05:40,060 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-09-09 02:05:40,062 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:40,172 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-09-09 02:05:40,173 INFO 142:onap_service.py(1) - [AAI][add relationship to CloudRegion] response code: 200 2021-09-09 02:05:40,173 DEBUG 146:onap_service.py(1) - [AAI][add relationship to CloudRegion] response: 2021-09-09 02:05:40,183 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-09-09 02:05:40,183 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-09-09 02:05:40,183 DEBUG 132:onap_service.py(1) - [AAI][declare customer] data sent: { "global-customer-id": "basicnf-customer", "subscriber-name": "basicnf-customer", "subscriber-type": "INFRA" } 2021-09-09 02:05:40,185 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:40,249 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-09-09 02:05:40,250 INFO 142:onap_service.py(1) - [AAI][declare customer] response code: 201 2021-09-09 02:05:40,251 DEBUG 146:onap_service.py(1) - [AAI][declare customer] response: 2021-09-09 02:05:40,254 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-09-09 02:05:40,254 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-09-09 02:05:40,255 DEBUG 132:onap_service.py(1) - [AAI][get created customer] data sent: None 2021-09-09 02:05:40,257 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:40,306 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-09-09 02:05:40,307 INFO 142:onap_service.py(1) - [AAI][get created customer] response code: 200 2021-09-09 02:05:40,307 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":"1631153140220"} 2021-09-09 02:05:40,311 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-09-09 02:05:40,311 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-09-09 02:05:40,311 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-09-09 02:05:40,313 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:40,358 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-09-09 02:05:40,358 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-09-09 02:05:40,359 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":"1631153140220"} 2021-09-09 02:05:40,361 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-09-09 02:05:40,361 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-09-09 02:05:40,362 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-09-09 02:05:40,363 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:40,409 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-09-09 02:05:40,409 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 404 2021-09-09 02:05:40,410 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-09-09 02:05:40,410 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-09-09 02:05:40,410 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-09-09 02:05:40,410 INFO 561:customer.py(1) - Create service subscription for basicnf-customer customer 2021-09-09 02:05:40,413 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:40,414 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:40,414 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-09-09 02:05:40,414 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:40,414 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:40,416 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:40,907 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:05:40,908 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:40,909 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:05:40,911 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:40,911 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:40,911 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:40,912 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:40,912 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:05:40,912 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:40,912 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:40,912 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:40,912 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:40,912 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:40,913 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:40,913 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:40,913 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:40,913 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:40,913 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:40,913 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:40,913 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:05:40,914 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:40,914 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:05:40,914 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-09-09 02:05:40,914 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-09-09 02:05:40,914 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:05:40,916 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:42,345 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-09-09 02:05:42,350 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:05:42,353 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:05:42,366 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:05:42,367 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-09-09 02:05:42,367 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-09-09 02:05:42,367 DEBUG 132:onap_service.py(1) - [AAI][Create service subscription] data sent: { "service-id": "ed32f141-0efe-4c00-9eda-2cd761e2bbbc" } 2021-09-09 02:05:42,370 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:42,451 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-09-09 02:05:42,453 INFO 142:onap_service.py(1) - [AAI][Create service subscription] response code: 201 2021-09-09 02:05:42,453 DEBUG 146:onap_service.py(1) - [AAI][Create service subscription] response: 2021-09-09 02:05:42,456 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-09-09 02:05:42,457 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-09-09 02:05:42,457 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-09-09 02:05:42,459 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:42,540 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-09-09 02:05:42,541 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-09-09 02:05:42,541 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1631153142407"}]} 2021-09-09 02:05:42,545 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-09-09 02:05:42,545 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-09-09 02:05:42,545 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-09-09 02:05:42,548 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:42,637 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-09-09 02:05:42,638 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-09-09 02:05:42,638 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":"1631153140220"} 2021-09-09 02:05:42,641 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-09-09 02:05:42,641 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-09-09 02:05:42,641 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-09-09 02:05:42,644 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:42,694 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-09-09 02:05:42,694 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-09-09 02:05:42,695 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1631153142407"}]} 2021-09-09 02:05:42,698 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-09-09 02:05:42,698 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-09-09 02:05:42,698 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:05:42,700 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:42,747 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-09-09 02:05:42,748 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:05:42,749 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":"1631153140095","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-09-09 02:05:42,752 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-09-09 02:05:42,752 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-09-09 02:05:42,752 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:05:42,755 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:42,836 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-09-09 02:05:42,837 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-09-09 02:05:42,838 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1631153139719"} 2021-09-09 02:05:42,853 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-09-09 02:05:42,853 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-09-09 02:05:42,853 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=1631153139719", "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-09-09 02:05:42,856 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:43,050 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-09-09 02:05:43,052 INFO 142:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response code: 200 2021-09-09 02:05:43,052 DEBUG 146:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response: 2021-09-09 02:05:43,055 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-09-09 02:05:43,056 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-09-09 02:05:43,056 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-09-09 02:05:43,058 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:43,137 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-09-09 02:05:43,138 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-09-09 02:05:43,138 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":"1631153140220"} 2021-09-09 02:05:43,141 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-09-09 02:05:43,141 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-09-09 02:05:43,142 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:05:43,144 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:43,238 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-09-09 02:05:43,239 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:05:43,240 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":"1631153140095","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-09-09 02:05:43,243 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-09-09 02:05:43,243 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-09-09 02:05:43,243 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:05:43,246 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:43,299 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-09-09 02:05:43,300 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-09-09 02:05:43,301 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1631153142890","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-09-09 02:05:43,304 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-09-09 02:05:43,304 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-09-09 02:05:43,304 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2021-09-09 02:05:43,306 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:43,435 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-09-09 02:05:43,436 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 200 2021-09-09 02:05:43,437 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"owning-entity":[{"owning-entity-id":"9bbb4e0c-831a-4b51-a967-01ac389e57fb","owning-entity-name":"basicnw-oe","resource-version":"1631152408270"},{"owning-entity-id":"645777bc-79b1-461c-9432-4c3f688c1429","owning-entity-name":"basicvm-oe","resource-version":"1631152904178"},{"owning-entity-id":"93c3faca-b076-4852-b98f-747bbf00f690","owning-entity-name":"OE-ETE_Customer-93c3faca-b076-4852-b98f-747bbf00f690","resource-version":"1631151590774","relationship-list":{"relationship":[{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/customers/customer/ETE_Customer_52159282-8c46-4a00-b9e1-55995b607a27/service-subscriptions/service-subscription/pNF/service-instances/service-instance/13e0cc68-7bd8-4a61-b9eb-8f126d39c6ee","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"ETE_Customer_52159282-8c46-4a00-b9e1-55995b607a27"},{"relationship-key":"service-subscription.service-type","relationship-value":"pNF"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"13e0cc68-7bd8-4a61-b9eb-8f126d39c6ee"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"Service_Ete_Name52159282-8c46-4a00-b9e1-55995b607a27"}]}]}}]} 2021-09-09 02:05:43,440 INFO 198:service_ala_carte.py(1) - Owning entity not found, create it 2021-09-09 02:05:43,444 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-09-09 02:05:43,444 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/149d53b4-4dbc-4e14-a208-a102c83ed03b 2021-09-09 02:05:43,445 DEBUG 132:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: { "owning-entity-name": "basicnf_owning_entity", "owning-entity-id": "149d53b4-4dbc-4e14-a208-a102c83ed03b" } 2021-09-09 02:05:43,447 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:43,552 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/owning-entities/owning-entity/149d53b4-4dbc-4e14-a208-a102c83ed03b HTTP/1.1" 201 0 2021-09-09 02:05:43,554 INFO 142:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201 2021-09-09 02:05:43,554 DEBUG 146:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 2021-09-09 02:05:43,558 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-09-09 02:05:43,558 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/149d53b4-4dbc-4e14-a208-a102c83ed03b 2021-09-09 02:05:43,558 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2021-09-09 02:05:43,562 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:05:43,638 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities/owning-entity/149d53b4-4dbc-4e14-a208-a102c83ed03b HTTP/1.1" 200 139 2021-09-09 02:05:43,639 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200 2021-09-09 02:05:43,640 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"149d53b4-4dbc-4e14-a208-a102c83ed03b","owning-entity-name":"basicnf_owning_entity","resource-version":"1631153143490"} 2021-09-09 02:05:43,646 DEBUG 129:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json'} 2021-09-09 02:05:43,647 DEBUG 131:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] url used: https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project 2021-09-09 02:05:43,647 DEBUG 132:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] data sent: { "options": ["basicnf_project"] } 2021-09-09 02:05:43,648 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): vid.api.simpledemo.onap.org:30200 2021-09-09 02:05:43,839 DEBUG 433:connectionpool.py(1) - https://vid.api.simpledemo.onap.org:30200 "POST /vid/maintenance/category_parameter/project HTTP/1.1" 200 13 2021-09-09 02:05:43,842 INFO 142:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response code: 200 2021-09-09 02:05:43,842 DEBUG 146:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response: {"errors":[]} 2021-09-09 02:05:43,846 INFO 203:service_ala_carte.py(1) - ******** Check Service Distribution ******* 2021-09-09 02:05:43,846 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:05:43,847 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:05:43,847 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-09-09 02:05:43,848 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:05:43,848 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:05:43,850 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:05:45,544 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:05:45,545 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:05:45,546 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:05:45,549 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:05:45,549 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:45,550 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:45,550 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:45,550 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:05:45,550 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:45,550 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:45,551 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:45,551 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:05:45,551 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:45,551 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:45,551 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:45,552 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:05:45,552 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:05:45,552 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:05:45,552 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:05:45,552 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:05:45,552 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:05:45,553 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:05:45,553 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-09-09 02:05:45,553 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-09-09 02:05:45,554 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:05:45,556 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:46,150 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-09-09 02:05:46,153 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:05:46,157 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:05:46,165 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:05:46,166 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-09-09 02:05:46,166 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/distribution 2021-09-09 02:05:46,166 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-09-09 02:05:46,168 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:46,237 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/distribution HTTP/1.1" 200 205 2021-09-09 02:05:46,238 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-09-09 02:05:46,238 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[{"distributionID":"2a785673-46fb-4552-a21f-4c549c14d49c","timestamp":"2021-09-09 02:05:36.157 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]} 2021-09-09 02:05:46,241 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-09-09 02:05:46,241 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/2a785673-46fb-4552-a21f-4c549c14d49c 2021-09-09 02:05:46,241 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-09-09 02:05:46,243 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:05:46,325 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/2a785673-46fb-4552-a21f-4c549c14d49c HTTP/1.1" 200 29 2021-09-09 02:05:46,326 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-09-09 02:05:46,327 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-09-09 02:05:46,329 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-09-09 02:05:46,329 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-09-09 02:06:46,393 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-09-09 02:06:46,394 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/2a785673-46fb-4552-a21f-4c549c14d49c 2021-09-09 02:06:46,394 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-09-09 02:06:46,398 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:06:46,509 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/2a785673-46fb-4552-a21f-4c549c14d49c HTTP/1.1" 200 29 2021-09-09 02:06:46,510 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-09-09 02:06:46,511 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-09-09 02:06:46,513 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-09-09 02:06:46,513 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-09-09 02:07:46,560 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-09-09 02:07:46,562 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/2a785673-46fb-4552-a21f-4c549c14d49c 2021-09-09 02:07:46,562 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-09-09 02:07:46,567 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:07:46,695 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/2a785673-46fb-4552-a21f-4c549c14d49c HTTP/1.1" 200 None 2021-09-09 02:07:46,696 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-09-09 02:07:46,697 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"dcae-sch","timestamp":"1631153143183","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":"1631153150933","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","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":"1631153158600","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153157911","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","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":"1631153146442","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","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":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153160928","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153145440","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","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":"1631153142216","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":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","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":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","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":"1631153148867","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153146448","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","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":"1631153165874","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","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":"1631153146801","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","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":"1631153132647","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":"1631153148938","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153147742","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","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":"1631153136898","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":"1631153132647","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":"1631153149930","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","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":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","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":"1631153146595","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153145448","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153149943","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153164870","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153159924","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","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":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153147446","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","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":"1631153145438","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-09-09 02:07:46,700 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', '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': '1631153150933', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', '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': '1631153158600', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153157911', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', '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': '1631153146442', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', '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': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153160928', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153145440', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', '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': '1631153142216', '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': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', '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': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', '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': '1631153148867', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153146448', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', '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': '1631153165874', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', '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': '1631153146801', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', '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': '1631153132647', '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': '1631153148938', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153147742', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', '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': '1631153136898', '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': '1631153132647', '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': '1631153149930', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', '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': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', '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': '1631153146595', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153145448', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153149943', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153164870', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153159924', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', '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': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153147446', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', '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': '1631153145438', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-09-09 02:07:46,702 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-09-09 02:07:46,702 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-09-09 02:07:46,702 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-09-09 02:08:46,704 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-09-09 02:08:46,705 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/2a785673-46fb-4552-a21f-4c549c14d49c 2021-09-09 02:08:46,705 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-09-09 02:08:46,711 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:08:46,885 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/2a785673-46fb-4552-a21f-4c549c14d49c HTTP/1.1" 200 None 2021-09-09 02:08:46,887 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-09-09 02:08:46,888 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"dcae-sch","timestamp":"1631153143183","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":"1631153150933","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","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":"1631153282062","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":"clamp","timestamp":"1631153136274","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":"1631153158600","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153157911","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","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":"1631153146442","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","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":"1631153260231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153260231","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":"1631153278517","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","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":"1631153260231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153160928","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153287095","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153145440","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","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":"1631153142216","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":"1631153277359","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153284078","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","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":"1631153260231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153280966","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","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":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","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":"1631153276217","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153148867","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153146448","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","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":"1631153260231","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":"1631153165874","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","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":"1631153146801","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","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":"1631153260231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","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":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153260231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153279663","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153148938","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153260231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153283065","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":"multicloud-k8s-id","timestamp":"1631153147742","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","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":"1631153136898","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":"1631153132647","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":"1631153273842","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153149930","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","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":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","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":"1631153146595","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153145448","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1631153142216","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153286090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153149943","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153164870","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1631153148776","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":"1631153260231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153136274","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1631153159924","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1631153285083","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153132647","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1631153128392","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1631153147446","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1631153134543","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1631153136898","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":"1631153145438","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1631153143183","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-09-09 02:08:46,892 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', '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': '1631153150933', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', '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': '1631153282062', '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': 'clamp', 'timestamp': '1631153136274', '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': '1631153158600', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153157911', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', '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': '1631153146442', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', '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': '1631153260231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153260231', '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': '1631153278517', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', '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': '1631153260231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153160928', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153287095', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153145440', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', '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': '1631153142216', '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': '1631153277359', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153284078', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', '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': '1631153260231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153280966', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', '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': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', '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': '1631153276217', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153148867', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153146448', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', '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': '1631153260231', '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': '1631153165874', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', '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': '1631153146801', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', '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': '1631153260231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', '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': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153260231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153279663', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153148938', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153260231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153283065', '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': 'multicloud-k8s-id', 'timestamp': '1631153147742', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', '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': '1631153136898', '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': '1631153132647', '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': '1631153273842', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153149930', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', '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': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', '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': '1631153146595', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153145448', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1631153142216', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153286090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153149943', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153164870', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1631153148776', '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': '1631153260231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153136274', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1631153159924', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1631153285083', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153132647', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1631153128392', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1631153147446', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1631153134543', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1631153136898', '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': '1631153145438', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1631153143183', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-09-09 02:08:46,895 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-09-09 02:08:46,895 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-09-09 02:08:46,895 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-09-09 02:08:46,895 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-09-09 02:08:46,896 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-09-09 02:08:46,896 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-09-09 02:08:46,896 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-09-09 02:08:46,896 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-09-09 02:08:46,897 INFO 210:service_ala_carte.py(1) - Service Distribution for basic_cnf is sucessfully finished 2021-09-09 02:08:46,914 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': '939961ce-a8a3-487f-96df-5ad3df95b71a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:08:46,914 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-09-09 02:08:46,915 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "ed32f141-0efe-4c00-9eda-2cd761e2bbbc", "modelVersionId": "94c8794f-edd0-4b2f-aa50-9f580434ef16", "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": "149d53b4-4dbc-4e14-a208-a102c83ed03b", "owningEntityName": "basicnf_owning_entity" } } } 2021-09-09 02:08:46,917 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:08:48,502 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-09-09 02:08:48,504 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response code: 202 2021-09-09 02:08:48,504 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response: {"requestReferences":{"requestId":"939961ce-a8a3-487f-96df-5ad3df95b71a","instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a"}} 2021-09-09 02:08:48,505 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished 2021-09-09 02:08:48,534 DEBUG 129:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '503317cd-732b-4e7d-94fb-0bd836e82ecc', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:08:48,535 DEBUG 131:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a 2021-09-09 02:08:48,536 DEBUG 132:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] data sent: None 2021-09-09 02:08:48,541 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:08:48,716 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a HTTP/1.1" 200 1341 2021-09-09 02:08:48,721 INFO 142:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response code: 200 2021-09-09 02:08:48,721 DEBUG 146:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response: {"request":{"requestId":"939961ce-a8a3-487f-96df-5ad3df95b71a","startTime":"Thu, 09 Sep 2021 02:08:47 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","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":"149d53b4-4dbc-4e14-a208-a102c83ed03b","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 09 Sep 2021 02:08:47 GMT"}}} 2021-09-09 02:08:58,733 DEBUG 129:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '1a786980-ab9a-4a98-899e-247d525b49ae', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:08:58,734 DEBUG 131:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a 2021-09-09 02:08:58,734 DEBUG 132:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] data sent: None 2021-09-09 02:08:58,737 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:08:58,913 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a HTTP/1.1" 200 1551 2021-09-09 02:08:58,914 INFO 142:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response code: 200 2021-09-09 02:08:58,915 DEBUG 146:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response: {"request":{"requestId":"939961ce-a8a3-487f-96df-5ad3df95b71a","startTime":"Thu, 09 Sep 2021 02:08:47 GMT","finishTime":"Thu, 09 Sep 2021 02:08:50 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","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":"149d53b4-4dbc-4e14-a208-a102c83ed03b","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:08:50 GMT"}}} 2021-09-09 02:08:58,915 INFO 56:mixins.py(8) - ServiceInstantiation task finished 2021-09-09 02:08:58,916 DEBUG 129:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '839b8b33-7aff-4823-b45a-c7e7c8f891f5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:08:58,916 DEBUG 131:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a 2021-09-09 02:08:58,916 DEBUG 132:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] data sent: None 2021-09-09 02:08:58,918 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:08:59,075 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a HTTP/1.1" 200 1551 2021-09-09 02:08:59,077 INFO 142:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response code: 200 2021-09-09 02:08:59,078 DEBUG 146:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response: {"request":{"requestId":"939961ce-a8a3-487f-96df-5ad3df95b71a","startTime":"Thu, 09 Sep 2021 02:08:47 GMT","finishTime":"Thu, 09 Sep 2021 02:08:50 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","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":"149d53b4-4dbc-4e14-a208-a102c83ed03b","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:08:50 GMT"}}} 2021-09-09 02:08:59,079 DEBUG 129:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '1a9c7a01-1368-4c0f-973e-7dc0188fa983', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:08:59,079 DEBUG 131:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a 2021-09-09 02:08:59,079 DEBUG 132:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] data sent: None 2021-09-09 02:08:59,081 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:08:59,243 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a HTTP/1.1" 200 1551 2021-09-09 02:08:59,245 INFO 142:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response code: 200 2021-09-09 02:08:59,245 DEBUG 146:onap_service.py(8) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response: {"request":{"requestId":"939961ce-a8a3-487f-96df-5ad3df95b71a","startTime":"Thu, 09 Sep 2021 02:08:47 GMT","finishTime":"Thu, 09 Sep 2021 02:08:50 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","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":"149d53b4-4dbc-4e14-a208-a102c83ed03b","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:08:50 GMT"}}} 2021-09-09 02:08:59,256 DEBUG 129:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6c3537f5-c07e-4dde-aaaf-748d39535fb3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:08:59,257 DEBUG 131:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a 2021-09-09 02:08:59,257 DEBUG 132:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] data sent: None 2021-09-09 02:08:59,260 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:08:59,436 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a HTTP/1.1" 200 1551 2021-09-09 02:08:59,439 INFO 142:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response code: 200 2021-09-09 02:08:59,439 DEBUG 146:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response: {"request":{"requestId":"939961ce-a8a3-487f-96df-5ad3df95b71a","startTime":"Thu, 09 Sep 2021 02:08:47 GMT","finishTime":"Thu, 09 Sep 2021 02:08:50 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","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":"149d53b4-4dbc-4e14-a208-a102c83ed03b","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:08:50 GMT"}}} 2021-09-09 02:08:59,440 DEBUG 129:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cef5245e-5f97-4aa7-bb7d-bcc9650d0f98', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:08:59,441 DEBUG 131:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a 2021-09-09 02:08:59,441 DEBUG 132:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] data sent: None 2021-09-09 02:08:59,444 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:08:59,632 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/939961ce-a8a3-487f-96df-5ad3df95b71a HTTP/1.1" 200 1551 2021-09-09 02:08:59,635 INFO 142:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response code: 200 2021-09-09 02:08:59,635 DEBUG 146:onap_service.py(1) - [None][Check 939961ce-a8a3-487f-96df-5ad3df95b71a orchestration request status] response: {"request":{"requestId":"939961ce-a8a3-487f-96df-5ad3df95b71a","startTime":"Thu, 09 Sep 2021 02:08:47 GMT","finishTime":"Thu, 09 Sep 2021 02:08:50 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","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":"149d53b4-4dbc-4e14-a208-a102c83ed03b","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:08:50 GMT"}}} 2021-09-09 02:08:59,636 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-09-09 02:08:59,637 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-09-09 02:08:59,637 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-09-09 02:08:59,640 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:08:59,750 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-09-09 02:08:59,751 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-09-09 02:08:59,751 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1631153142890","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-09-09 02:08:59,755 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-09-09 02:08:59,755 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 2021-09-09 02:08:59,755 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] data sent: None 2021-09-09 02:08:59,758 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:08:59,840 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 HTTP/1.1" 200 1191 2021-09-09 02:08:59,841 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response code: 200 2021-09-09 02:08:59,842 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response: {"service-instance":[{"service-instance-id":"23c57747-d6e5-4636-a23b-5f1507e96d4b","service-instance-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","model-version-id":"94c8794f-edd0-4b2f-aa50-9f580434ef16","resource-version":"1631153330632","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/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/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"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-09-09 02:08:59,848 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-09-09 02:08:59,849 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-09-09 02:08:59,849 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-09-09 02:08:59,852 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:08:59,910 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-09-09 02:08:59,911 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-09-09 02:08:59,911 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":"1631153140220"} 2021-09-09 02:08:59,914 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-09-09 02:08:59,914 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-09-09 02:08:59,915 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-09-09 02:08:59,917 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:00,037 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-09-09 02:09:00,038 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-09-09 02:09:00,039 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1631153142890","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-09-09 02:09:00,042 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-09-09 02:09:00,042 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 2021-09-09 02:09:00,043 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] data sent: None 2021-09-09 02:09:00,045 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:00,148 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 HTTP/1.1" 200 1191 2021-09-09 02:09:00,150 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response code: 200 2021-09-09 02:09:00,151 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response: {"service-instance":[{"service-instance-id":"23c57747-d6e5-4636-a23b-5f1507e96d4b","service-instance-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","model-version-id":"94c8794f-edd0-4b2f-aa50-9f580434ef16","resource-version":"1631153330632","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/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/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"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-09-09 02:09:00,154 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-09-09 02:09:00,155 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-09-09 02:09:00,155 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:09:00,157 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:00,249 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-09-09 02:09:00,250 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:09:00,250 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":"1631153140095","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-09-09 02:09:00,253 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-09-09 02:09:00,253 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-09-09 02:09:00,254 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:09:00,256 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:00,318 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-09-09 02:09:00,319 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-09-09 02:09:00,319 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1631153142890","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-09-09 02:09:00,322 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:09:00,322 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:09:00,322 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-09-09 02:09:00,323 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:09:00,323 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:09:00,325 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:02,487 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:09:02,489 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:09:02,490 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:09:02,493 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:09:02,494 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:02,494 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:02,494 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:02,494 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:09:02,495 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:02,495 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:02,495 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:02,495 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:09:02,495 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:02,496 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:02,496 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:02,496 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:09:02,496 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:02,496 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:02,497 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:02,497 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:09:02,497 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:09:02,497 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:09:02,498 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-09-09 02:09:02,498 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-09-09 02:09:02,498 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:09:02,500 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:09:04,499 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-09-09 02:09:04,502 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:09:04,505 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:09:04,512 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:09:04,513 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-09-09 02:09:04,513 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel 2021-09-09 02:09:04,514 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-09-09 02:09:04,516 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:05,168 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel HTTP/1.1" 200 None 2021-09-09 02:09:05,170 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-09-09 02:09:05,171 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-09-09 02:09:05,239 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:09:05,239 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:09:05,240 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-09-09 02:09:05,240 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:09:05,240 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:09:05,242 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:06,726 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:09:06,727 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:09:06,728 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:09:06,731 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:09:06,731 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:06,731 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:06,732 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:06,732 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:09:06,732 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:06,732 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:06,732 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:06,733 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:09:06,733 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:06,733 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:06,733 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:06,733 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:09:06,734 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:06,734 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:06,734 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:06,734 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:09:06,734 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:09:06,734 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:09:06,735 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-09-09 02:09:06,735 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-09-09 02:09:06,735 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:09:06,738 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:09:07,549 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-09-09 02:09:07,552 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:09:07,555 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:09:07,562 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:09:07,563 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': 'c247e471-ee67-45fd-b7ac-21b6857f3407', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:07,564 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs 2021-09-09 02:09:07,564 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "ed32f141-0efe-4c00-9eda-2cd761e2bbbc" }, "modelInfo": { "modelType": "vnf", "modelInvariantId": "104539d5-b678-4b60-97ed-0b13c6298fd6", "modelVersionId": "f5fab6dd-2cf0-430b-896c-57477eb8b360", "modelName": "basic_cnf", "modelVersion": "1.0", "modelCustomizationId": "53cb8ddd-96b9-444d-a539-2854bd1465d1", "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": "23c57747-d6e5-4636-a23b-5f1507e96d4b", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "ed32f141-0efe-4c00-9eda-2cd761e2bbbc", "modelVersion": "1.0", "modelVersionId": "94c8794f-edd0-4b2f-aa50-9f580434ef16" } } }] } } 2021-09-09 02:09:07,566 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:09,250 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs HTTP/1.1" 202 262 2021-09-09 02:09:09,252 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response code: 202 2021-09-09 02:09:09,253 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response: {"requestReferences":{"requestId":"c247e471-ee67-45fd-b7ac-21b6857f3407","instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407"}} 2021-09-09 02:09:09,253 DEBUG 79:mixins.py(1) - Wait until VnfInstantiation task is not finished 2021-09-09 02:09:09,264 DEBUG 129:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0d27ab39-7874-4000-975b-cb4305aba655', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:09,265 DEBUG 131:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 2021-09-09 02:09:09,266 DEBUG 132:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] data sent: None 2021-09-09 02:09:09,270 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:09,433 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 HTTP/1.1" 200 1900 2021-09-09 02:09:09,436 INFO 142:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response code: 200 2021-09-09 02:09:09,437 DEBUG 146:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response: {"request":{"requestId":"c247e471-ee67-45fd-b7ac-21b6857f3407","startTime":"Thu, 09 Sep 2021 02:09:07 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}}],"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 09 Sep 2021 02:09:08 GMT"}}} 2021-09-09 02:09:19,452 DEBUG 129:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a77bf40e-c563-4674-87fb-20a055e96fa6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:19,454 DEBUG 131:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 2021-09-09 02:09:19,454 DEBUG 132:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] data sent: None 2021-09-09 02:09:19,459 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:19,652 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 HTTP/1.1" 200 2106 2021-09-09 02:09:19,655 INFO 142:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response code: 200 2021-09-09 02:09:19,656 DEBUG 146:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response: {"request":{"requestId":"c247e471-ee67-45fd-b7ac-21b6857f3407","startTime":"Thu, 09 Sep 2021 02:09:07 GMT","finishTime":"Thu, 09 Sep 2021 02:09:13 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}}],"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:09:13 GMT"}}} 2021-09-09 02:09:19,658 INFO 56:mixins.py(9) - VnfInstantiation task finished 2021-09-09 02:09:19,659 DEBUG 129:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3cdcd7d0-477e-47b6-a8c2-565c892beef7', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:19,659 DEBUG 131:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 2021-09-09 02:09:19,659 DEBUG 132:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] data sent: None 2021-09-09 02:09:19,662 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:19,822 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 HTTP/1.1" 200 2106 2021-09-09 02:09:19,824 INFO 142:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response code: 200 2021-09-09 02:09:19,824 DEBUG 146:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response: {"request":{"requestId":"c247e471-ee67-45fd-b7ac-21b6857f3407","startTime":"Thu, 09 Sep 2021 02:09:07 GMT","finishTime":"Thu, 09 Sep 2021 02:09:13 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}}],"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:09:13 GMT"}}} 2021-09-09 02:09:19,826 DEBUG 129:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'efe522f7-8941-40cf-9bc5-4fcdc28e83a5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:19,826 DEBUG 131:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 2021-09-09 02:09:19,826 DEBUG 132:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] data sent: None 2021-09-09 02:09:19,829 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:19,982 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 HTTP/1.1" 200 2106 2021-09-09 02:09:19,984 INFO 142:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response code: 200 2021-09-09 02:09:19,985 DEBUG 146:onap_service.py(9) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response: {"request":{"requestId":"c247e471-ee67-45fd-b7ac-21b6857f3407","startTime":"Thu, 09 Sep 2021 02:09:07 GMT","finishTime":"Thu, 09 Sep 2021 02:09:13 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}}],"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:09:13 GMT"}}} 2021-09-09 02:09:19,997 DEBUG 129:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'f43f37b2-072f-4657-8c1c-a856f6b60c6c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:19,998 DEBUG 131:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 2021-09-09 02:09:19,999 DEBUG 132:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] data sent: None 2021-09-09 02:09:20,003 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:20,167 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 HTTP/1.1" 200 2106 2021-09-09 02:09:20,170 INFO 142:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response code: 200 2021-09-09 02:09:20,171 DEBUG 146:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response: {"request":{"requestId":"c247e471-ee67-45fd-b7ac-21b6857f3407","startTime":"Thu, 09 Sep 2021 02:09:07 GMT","finishTime":"Thu, 09 Sep 2021 02:09:13 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}}],"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:09:13 GMT"}}} 2021-09-09 02:09:20,172 DEBUG 129:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7e968ca1-9db1-40a5-9f5c-f5bff9682243', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:20,173 DEBUG 131:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 2021-09-09 02:09:20,173 DEBUG 132:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] data sent: None 2021-09-09 02:09:20,175 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:20,341 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c247e471-ee67-45fd-b7ac-21b6857f3407 HTTP/1.1" 200 2106 2021-09-09 02:09:20,343 INFO 142:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response code: 200 2021-09-09 02:09:20,344 DEBUG 146:onap_service.py(1) - [None][Check c247e471-ee67-45fd-b7ac-21b6857f3407 orchestration request status] response: {"request":{"requestId":"c247e471-ee67-45fd-b7ac-21b6857f3407","startTime":"Thu, 09 Sep 2021 02:09:07 GMT","finishTime":"Thu, 09 Sep 2021 02:09:13 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}}],"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:09:13 GMT"}}} 2021-09-09 02:09:20,346 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-09-09 02:09:20,346 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-09-09 02:09:20,346 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-09-09 02:09:20,349 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:20,475 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-09-09 02:09:20,476 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-09-09 02:09:20,476 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":"1631153140220"} 2021-09-09 02:09:20,480 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-09-09 02:09:20,480 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-09-09 02:09:20,480 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-09-09 02:09:20,483 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:20,577 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-09-09 02:09:20,579 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-09-09 02:09:20,579 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1631153142890","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-09-09 02:09:20,583 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-09-09 02:09:20,583 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 2021-09-09 02:09:20,583 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] data sent: None 2021-09-09 02:09:20,586 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:20,712 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 HTTP/1.1" 200 1643 2021-09-09 02:09:20,713 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response code: 200 2021-09-09 02:09:20,713 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response: {"service-instance":[{"service-instance-id":"23c57747-d6e5-4636-a23b-5f1507e96d4b","service-instance-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","model-version-id":"94c8794f-edd0-4b2f-aa50-9f580434ef16","resource-version":"1631153349638","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/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/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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-09-09 02:09:20,717 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-09-09 02:09:20,718 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list 2021-09-09 02:09:20,718 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:09:20,721 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:20,780 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list HTTP/1.1" 200 1064 2021-09-09 02:09:20,781 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:09:20,782 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/v23/business/owning-entities/owning-entity/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-09-09 02:09:20,785 DEBUG 129:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-09-09 02:09:20,785 DEBUG 131:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb 2021-09-09 02:09:20,785 DEBUG 132:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] data sent: None 2021-09-09 02:09:20,787 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:20,892 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb HTTP/1.1" 200 3737 2021-09-09 02:09:20,893 INFO 142:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response code: 200 2021-09-09 02:09:20,894 DEBUG 146:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response: {"vnf-id":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnf-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1631153353045","model-invariant-id":"104539d5-b678-4b60-97ed-0b13c6298fd6","model-version-id":"f5fab6dd-2cf0-430b-896c-57477eb8b360","model-customization-id":"53cb8ddd-96b9-444d-a539-2854bd1465d1","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/service-data/vnfs/vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/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/v23/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/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/23c57747-d6e5-4636-a23b-5f1507e96d4b","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/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/v23/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/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-09-09 02:09:20,898 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:09:20,898 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:09:20,899 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-09-09 02:09:20,899 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:09:20,899 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:09:20,901 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:22,103 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:09:22,106 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:09:22,106 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:09:22,111 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:09:22,111 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:22,112 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:22,112 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:22,112 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:09:22,112 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:22,113 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:22,113 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:22,113 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:09:22,113 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:22,113 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:22,114 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:22,114 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:09:22,114 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:22,114 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:22,114 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:22,115 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:09:22,115 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:09:22,115 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:09:22,116 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-09-09 02:09:22,116 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-09-09 02:09:22,116 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:09:22,119 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:09:22,857 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-09-09 02:09:22,861 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:09:22,865 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:09:22,873 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:09:22,874 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-09-09 02:09:22,875 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel 2021-09-09 02:09:22,875 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-09-09 02:09:22,877 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:23,135 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel HTTP/1.1" 200 None 2021-09-09 02:09:23,137 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-09-09 02:09:23,138 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-09-09 02:09:23,190 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:09:23,190 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779 2021-09-09 02:09:23,191 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-09-09 02:09:23,193 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:09:23,236 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779 HTTP/1.1" 200 270 2021-09-09 02:09:23,238 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-09-09 02:09:23,238 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"3990df09-699c-4dfb-bd42-cacbe09e6926","rb-version":"0eede511-0db9-409e-b64d-5522ad3d4779","chart-name":"nginx","description":"","labels":{"vf_module_model_name":"BasicCnf..base_dummy..module-0","vf_module_model_uuid":"44f6d19e-9346-410e-919c-96b4377d5db6"}} 2021-09-09 02:09:23,242 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:09:23,242 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest 2021-09-09 02:09:23,242 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-09-09 02:09:23,245 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:09:23,280 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest HTTP/1.1" 404 87 2021-09-09 02:09:23,281 INFO 142:onap_service.py(1) - [None][Get profile] response code: 404 2021-09-09 02:09:23,281 DEBUG 146:onap_service.py(1) - [None][Get profile] response: n/a 2021-09-09 02:09:23,282 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-09-09 02:09:23,282 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-09-09 02:09:23,293 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-09-09 02:09:23,293 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile 2021-09-09 02:09:23,294 DEBUG 132:onap_service.py(1) - [None][Create profile for definition] data sent: { "rb-name": "3990df09-699c-4dfb-bd42-cacbe09e6926", "rb-version": "0eede511-0db9-409e-b64d-5522ad3d4779", "profile-name": "cnftest", "release-name": "cnftest", "namespace": "k8s", "kubernetes-version": "1.0" } 2021-09-09 02:09:23,296 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:09:23,334 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile HTTP/1.1" 201 212 2021-09-09 02:09:23,336 INFO 142:onap_service.py(1) - [None][Create profile for definition] response code: 201 2021-09-09 02:09:23,336 DEBUG 146:onap_service.py(1) - [None][Create profile for definition] response: {"rb-name":"3990df09-699c-4dfb-bd42-cacbe09e6926","rb-version":"0eede511-0db9-409e-b64d-5522ad3d4779","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-09-09 02:09:23,339 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:09:23,340 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest 2021-09-09 02:09:23,340 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-09-09 02:09:23,343 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:09:23,372 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest HTTP/1.1" 200 212 2021-09-09 02:09:23,373 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-09-09 02:09:23,374 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"3990df09-699c-4dfb-bd42-cacbe09e6926","rb-version":"0eede511-0db9-409e-b64d-5522ad3d4779","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-09-09 02:09:23,377 DEBUG 129:onap_service.py(1) - [None][Upload Artifact content] sent header: {} 2021-09-09 02:09:23,377 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest/content 2021-09-09 02:09:23,377 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-09-09 02:09:23,379 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:09:23,410 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest/content HTTP/1.1" 200 0 2021-09-09 02:09:23,410 INFO 142:onap_service.py(1) - [None][Upload Artifact content] response code: 200 2021-09-09 02:09:23,411 DEBUG 146:onap_service.py(1) - [None][Upload Artifact content] response: n/a 2021-09-09 02:09:23,413 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-09-09 02:09:23,413 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-09-09 02:09:23,413 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-09-09 02:09:23,415 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:23,457 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-09-09 02:09:23,458 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-09-09 02:09:23,458 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":"1631153140220"} 2021-09-09 02:09:23,460 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-09-09 02:09:23,461 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-09-09 02:09:23,461 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-09-09 02:09:23,463 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:23,510 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-09-09 02:09:23,511 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-09-09 02:09:23,517 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1631153142890","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-09-09 02:09:23,520 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-09-09 02:09:23,521 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 2021-09-09 02:09:23,521 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] data sent: None 2021-09-09 02:09:23,524 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:23,587 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 HTTP/1.1" 200 1643 2021-09-09 02:09:23,588 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response code: 200 2021-09-09 02:09:23,588 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54 service-instance-name] response: {"service-instance":[{"service-instance-id":"23c57747-d6e5-4636-a23b-5f1507e96d4b","service-instance-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","model-version-id":"94c8794f-edd0-4b2f-aa50-9f580434ef16","resource-version":"1631153349638","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/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/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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-09-09 02:09:23,591 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-09-09 02:09:23,592 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-09-09 02:09:23,592 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:09:23,594 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:23,648 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-09-09 02:09:23,648 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:09:23,648 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":"1631153349741","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/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]}]}}]} 2021-09-09 02:09:23,650 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-09-09 02:09:23,650 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-09-09 02:09:23,650 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:09:23,652 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:23,734 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-09-09 02:09:23,735 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-09-09 02:09:23,736 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1631153349844","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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-09-09 02:09:23,739 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-09-09 02:09:23,739 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list 2021-09-09 02:09:23,739 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:09:23,741 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:23,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/service-instances/service-instance/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list HTTP/1.1" 200 1064 2021-09-09 02:09:23,800 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:09:23,801 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/v23/business/owning-entities/owning-entity/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-09-09 02:09:23,804 DEBUG 129:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-09-09 02:09:23,805 DEBUG 131:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb 2021-09-09 02:09:23,805 DEBUG 132:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] data sent: None 2021-09-09 02:09:23,808 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:23,878 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb HTTP/1.1" 200 3737 2021-09-09 02:09:23,879 INFO 142:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response code: 200 2021-09-09 02:09:23,880 DEBUG 146:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response: {"vnf-id":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnf-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1631153353045","model-invariant-id":"104539d5-b678-4b60-97ed-0b13c6298fd6","model-version-id":"f5fab6dd-2cf0-430b-896c-57477eb8b360","model-customization-id":"53cb8ddd-96b9-444d-a539-2854bd1465d1","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/service-data/vnfs/vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/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/v23/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/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/23c57747-d6e5-4636-a23b-5f1507e96d4b","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/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/v23/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/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-09-09 02:09:23,882 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:09:23,883 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:09:23,883 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-09-09 02:09:23,884 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:09:23,884 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:09:23,886 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:24,403 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:09:24,405 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:09:24,406 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:09:24,409 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:09:24,410 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:24,410 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:24,411 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:24,411 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:09:24,412 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:24,412 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:24,413 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:24,413 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:09:24,413 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:24,414 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:24,414 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:24,415 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:09:24,415 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:24,416 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:24,416 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:24,417 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:09:24,417 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:09:24,418 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:09:24,419 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-09-09 02:09:24,419 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-09-09 02:09:24,419 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:09:24,423 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:09:25,009 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-09-09 02:09:25,013 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:09:25,017 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:09:25,029 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:09:25,030 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-09-09 02:09:25,030 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel 2021-09-09 02:09:25,031 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-09-09 02:09:25,033 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:25,200 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel HTTP/1.1" 200 None 2021-09-09 02:09:25,203 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-09-09 02:09:25,203 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-09-09 02:09:25,270 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': '31c18431-52f2-4154-a187-abac194c7d77', 'x-fromappid': 'API client'} 2021-09-09 02:09:25,271 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-09-09 02:09:25,271 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54" }, "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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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-09-09 02:09:25,274 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267 2021-09-09 02:09:25,380 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-09-09 02:09:25,382 INFO 142:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response code: 200 2021-09-09 02:09:25,383 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-09-09 02:09:25,410 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:09:25,410 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:09:25,411 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-09-09 02:09:25,411 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:09:25,412 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:09:25,414 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:09:25,861 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:09:25,863 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:09:25,863 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:09:25,867 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:09:25,867 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:25,868 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:25,868 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:25,868 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:09:25,869 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:25,869 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:25,870 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:25,870 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:09:25,870 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:25,871 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:25,871 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:25,872 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:09:25,872 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:09:25,872 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:09:25,873 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:09:25,873 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:09:25,873 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:09:25,874 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:09:25,875 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-09-09 02:09:25,875 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-09-09 02:09:25,876 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:09:25,878 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:09:26,638 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-09-09 02:09:26,642 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:09:26,645 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:09:26,653 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:09:26,655 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': '768f2005-2d75-4ea5-85b8-cfc42e6fb5ce', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:26,655 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vfModules 2021-09-09 02:09:26,655 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-eb82eb6e-6f69-463d-b2f9-e85154c2cd54", "source": "VID", "suppressRollback": false, "requestorId": "test" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "3990df09-699c-4dfb-bd42-cacbe09e6926", "modelVersionId": "44f6d19e-9346-410e-919c-96b4377d5db6", "modelName": "BasicCnf..base_dummy..module-0", "modelVersion": "1", "modelCustomizationId": "0eede511-0db9-409e-b64d-5522ad3d4779", "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": "23c57747-d6e5-4636-a23b-5f1507e96d4b", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "ed32f141-0efe-4c00-9eda-2cd761e2bbbc", "modelVersion": "1.0", "modelVersionId": "94c8794f-edd0-4b2f-aa50-9f580434ef16" } } }, { "relatedInstance": { "instanceId": "e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb", "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "104539d5-b678-4b60-97ed-0b13c6298fd6", "modelVersion": "1.0", "modelVersionId": "f5fab6dd-2cf0-430b-896c-57477eb8b360", "modelCustomizationId": "53cb8ddd-96b9-444d-a539-2854bd1465d1", "modelCustomizationName": "basic_cnf 0" } } } ] } } 2021-09-09 02:09:26,658 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:28,181 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vfModules HTTP/1.1" 202 262 2021-09-09 02:09:28,183 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response code: 202 2021-09-09 02:09:28,184 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response: {"requestReferences":{"requestId":"768f2005-2d75-4ea5-85b8-cfc42e6fb5ce","instanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce"}} 2021-09-09 02:09:28,185 DEBUG 79:mixins.py(1) - Wait until VfModuleInstantiation task is not finished 2021-09-09 02:09:28,199 DEBUG 129:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2a472337-67f6-4272-83e7-4397c7329c85', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:28,200 DEBUG 131:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce 2021-09-09 02:09:28,201 DEBUG 132:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] data sent: None 2021-09-09 02:09:28,207 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:28,382 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce HTTP/1.1" 200 2455 2021-09-09 02:09:28,385 INFO 142:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response code: 200 2021-09-09 02:09:28,386 DEBUG 146:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response: {"request":{"requestId":"768f2005-2d75-4ea5-85b8-cfc42e6fb5ce","startTime":"Thu, 09 Sep 2021 02:09:26 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}},{"relatedInstance":{"instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 09 Sep 2021 02:09:27 GMT"}}} 2021-09-09 02:09:38,399 DEBUG 129:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2b72d387-12d8-4370-a175-649ee6b0c7b0', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:38,399 DEBUG 131:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce 2021-09-09 02:09:38,399 DEBUG 132:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] data sent: None 2021-09-09 02:09:38,403 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:38,576 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce HTTP/1.1" 200 2666 2021-09-09 02:09:38,579 INFO 142:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response code: 200 2021-09-09 02:09:38,580 DEBUG 146:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response: {"request":{"requestId":"768f2005-2d75-4ea5-85b8-cfc42e6fb5ce","startTime":"Thu, 09 Sep 2021 02:09:26 GMT","finishTime":"Thu, 09 Sep 2021 02:09:36 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}},{"relatedInstance":{"instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:36 GMT"}}} 2021-09-09 02:09:38,581 INFO 56:mixins.py(10) - VfModuleInstantiation task finished 2021-09-09 02:09:38,581 DEBUG 129:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c6f6fb35-ac81-49ec-97ed-a4fcaf2715d2', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:38,582 DEBUG 131:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce 2021-09-09 02:09:38,582 DEBUG 132:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] data sent: None 2021-09-09 02:09:38,585 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:38,761 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce HTTP/1.1" 200 2666 2021-09-09 02:09:38,763 INFO 142:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response code: 200 2021-09-09 02:09:38,763 DEBUG 146:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response: {"request":{"requestId":"768f2005-2d75-4ea5-85b8-cfc42e6fb5ce","startTime":"Thu, 09 Sep 2021 02:09:26 GMT","finishTime":"Thu, 09 Sep 2021 02:09:36 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}},{"relatedInstance":{"instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:36 GMT"}}} 2021-09-09 02:09:38,764 DEBUG 129:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cad7fde9-c401-4ef4-91fa-c3e839fdd524', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:38,765 DEBUG 131:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce 2021-09-09 02:09:38,765 DEBUG 132:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] data sent: None 2021-09-09 02:09:38,767 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:38,926 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce HTTP/1.1" 200 2666 2021-09-09 02:09:38,928 INFO 142:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response code: 200 2021-09-09 02:09:38,928 DEBUG 146:onap_service.py(10) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response: {"request":{"requestId":"768f2005-2d75-4ea5-85b8-cfc42e6fb5ce","startTime":"Thu, 09 Sep 2021 02:09:26 GMT","finishTime":"Thu, 09 Sep 2021 02:09:36 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}},{"relatedInstance":{"instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:36 GMT"}}} 2021-09-09 02:09:38,940 DEBUG 129:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c9cf92b3-4eb9-4698-a63f-1e1a47c8c90b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:38,941 DEBUG 131:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce 2021-09-09 02:09:38,941 DEBUG 132:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] data sent: None 2021-09-09 02:09:38,944 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:39,097 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce HTTP/1.1" 200 2666 2021-09-09 02:09:39,099 INFO 142:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response code: 200 2021-09-09 02:09:39,100 DEBUG 146:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response: {"request":{"requestId":"768f2005-2d75-4ea5-85b8-cfc42e6fb5ce","startTime":"Thu, 09 Sep 2021 02:09:26 GMT","finishTime":"Thu, 09 Sep 2021 02:09:36 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}},{"relatedInstance":{"instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:36 GMT"}}} 2021-09-09 02:09:39,101 DEBUG 129:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '90db93f5-c93b-49dd-a9ac-bae116088e1a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:39,101 DEBUG 131:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce 2021-09-09 02:09:39,102 DEBUG 132:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] data sent: None 2021-09-09 02:09:39,104 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:39,265 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/768f2005-2d75-4ea5-85b8-cfc42e6fb5ce HTTP/1.1" 200 2666 2021-09-09 02:09:39,267 INFO 142:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response code: 200 2021-09-09 02:09:39,267 DEBUG 146:onap_service.py(1) - [None][Check 768f2005-2d75-4ea5-85b8-cfc42e6fb5ce orchestration request status] response: {"request":{"requestId":"768f2005-2d75-4ea5-85b8-cfc42e6fb5ce","startTime":"Thu, 09 Sep 2021 02:09:26 GMT","finishTime":"Thu, 09 Sep 2021 02:09:36 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"}}},{"relatedInstance":{"instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:36 GMT"}}} 2021-09-09 02:09:39,269 INFO 36:basic_cnf.py(1) - basic_cnf successfully created 2021-09-09 02:09:39,269 INFO 39:basic_cnf.py(1) - basic_cnf cleanup called 2021-09-09 02:09:49,280 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-09-09 02:09:49,281 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list 2021-09-09 02:09:49,281 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:09:49,285 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,349 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list HTTP/1.1" 200 1064 2021-09-09 02:09:49,350 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:09:49,350 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/v23/business/owning-entities/owning-entity/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-09-09 02:09:49,353 DEBUG 129:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-09-09 02:09:49,354 DEBUG 131:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb 2021-09-09 02:09:49,354 DEBUG 132:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] data sent: None 2021-09-09 02:09:49,356 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,432 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb HTTP/1.1" 200 3737 2021-09-09 02:09:49,433 INFO 142:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response code: 200 2021-09-09 02:09:49,434 DEBUG 146:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response: {"vnf-id":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnf-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1631153353045","model-invariant-id":"104539d5-b678-4b60-97ed-0b13c6298fd6","model-version-id":"f5fab6dd-2cf0-430b-896c-57477eb8b360","model-customization-id":"53cb8ddd-96b9-444d-a539-2854bd1465d1","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/service-data/vnfs/vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/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/v23/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/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/23c57747-d6e5-4636-a23b-5f1507e96d4b","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/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/v23/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/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-09-09 02:09:49,437 DEBUG 163:vf_module_ala_carte.py(1) - VNF instance AAI found in Service Instance 2021-09-09 02:09:49,438 INFO 165:vf_module_ala_carte.py(1) - Get VF Modules 2021-09-09 02:09:49,438 DEBUG 129:onap_service.py(1) - [AAI][GET VNF basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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-09-09 02:09:49,439 DEBUG 131:onap_service.py(1) - [AAI][GET VNF basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0 VF modules] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vf-modules 2021-09-09 02:09:49,439 DEBUG 132:onap_service.py(1) - [AAI][GET VNF basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0 VF modules] data sent: None 2021-09-09 02:09:49,441 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,497 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vf-modules HTTP/1.1" 200 803 2021-09-09 02:09:49,498 INFO 142:onap_service.py(1) - [AAI][GET VNF basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0 VF modules] response code: 200 2021-09-09 02:09:49,498 DEBUG 146:onap_service.py(1) - [AAI][GET VNF basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0 VF modules] response: {"vf-module":[{"vf-module-id":"f159c100-7dc7-45e0-9945-13051d9782c1","vf-module-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","heat-stack-id":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54/serene_lovelace","orchestration-status":"Active","is-base-vf-module":true,"automated-assignment":false,"resource-version":"1631153376465","model-invariant-id":"3990df09-699c-4dfb-bd42-cacbe09e6926","model-version-id":"44f6d19e-9346-410e-919c-96b4377d5db6","model-customization-id":"0eede511-0db9-409e-b64d-5522ad3d4779","module-index":0,"selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/service-data/vnfs/vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vnf-data/vf-modules/vf-module/f159c100-7dc7-45e0-9945-13051d9782c1/vf-module-data/vf-module-topology/"}]} 2021-09-09 02:09:49,501 INFO 167:vf_module_ala_carte.py(1) - Delete VF Module AAI 2021-09-09 02:09:49,501 DEBUG 158:vf_module.py(1) - Delete f159c100-7dc7-45e0-9945-13051d9782c1 VF module 2021-09-09 02:09:49,502 DEBUG 45:deletion.py(1) - VF module f159c100-7dc7-45e0-9945-13051d9782c1 deletion request 2021-09-09 02:09:49,517 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-09-09 02:09:49,517 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-09-09 02:09:49,517 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:09:49,519 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,571 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-09-09 02:09:49,572 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:09:49,573 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/v23/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-09-09 02:09:49,576 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-09-09 02:09:49,576 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-09-09 02:09:49,576 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:09:49,578 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,639 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-09-09 02:09:49,640 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:09:49,640 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":"1631153349741","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/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]}]}}]} 2021-09-09 02:09:49,643 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-09-09 02:09:49,643 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-09-09 02:09:49,643 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:09:49,646 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,703 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-09-09 02:09:49,704 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:09:49,704 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/v23/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-09-09 02:09:49,708 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-09-09 02:09:49,709 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-09-09 02:09:49,709 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:09:49,712 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,774 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-09-09 02:09:49,775 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:09:49,776 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":"1631153349741","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/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]}]}}]} 2021-09-09 02:09:49,779 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-09-09 02:09:49,779 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-09-09 02:09:49,780 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:09:49,782 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,833 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-09-09 02:09:49,834 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:09:49,835 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/v23/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-09-09 02:09:49,838 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-09-09 02:09:49,839 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-09-09 02:09:49,839 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:09:49,842 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,897 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-09-09 02:09:49,898 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:09:49,898 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":"1631153349741","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/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]}]}}]} 2021-09-09 02:09:49,901 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-09-09 02:09:49,901 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-09-09 02:09:49,902 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:09:49,904 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:09:49,970 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-09-09 02:09:49,971 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-09-09 02:09:49,972 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1631153349844","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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-09-09 02:09:49,976 DEBUG 129:onap_service.py(1) - [None][Create f159c100-7dc7-45e0-9945-13051d9782c1 VF moduledeletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5881df83-d47d-4c6b-84da-a9bc6911bb8a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:49,976 DEBUG 131:onap_service.py(1) - [None][Create f159c100-7dc7-45e0-9945-13051d9782c1 VF moduledeletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vfModules/f159c100-7dc7-45e0-9945-13051d9782c1 2021-09-09 02:09:49,976 DEBUG 132:onap_service.py(1) - [None][Create f159c100-7dc7-45e0-9945-13051d9782c1 VF moduledeletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "3990df09-699c-4dfb-bd42-cacbe09e6926", "modelVersionId": "44f6d19e-9346-410e-919c-96b4377d5db6", "modelName": "basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54", "modelVersion": "1631153376465", "modelCustomizationId": "0eede511-0db9-409e-b64d-5522ad3d4779" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-09-09 02:09:49,980 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:51,363 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vfModules/f159c100-7dc7-45e0-9945-13051d9782c1 HTTP/1.1" 202 262 2021-09-09 02:09:51,366 INFO 142:onap_service.py(1) - [None][Create f159c100-7dc7-45e0-9945-13051d9782c1 VF moduledeletion request] response code: 202 2021-09-09 02:09:51,367 DEBUG 146:onap_service.py(1) - [None][Create f159c100-7dc7-45e0-9945-13051d9782c1 VF moduledeletion request] response: {"requestReferences":{"requestId":"5881df83-d47d-4c6b-84da-a9bc6911bb8a","instanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a"}} 2021-09-09 02:09:51,368 DEBUG 79:mixins.py(1) - Wait until VfModuleDeletionRequest task is not finished 2021-09-09 02:09:51,379 DEBUG 129:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8db8cd6d-1d48-4762-9709-3d9de4bd1e65', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:09:51,380 DEBUG 131:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a 2021-09-09 02:09:51,380 DEBUG 132:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] data sent: None 2021-09-09 02:09:51,385 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:09:51,544 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a HTTP/1.1" 200 1311 2021-09-09 02:09:51,547 INFO 142:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response code: 200 2021-09-09 02:09:51,548 DEBUG 146:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response: {"request":{"requestId":"5881df83-d47d-4c6b-84da-a9bc6911bb8a","startTime":"Thu, 09 Sep 2021 02:09:50 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","modelVersion":"1631153376465","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 09 Sep 2021 02:09:50 GMT"}}} 2021-09-09 02:10:01,560 DEBUG 129:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '613bfee3-1009-419a-b597-4de45183a0cd', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:01,561 DEBUG 131:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a 2021-09-09 02:10:01,562 DEBUG 132:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] data sent: None 2021-09-09 02:10:01,565 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:01,743 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a HTTP/1.1" 200 1522 2021-09-09 02:10:01,745 INFO 142:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response code: 200 2021-09-09 02:10:01,746 DEBUG 146:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response: {"request":{"requestId":"5881df83-d47d-4c6b-84da-a9bc6911bb8a","startTime":"Thu, 09 Sep 2021 02:09:50 GMT","finishTime":"Thu, 09 Sep 2021 02:09:56 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","modelVersion":"1631153376465","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:56 GMT"}}} 2021-09-09 02:10:01,747 INFO 56:mixins.py(11) - VfModuleDeletionRequest task finished 2021-09-09 02:10:01,748 DEBUG 129:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '53f04ce5-8c38-40ee-818d-c68b80123002', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:01,748 DEBUG 131:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a 2021-09-09 02:10:01,749 DEBUG 132:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] data sent: None 2021-09-09 02:10:01,751 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:01,918 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a HTTP/1.1" 200 1522 2021-09-09 02:10:01,920 INFO 142:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response code: 200 2021-09-09 02:10:01,920 DEBUG 146:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response: {"request":{"requestId":"5881df83-d47d-4c6b-84da-a9bc6911bb8a","startTime":"Thu, 09 Sep 2021 02:09:50 GMT","finishTime":"Thu, 09 Sep 2021 02:09:56 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","modelVersion":"1631153376465","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:56 GMT"}}} 2021-09-09 02:10:01,922 DEBUG 129:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'da553bf0-6051-4ad2-8359-2769de3aa344', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:01,922 DEBUG 131:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a 2021-09-09 02:10:01,922 DEBUG 132:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] data sent: None 2021-09-09 02:10:01,925 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:02,096 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a HTTP/1.1" 200 1522 2021-09-09 02:10:02,098 INFO 142:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response code: 200 2021-09-09 02:10:02,098 DEBUG 146:onap_service.py(11) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response: {"request":{"requestId":"5881df83-d47d-4c6b-84da-a9bc6911bb8a","startTime":"Thu, 09 Sep 2021 02:09:50 GMT","finishTime":"Thu, 09 Sep 2021 02:09:56 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","modelVersion":"1631153376465","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:56 GMT"}}} 2021-09-09 02:10:02,120 DEBUG 129:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7f1d5fd7-be4a-4329-bcb0-fdc96833a3c2', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:02,120 DEBUG 131:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a 2021-09-09 02:10:02,120 DEBUG 132:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] data sent: None 2021-09-09 02:10:02,124 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:02,288 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a HTTP/1.1" 200 1522 2021-09-09 02:10:02,290 INFO 142:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response code: 200 2021-09-09 02:10:02,291 DEBUG 146:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response: {"request":{"requestId":"5881df83-d47d-4c6b-84da-a9bc6911bb8a","startTime":"Thu, 09 Sep 2021 02:09:50 GMT","finishTime":"Thu, 09 Sep 2021 02:09:56 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","modelVersion":"1631153376465","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:56 GMT"}}} 2021-09-09 02:10:02,292 DEBUG 129:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'f0a38e76-bcc6-46e4-8168-d123a60e52d5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:02,292 DEBUG 131:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a 2021-09-09 02:10:02,293 DEBUG 132:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] data sent: None 2021-09-09 02:10:02,295 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:02,449 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5881df83-d47d-4c6b-84da-a9bc6911bb8a HTTP/1.1" 200 1522 2021-09-09 02:10:02,451 INFO 142:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response code: 200 2021-09-09 02:10:02,451 DEBUG 146:onap_service.py(1) - [None][Check 5881df83-d47d-4c6b-84da-a9bc6911bb8a orchestration request status] response: {"request":{"requestId":"5881df83-d47d-4c6b-84da-a9bc6911bb8a","startTime":"Thu, 09 Sep 2021 02:09:50 GMT","finishTime":"Thu, 09 Sep 2021 02:09:56 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"3990df09-699c-4dfb-bd42-cacbe09e6926","modelType":"vfModule","modelName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54","modelVersion":"1631153376465","modelCustomizationUuid":"0eede511-0db9-409e-b64d-5522ad3d4779","modelVersionId":"44f6d19e-9346-410e-919c-96b4377d5db6","modelCustomizationId":"0eede511-0db9-409e-b64d-5522ad3d4779","modelUuid":"44f6d19e-9346-410e-919c-96b4377d5db6","modelInvariantUuid":"3990df09-699c-4dfb-bd42-cacbe09e6926"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vfModuleInstanceId":"f159c100-7dc7-45e0-9945-13051d9782c1","vfModuleInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:09:56 GMT"}}} 2021-09-09 02:10:02,452 INFO 176:vf_module_ala_carte.py(1) - VfModule AAI deleted 2021-09-09 02:10:02,453 INFO 158:k8s_profile_create.py(1) - Clean the k8s profile 2021-09-09 02:10: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-09-09 02:10: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/service-instances/service-instance/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list 2021-09-09 02:10:02,454 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:02,457 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:02,582 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list HTTP/1.1" 200 1064 2021-09-09 02:10:02,583 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:02,584 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/v23/business/owning-entities/owning-entity/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-09-09 02:10:02,587 DEBUG 129:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-09-09 02:10:02,588 DEBUG 131:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb 2021-09-09 02:10:02,588 DEBUG 132:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] data sent: None 2021-09-09 02:10:02,590 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:02,678 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb HTTP/1.1" 200 3737 2021-09-09 02:10:02,679 INFO 142:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response code: 200 2021-09-09 02:10:02,679 DEBUG 146:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response: {"vnf-id":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnf-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1631153353045","model-invariant-id":"104539d5-b678-4b60-97ed-0b13c6298fd6","model-version-id":"f5fab6dd-2cf0-430b-896c-57477eb8b360","model-customization-id":"53cb8ddd-96b9-444d-a539-2854bd1465d1","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/service-data/vnfs/vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/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/v23/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/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/23c57747-d6e5-4636-a23b-5f1507e96d4b","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/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/v23/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/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-09-09 02:10:02,682 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:10:02,683 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:10:02,683 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-09-09 02:10:02,684 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:10:02,684 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:10:02,686 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:04,101 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:10:04,103 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:10:04,103 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:10:04,106 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:10:04,106 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:04,106 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:04,107 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:04,107 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:10:04,107 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:04,107 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:04,107 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:04,108 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:10:04,108 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:04,108 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:04,108 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:04,108 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:10:04,108 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:04,109 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:04,109 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:04,109 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:10:04,109 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:10:04,109 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:10:04,110 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-09-09 02:10:04,110 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-09-09 02:10:04,110 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:10:04,112 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:10:06,030 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-09-09 02:10:06,034 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:10:06,037 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:10:06,044 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:10:06,045 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-09-09 02:10:06,045 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel 2021-09-09 02:10:06,045 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-09-09 02:10:06,047 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:06,230 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel HTTP/1.1" 200 None 2021-09-09 02:10:06,233 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-09-09 02:10:06,233 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-09-09 02:10:06,281 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:10:06,282 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779 2021-09-09 02:10:06,282 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-09-09 02:10:06,284 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:10:06,312 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779 HTTP/1.1" 200 270 2021-09-09 02:10:06,313 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-09-09 02:10:06,313 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"3990df09-699c-4dfb-bd42-cacbe09e6926","rb-version":"0eede511-0db9-409e-b64d-5522ad3d4779","chart-name":"nginx","description":"","labels":{"vf_module_model_name":"BasicCnf..base_dummy..module-0","vf_module_model_uuid":"44f6d19e-9346-410e-919c-96b4377d5db6"}} 2021-09-09 02:10:06,315 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:10:06,315 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest 2021-09-09 02:10:06,315 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-09-09 02:10:06,317 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:10:06,351 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest HTTP/1.1" 200 212 2021-09-09 02:10:06,352 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-09-09 02:10:06,352 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"3990df09-699c-4dfb-bd42-cacbe09e6926","rb-version":"0eede511-0db9-409e-b64d-5522ad3d4779","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-09-09 02:10:06,354 DEBUG 129:onap_service.py(1) - [None][Delete Profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:10:06,354 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/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest 2021-09-09 02:10:06,355 DEBUG 132:onap_service.py(1) - [None][Delete Profile] data sent: None 2021-09-09 02:10:06,356 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:10:06,386 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/rb/definition/3990df09-699c-4dfb-bd42-cacbe09e6926/0eede511-0db9-409e-b64d-5522ad3d4779/profile/cnftest HTTP/1.1" 204 0 2021-09-09 02:10:06,386 INFO 142:onap_service.py(1) - [None][Delete Profile] response code: 204 2021-09-09 02:10:06,387 DEBUG 146:onap_service.py(1) - [None][Delete Profile] response: n/a 2021-09-09 02:10:06,388 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-09-09 02:10:06,389 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list 2021-09-09 02:10:06,389 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:06,390 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:06,445 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/23c57747-d6e5-4636-a23b-5f1507e96d4b/relationship-list HTTP/1.1" 200 1064 2021-09-09 02:10:06,447 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:06,447 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/v23/business/owning-entities/owning-entity/149d53b4-4dbc-4e14-a208-a102c83ed03b","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"149d53b4-4dbc-4e14-a208-a102c83ed03b"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-09-09 02:10:06,450 DEBUG 129:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-09-09 02:10:06,451 DEBUG 131:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb 2021-09-09 02:10:06,451 DEBUG 132:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] data sent: None 2021-09-09 02:10:06,454 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:06,520 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb HTTP/1.1" 200 3737 2021-09-09 02:10:06,521 INFO 142:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response code: 200 2021-09-09 02:10:06,521 DEBUG 146:onap_service.py(1) - [AAI][Get 23c57747-d6e5-4636-a23b-5f1507e96d4b ABCMeta] response: {"vnf-id":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnf-name":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1631153353045","model-invariant-id":"104539d5-b678-4b60-97ed-0b13c6298fd6","model-version-id":"f5fab6dd-2cf0-430b-896c-57477eb8b360","model-customization-id":"53cb8ddd-96b9-444d-a539-2854bd1465d1","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/23c57747-d6e5-4636-a23b-5f1507e96d4b/service-data/vnfs/vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/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/v23/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/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/23c57747-d6e5-4636-a23b-5f1507e96d4b","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/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/v23/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/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]}]}} 2021-09-09 02:10:06,524 DEBUG 384:vnf.py(1) - Delete e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb VNF 2021-09-09 02:10:06,524 DEBUG 80:deletion.py(1) - VNF e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb deletion request 2021-09-09 02:10:06,541 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:10:06,541 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:10:06,542 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-09-09 02:10:06,542 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:10:06,542 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:10:06,544 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:07,142 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:10:07,144 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:10:07,145 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:10:07,148 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:10:07,149 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:07,149 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:07,149 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:07,149 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:10:07,149 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:07,150 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:07,150 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:07,150 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:10:07,150 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:07,151 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:07,151 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:07,151 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:10:07,151 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:07,151 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:07,152 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:07,152 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:10:07,152 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:10:07,152 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:10:07,153 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-09-09 02:10:07,153 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-09-09 02:10:07,153 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:10:07,156 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:10:07,797 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-09-09 02:10:07,801 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:10:07,804 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:10:07,812 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:10:07,813 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-09-09 02:10:07,813 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel 2021-09-09 02:10:07,814 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-09-09 02:10:07,816 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:08,170 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel HTTP/1.1" 200 None 2021-09-09 02:10:08,172 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-09-09 02:10:08,173 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-09-09 02:10:08,220 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-09-09 02:10:08,220 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-09-09 02:10:08,220 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:08,222 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:08,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-09-09 02:10:08,276 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:08,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/v23/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-09-09 02:10:08,279 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-09-09 02:10:08,280 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-09-09 02:10:08,280 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:10:08,282 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:08,343 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-09-09 02:10:08,343 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:10:08,344 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":"1631153349741","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/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]}]}}]} 2021-09-09 02:10:08,346 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-09-09 02:10:08,346 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-09-09 02:10:08,346 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:08,348 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:08,391 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-09-09 02:10:08,392 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:08,392 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/v23/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-09-09 02:10:08,394 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-09-09 02:10:08,395 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-09-09 02:10:08,395 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:10:08,397 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:08,448 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-09-09 02:10:08,449 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:10:08,449 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":"1631153349741","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/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]}]}}]} 2021-09-09 02:10:08,451 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-09-09 02:10:08,451 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-09-09 02:10:08,451 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:08,453 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:08,494 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-09-09 02:10:08,494 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:08,494 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/v23/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-09-09 02:10:08,496 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-09-09 02:10:08,496 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-09-09 02:10:08,497 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:10:08,498 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:08,556 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-09-09 02:10:08,557 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:10:08,557 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":"1631153349741","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/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"}]}]}}]} 2021-09-09 02:10:08,560 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-09-09 02:10:08,561 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-09-09 02:10:08,561 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:10:08,564 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:08,614 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-09-09 02:10:08,615 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-09-09 02:10:08,616 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1631153349844","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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-09-09 02:10:08,618 DEBUG 129:onap_service.py(1) - [None][Create e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb VNF deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '387bd3ad-e748-4c81-b3ad-eb9c770710b1', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:08,618 DEBUG 131:onap_service.py(1) - [None][Create e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb VNF deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb 2021-09-09 02:10:08,618 DEBUG 132:onap_service.py(1) - [None][Create e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb VNF deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "104539d5-b678-4b60-97ed-0b13c6298fd6", "modelVersion": "1.0", "modelVersionId": "f5fab6dd-2cf0-430b-896c-57477eb8b360", "modelCustomizationId": "53cb8ddd-96b9-444d-a539-2854bd1465d1", "modelCustomizationName": "basic_cnf 0" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-09-09 02:10:08,620 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:10,141 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b/vnfs/e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb HTTP/1.1" 202 262 2021-09-09 02:10:10,143 INFO 142:onap_service.py(1) - [None][Create e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb VNF deletion request] response code: 202 2021-09-09 02:10:10,144 DEBUG 146:onap_service.py(1) - [None][Create e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb VNF deletion request] response: {"requestReferences":{"requestId":"387bd3ad-e748-4c81-b3ad-eb9c770710b1","instanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1"}} 2021-09-09 02:10:10,145 DEBUG 79:mixins.py(1) - Wait until VnfDeletionRequest task is not finished 2021-09-09 02:10:10,154 DEBUG 129:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'eaa1d4e0-230a-46d6-91bc-a85d57af65a2', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:10,155 DEBUG 131:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 2021-09-09 02:10:10,155 DEBUG 132:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] data sent: None 2021-09-09 02:10:10,159 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:10,323 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 HTTP/1.1" 200 1268 2021-09-09 02:10:10,326 INFO 142:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response code: 200 2021-09-09 02:10:10,327 DEBUG 146:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response: {"request":{"requestId":"387bd3ad-e748-4c81-b3ad-eb9c770710b1","startTime":"Thu, 09 Sep 2021 02:10:08 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 09 Sep 2021 02:10:09 GMT"}}} 2021-09-09 02:10:20,339 DEBUG 129:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '123a7639-7b7c-4bbd-bf36-10dd3dca149f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:20,339 DEBUG 131:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 2021-09-09 02:10:20,340 DEBUG 132:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] data sent: None 2021-09-09 02:10:20,343 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:20,502 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 HTTP/1.1" 200 1474 2021-09-09 02:10:20,504 INFO 142:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response code: 200 2021-09-09 02:10:20,504 DEBUG 146:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response: {"request":{"requestId":"387bd3ad-e748-4c81-b3ad-eb9c770710b1","startTime":"Thu, 09 Sep 2021 02:10:08 GMT","finishTime":"Thu, 09 Sep 2021 02:10:12 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:10:12 GMT"}}} 2021-09-09 02:10:20,505 INFO 56:mixins.py(12) - VnfDeletionRequest task finished 2021-09-09 02:10:20,506 DEBUG 129:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ad0ebc3e-e990-4e98-be8d-84a31ac50d52', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:20,507 DEBUG 131:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 2021-09-09 02:10:20,507 DEBUG 132:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] data sent: None 2021-09-09 02:10:20,510 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:20,671 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 HTTP/1.1" 200 1474 2021-09-09 02:10:20,673 INFO 142:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response code: 200 2021-09-09 02:10:20,673 DEBUG 146:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response: {"request":{"requestId":"387bd3ad-e748-4c81-b3ad-eb9c770710b1","startTime":"Thu, 09 Sep 2021 02:10:08 GMT","finishTime":"Thu, 09 Sep 2021 02:10:12 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:10:12 GMT"}}} 2021-09-09 02:10:20,674 DEBUG 129:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'f0d5197b-5855-43a7-9569-29876a731928', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:20,675 DEBUG 131:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 2021-09-09 02:10:20,675 DEBUG 132:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] data sent: None 2021-09-09 02:10:20,678 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:20,851 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 HTTP/1.1" 200 1474 2021-09-09 02:10:20,852 INFO 142:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response code: 200 2021-09-09 02:10:20,853 DEBUG 146:onap_service.py(12) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response: {"request":{"requestId":"387bd3ad-e748-4c81-b3ad-eb9c770710b1","startTime":"Thu, 09 Sep 2021 02:10:08 GMT","finishTime":"Thu, 09 Sep 2021 02:10:12 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:10:12 GMT"}}} 2021-09-09 02:10:20,863 DEBUG 129:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8631745b-7348-4b98-99dc-4acf011f608f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:20,864 DEBUG 131:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 2021-09-09 02:10:20,864 DEBUG 132:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] data sent: None 2021-09-09 02:10:20,868 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:21,026 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 HTTP/1.1" 200 1474 2021-09-09 02:10:21,029 INFO 142:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response code: 200 2021-09-09 02:10:21,029 DEBUG 146:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response: {"request":{"requestId":"387bd3ad-e748-4c81-b3ad-eb9c770710b1","startTime":"Thu, 09 Sep 2021 02:10:08 GMT","finishTime":"Thu, 09 Sep 2021 02:10:12 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:10:12 GMT"}}} 2021-09-09 02:10:21,030 DEBUG 129:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'adb6071a-ec8d-4ba9-8906-ccc401335e0d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:21,031 DEBUG 131:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 2021-09-09 02:10:21,031 DEBUG 132:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] data sent: None 2021-09-09 02:10:21,033 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:21,191 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/387bd3ad-e748-4c81-b3ad-eb9c770710b1 HTTP/1.1" 200 1474 2021-09-09 02:10:21,193 INFO 142:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response code: 200 2021-09-09 02:10:21,194 DEBUG 146:onap_service.py(1) - [None][Check 387bd3ad-e748-4c81-b3ad-eb9c770710b1 orchestration request status] response: {"request":{"requestId":"387bd3ad-e748-4c81-b3ad-eb9c770710b1","startTime":"Thu, 09 Sep 2021 02:10:08 GMT","finishTime":"Thu, 09 Sep 2021 02:10:12 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"104539d5-b678-4b60-97ed-0b13c6298fd6","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelVersionId":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelCustomizationId":"53cb8ddd-96b9-444d-a539-2854bd1465d1","modelUuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","modelInvariantUuid":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","vnfInstanceId":"e3d6aa73-f6eb-48f4-bbf8-1c2785b1eacb","vnfInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54_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, 09 Sep 2021 02:10:12 GMT"}}} 2021-09-09 02:10:21,195 DEBUG 319:service.py(1) - Delete 23c57747-d6e5-4636-a23b-5f1507e96d4b service instance 2021-09-09 02:10:21,195 DEBUG 113:deletion.py(1) - Service 23c57747-d6e5-4636-a23b-5f1507e96d4b deletion request 2021-09-09 02:10:21,210 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:10:21,210 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:10:21,210 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-09-09 02:10:21,211 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:10:21,211 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:10:21,213 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:21,701 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:10:21,703 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:10:21,704 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:10:21,707 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:10:21,707 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:21,708 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:21,708 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:21,708 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:10:21,708 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:21,708 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:21,709 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:21,709 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:10:21,709 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:21,709 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:21,709 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:21,710 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:10:21,710 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:21,710 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:21,710 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:21,710 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:10:21,711 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:10:21,711 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:10:21,712 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-09-09 02:10:21,712 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-09-09 02:10:21,712 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:10:21,714 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:10:22,303 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-09-09 02:10:22,306 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:10:22,309 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:10:22,316 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:10:22,317 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:10:22,317 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:10:22,318 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-09-09 02:10:22,318 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:10:22,318 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:10:22,320 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:22,836 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:10:22,838 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:10:22,839 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:10:22,842 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:10:22,843 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:22,843 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:22,843 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:22,843 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:10:22,844 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:22,844 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:22,844 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:22,844 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:10:22,844 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:22,845 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:22,845 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:22,845 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:10:22,845 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:22,845 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:22,846 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:22,846 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:10:22,846 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:10:22,846 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:10:22,847 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-09-09 02:10:22,847 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-09-09 02:10:22,847 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:10:22,849 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:10:23,515 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-09-09 02:10:23,517 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:10:23,521 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:10:23,527 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:10:23,528 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-09-09 02:10:23,528 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-09-09 02:10:23,528 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-09-09 02:10:23,529 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-09-09 02:10:23,529 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-09-09 02:10:23,531 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:24,058 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-09-09 02:10:24,060 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-09-09 02:10:24,060 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/f8ce54aa-2f24-49c1-a5f8-91b6b2744449/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","name":"basic_onboard_NsInjD","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/77ac13fd-6656-4e8b-b072-916d4dfa3cc0/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6f1556b8-0e9b-4279-a783-8567541a5460/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-09-09 02:10:24,063 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-09-09 02:10:24,064 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:24,064 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:24,064 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:24,064 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-09-09 02:10:24,065 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:24,065 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:24,065 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:24,065 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_NsInjD from SDC 2021-09-09 02:10:24,065 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:24,066 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:24,066 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:24,066 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-09-09 02:10:24,066 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-09-09 02:10:24,067 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-09-09 02:10:24,067 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-09-09 02:10:24,067 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-09-09 02:10:24,067 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-09-09 02:10:24,067 INFO 192:__init__.py(1) - Service found, updating information 2021-09-09 02:10:24,068 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-09-09 02:10:24,068 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-09-09 02:10:24,069 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-09-09 02:10:24,071 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-09-09 02:10:24,765 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-09-09 02:10:24,768 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-09-09 02:10:24,772 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e34051c5-46a0-40f9-9995-a3397caf4f2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143150504,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"125396e2-3462-47ca-9d47-a031bd0739cb","invariantUUID":"1e1bf372-660c-432a-87d7-857e2f83f0a4","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":"network","uniqueId":"25db5e63-b550-467d-88d1-51342f2bccdd","lifecycleState":"CERTIFIED","lastUpdateDate":1631143621565,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"daf48b9b-f03f-498d-9a65-eb8638f03490","invariantUUID":"ab354748-906d-4b41-a4ac-19653a2882e2","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":"objectStorage","uniqueId":"3a59e0bf-42ff-48d8-b929-30fd007f2952","lifecycleState":"CERTIFIED","lastUpdateDate":1631143182139,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df28dd4c-7fb8-4427-a866-ecc905cc7379","invariantUUID":"0da8cd7f-5288-4841-950c-46fb963d92c8","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f60ff209-fea4-4cb7-a6b2-663a57870be2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143695631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d654a5d-b1da-4974-b104-ba7a318bb549","invariantUUID":"40deafc7-c02d-418f-bace-80f58ec0657a","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":"network","uniqueId":"4cc574dc-f5fd-41a6-ab5e-2d0095e9f0cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143448826,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"815f5d58-f5ff-4b82-a2f2-ff96e94d7b24","invariantUUID":"1e5556c7-e2ad-4c5f-a2e6-6727db3a4fa8","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":"d84e7344-1f14-4b6a-9f9e-6007f5971940","lifecycleState":"CERTIFIED","lastUpdateDate":1631143368523,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d9b54efe-bb28-43f6-817b-180e177aac2c","invariantUUID":"ae72fe4d-fb00-4438-ba75-ae0d613f3599","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":"compute","uniqueId":"fffc628c-13fd-4a76-a2ae-901d9240da5c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143700670,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"09d72292-cea1-4232-aadc-359d4d6f41c5","invariantUUID":"a302d71c-9b4b-4192-a77c-01507f18bf31","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":"network","uniqueId":"de41eca4-d309-4fb4-8fd6-1dc66f3b81cc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143269534,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"206bec91-57b4-4971-a8e7-2e69e3929075","invariantUUID":"53d3d687-5689-4a99-aa2b-634ae83315a6","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":"d7b4b1f1-a802-47d5-b69a-694b52ef7126","lifecycleState":"CERTIFIED","lastUpdateDate":1631143496875,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"86497495-175b-4e64-b765-56c9f75dbeab","invariantUUID":"88db1026-7424-4bf6-8326-9df740cffced","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":"network","uniqueId":"4105ba35-49fb-4923-accc-b806ed4c2194","lifecycleState":"CERTIFIED","lastUpdateDate":1631143274849,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2e73bc20-f140-45de-bffc-f7da8017be28","invariantUUID":"7831d925-b0fb-40a8-b40b-f964870a773d","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":"objectStorage","uniqueId":"44eeea1a-39c6-42e2-80e2-9c16fe124b3c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143233431,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"66ffbb59-e7d2-44e7-9527-2fe5894a7622","invariantUUID":"d09db575-8e6e-4114-8fb5-d0128ca7c3fd","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":"defaulticon","uniqueId":"91bb7511-7b27-40a7-b7aa-785cae5c8370","lifecycleState":"CERTIFIED","lastUpdateDate":1631153087412,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f5fab6dd-2cf0-430b-896c-57477eb8b360","invariantUUID":"104539d5-b678-4b60-97ed-0b13c6298fd6","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"94933b74-340e-4516-89c2-79028e6f3c89","lifecycleState":"CERTIFIED","lastUpdateDate":1631143712456,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d954d40-68a5-4ba7-9350-38f037759c37","invariantUUID":"9dae1fa8-a0d1-430f-8ede-ef42db4cba3d","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":"c063017d-4408-42bf-85c6-34f37445b571","lifecycleState":"CERTIFIED","lastUpdateDate":1631143491529,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c2c505cb-0d76-44ea-bdfa-9c91b70062e4","invariantUUID":"f3a398b1-6058-48a1-a6d9-e55dc39d271c","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":"cf92c140-0886-4d06-980f-7955bc057b7f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143238683,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c3bc0d3-954d-47fa-8d80-9d8329a44d79","invariantUUID":"736504bb-1d08-4e56-86c3-414b49dfad5f","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"33ec6a19-ca5b-4e0f-b9ec-0d829fa7b315","lifecycleState":"CERTIFIED","lastUpdateDate":1631143459519,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2b911bb4-00a2-423d-8bab-b2f7a6551bd6","invariantUUID":"d2a391ae-8351-4130-970e-915d89ef4b21","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":"network","uniqueId":"e03aa70a-8234-4862-8d80-4331f12efa2c","lifecycleState":"CERTIFIED","lastUpdateDate":1631143401578,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a542835-5054-459f-93dc-dacb35c58d65","invariantUUID":"e19f417e-0952-407f-8a75-fe859b061ab3","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":"network","uniqueId":"b00fb8c2-83aa-414f-93ca-9a13cbc4124e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143342898,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b21d1c5b-c7c0-46b0-bf73-4fcd504a35fd","invariantUUID":"ce0541b1-f931-4fb4-8541-4e1a29102d4d","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}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4c4c2be2-3fa8-450b-9531-6a2cfec7c16d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143655250,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ed6ca12c-d943-4444-a109-b414281c7992","invariantUUID":"3585f980-06a3-45e9-895e-77bd2075ccd8","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":"compute","uniqueId":"cbe49af3-6f72-42a3-a6ed-3e520baaab3e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143527679,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8209839b-8067-44a4-8d30-dec12193192d","invariantUUID":"3d050147-fe76-4302-9705-79df14d2518e","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":"port","uniqueId":"aa0cbb20-fc8c-41a0-b88b-4e2a6b7b9575","lifecycleState":"CERTIFIED","lastUpdateDate":1631143251351,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ec5d75b-05ab-4521-a5ce-786734d85a09","invariantUUID":"173a98bd-2b70-426b-9cc3-b3e167ff1297","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":"network","uniqueId":"d57a8091-dc9f-4076-a947-19ad8e039fbe","lifecycleState":"CERTIFIED","lastUpdateDate":1631143287707,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"d246b600-1f66-4511-bce2-4b29d842ff2c","invariantUUID":"b8b3742f-2a35-4cc6-851f-018cb2e2792a","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"02cb49ca-21c6-4fab-b381-479444912ac1","lifecycleState":"CERTIFIED","lastUpdateDate":1631143263671,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9384a25f-2ac1-44d9-bb18-00810d8d0f75","invariantUUID":"f07171ff-d215-4ef5-be5f-a197fd82ff1b","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":"port","uniqueId":"42da71da-59ed-4623-a2e9-5fa2bda2c3e4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143206885,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a90455da-df8b-4a3c-896d-0416fc6280a7","invariantUUID":"72910b4b-0888-4fea-a96d-6a85e8d62b07","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":"defaulticon","uniqueId":"128dba83-9318-458f-9c3a-07cd72cde686","lifecycleState":"CERTIFIED","lastUpdateDate":1631152472175,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ddef4a2f-606b-4502-895a-a2ea49c60be4","invariantUUID":"a4214f90-bf5b-409f-b097-44be89cfd585","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":"0458c24a-88e3-403c-b7ec-be68c7b95b88","lifecycleState":"CERTIFIED","lastUpdateDate":1631143469924,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d6a498d-853b-469c-9d24-8b5f2f106139","invariantUUID":"735c046e-9f5b-45de-9c73-fda35e106d6b","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e5100f6b-c411-4b69-b0d3-78d1aaf70c6f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143677102,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbf385b9-556b-4e52-8c19-3639dc9bd8c2","invariantUUID":"37fc8bbd-1af8-4b02-b69d-d64dbbfda696","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":"9b86ffb5-7e3f-4868-8e15-abd775b1d914","lifecycleState":"CERTIFIED","lastUpdateDate":1631143628399,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3c6311f-c724-4333-a120-0ff1c2b83a83","invariantUUID":"992360d3-fb5d-41e2-bd1d-86543697ec43","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":"networkrules","uniqueId":"53a42ba8-d246-4374-9731-a4de801d6eab","lifecycleState":"CERTIFIED","lastUpdateDate":1631143337528,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"7128eb63-ba5d-4048-ba98-96d5fc53b7e1","invariantUUID":"e4769bc0-0679-457e-a82a-b6d5db2cac62","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"4e09fddb-5408-4c47-a7af-5da0b118936f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143689847,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f0db3ba5-461d-4d84-9c72-43be1d651ab9","invariantUUID":"430aa82a-12d3-41cf-9b2f-e75c9c7b20d4","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":"defaulticon","uniqueId":"c74f9885-3857-45eb-bdb9-bcdd3e7e6cf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143256446,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd22345c-11ca-442c-a996-480914be2ca5","invariantUUID":"44b4380c-8ca8-487d-93d7-066591e28ccf","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":"9e1da03f-8a28-4398-8f30-b5a4de0ddb18","lifecycleState":"CERTIFIED","lastUpdateDate":1631143567384,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5cb80def-8b51-4a83-84dc-b4f9dd05abfb","invariantUUID":"3c3af71f-d502-4674-87a2-b0675d5a0457","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"72380c9c-7734-4fdc-9c63-77910695ef46","lifecycleState":"CERTIFIED","lastUpdateDate":1631143648634,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"16931289-1352-4e7c-a8d1-e2a3db34ccda","invariantUUID":"a96524fb-6c93-4b34-9a15-1a38798b8141","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":"compute","uniqueId":"c3f84474-0a2b-490c-bbe4-5aff77fb02e5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143356770,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd5bf501-ff4e-4071-a73c-a6605d671e34","invariantUUID":"77bce636-60b4-4189-bc80-f1c8348fba3a","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":"network","uniqueId":"8abdc0e0-e4f8-4920-b360-cdcccae14f02","lifecycleState":"CERTIFIED","lastUpdateDate":1631143503874,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da248172-19a9-4e0a-af41-62c528d0a6e3","invariantUUID":"3d7c5223-12c1-4f03-94b3-b89a68b43495","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":"compute","uniqueId":"4ca43b44-d0d9-495c-8531-bcaf2825c771","lifecycleState":"CERTIFIED","lastUpdateDate":1631143705749,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5074bf6-5148-46ce-b6b9-76ab4035b5e6","invariantUUID":"0e450030-42cb-4521-8e6d-0d8baabad198","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":"b07c1fa5-8060-4ab2-8878-e157f7cfaff2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143441479,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6260214b-d93b-43eb-9dfe-13725bb96509","invariantUUID":"235afca1-c49b-475b-bd9e-855f4e353ad3","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54dbe068-cb0c-4037-aeb7-2b76e08a015e","lifecycleState":"CERTIFIED","lastUpdateDate":1631143425969,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c620a035-bb1c-4d1a-a44e-19aea9056271","invariantUUID":"f15b4ee1-59c2-4bc7-8124-57e15fc5ac8d","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":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8036748a-189d-460e-b84f-469b95bda97b","lifecycleState":"CERTIFIED","lastUpdateDate":1631143486257,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72d8e1e3-a2f5-420e-b5de-401060f6c0e5","invariantUUID":"fa913bf0-01b0-466d-8f29-7cddbe779108","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":"port","uniqueId":"be94d63e-ef35-4a78-93c0-3e21cc73214d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143599539,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2c7d6dd8-ca82-4c40-bcb0-de0374804ae2","invariantUUID":"8e36105e-f05f-4370-8466-f95c36e7e790","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":"0520e5da-bbe6-4469-a593-09cb4ef77e3f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143640074,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11df667a-874c-4b71-a4a6-7abad4fc1f5f","invariantUUID":"2842d76f-f9da-4a6b-8b73-f039bcecfe34","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":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"d10e5310-ab2c-4767-a6dd-5fca2b771ed5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143480120,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"17caea96-af6a-4776-abb8-e8431b7312d4","invariantUUID":"bee76af8-4507-4a3b-81ed-be5366d255ea","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":"defaulticon","uniqueId":"a9609eb5-73d5-4a36-a7b8-e94f9b01bb2b","lifecycleState":"CERTIFIED","lastUpdateDate":1631152981489,"name":"basic_onboard_NsInjD","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"8452464e-4a81-44d3-aee2-289a1dc179cd","invariantUUID":"fe044f74-6545-45a5-b91e-c00c8e2a28ea","systemName":"BasicOnboardNsinjd","description":"VF","tags":["basic_onboard_NsInjD"],"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":"b3160adf-4f4c-4c58-b649-bd67212e27b5","lifecycleState":"CERTIFIED","lastUpdateDate":1631143176329,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"f0b256d0-d66c-4355-ba39-0b8e8da4cfaf","invariantUUID":"29d6e74f-1c9e-4df9-aa28-76b6de0f08dc","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":"network","uniqueId":"a0fe6e2b-f578-4d4f-958d-409045ceb24a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143362362,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a6ec4f9-e664-45e7-8156-c8693cbbf372","invariantUUID":"d66aed1a-99b7-4dab-a491-358b9df5a6ab","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":"defaulticon","uniqueId":"8fbdd0d7-8e4e-41b1-bee7-c4b536b4cc79","lifecycleState":"CERTIFIED","lastUpdateDate":1631143474900,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"210d52dc-8736-41b4-b646-e53e4c7ba47b","invariantUUID":"c4d65689-9314-4598-abb2-6a738aea8314","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":"network","uniqueId":"9ebef7ad-ad8c-4bca-ac8e-1796a23f267d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143388927,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7bf4bae7-54a5-4964-b4cf-835f00b8e5b0","invariantUUID":"f24d1fcd-af08-4772-ba9a-7ad9cdf95830","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":"port","uniqueId":"55f214d5-6088-4b88-ba24-bac18dee9028","lifecycleState":"CERTIFIED","lastUpdateDate":1631143321774,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3eb8af1c-9c42-48ab-90c1-12214ba12364","invariantUUID":"576fc90a-9fb3-45e2-9b44-906b69d1acdf","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"319ddf19-1002-447b-814b-6f76027debf9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143211931,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19b7df0b-f649-4b9d-acca-bed703d60447","invariantUUID":"1ad75e58-eae1-42f4-b629-8f2a010f7827","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":"network","uniqueId":"024bfe49-ffe1-4245-aa90-307feda32cfc","lifecycleState":"CERTIFIED","lastUpdateDate":1631143393930,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8c017c76-d8b5-4b81-8fe3-3761cf7265af","invariantUUID":"bb0c61d0-d3e9-4574-b159-f3673460ef63","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":"objectStorage","uniqueId":"40f32991-5eff-4473-a551-b3c643761c7d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143188453,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4efa9d0d-eda7-4dee-9c85-4e1ca17c6e56","invariantUUID":"08ef8932-f54d-4488-be5b-28a4052284f2","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":"b0012405-8822-4e40-b38b-553828811025","lifecycleState":"CERTIFIED","lastUpdateDate":1631143373816,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88689786-a621-4565-852c-83e37d960ee7","invariantUUID":"2b23f2d0-de47-419d-a510-ca50cff8a8ab","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":"591e7625-b66e-43c4-b6c9-711eaff60fd7","lifecycleState":"CERTIFIED","lastUpdateDate":1631143522706,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5742de42-d123-42f5-bb15-f77c78c68553","invariantUUID":"a32d385f-5ab0-40d1-a202-cd8e7b7e86eb","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":"3bef67d3-f9ac-4e18-a070-628ca013ce49","lifecycleState":"CERTIFIED","lastUpdateDate":1631143316138,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"98591bce-e096-4c79-a980-a54bf328d7ff","invariantUUID":"92037374-e211-4e21-96d0-cb4fbcd14271","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":"objectStorage","uniqueId":"2d15664a-1fea-4388-8bc7-bae4ee904a0f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143544534,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eb41553c-6b51-41cf-8d5a-265b5662ec1b","invariantUUID":"251bde36-4414-4474-baad-0bce5dc337e4","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":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d62c2b85-b1a1-4b64-8341-ae8f387c1bf0","lifecycleState":"CERTIFIED","lastUpdateDate":1631143715822,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bc45362d-f5ca-4869-aa97-b77b8a3248a5","invariantUUID":"3c5561e0-7170-4195-aeec-123d73c16181","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":"compute","uniqueId":"c87feee1-baba-4156-9725-ea0e11524e99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143539007,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5423ef8f-e5d1-4094-bf76-f1f43803fe5d","invariantUUID":"765677c6-81f6-4ee6-8dfc-ebce7dbde548","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":"loadBalancer","uniqueId":"3ba23686-d89e-4667-905e-1ed1a13d7903","lifecycleState":"CERTIFIED","lastUpdateDate":1631143200491,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef7670e-8c37-47c8-9d0c-eda66b16d617","invariantUUID":"42f0add9-7f53-4c9c-ae13-fdd220a17fd9","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":"8dc6f4cd-e489-4ef1-bd01-f82f7a374b99","lifecycleState":"CERTIFIED","lastUpdateDate":1631143515039,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68b0588b-c53a-4d76-97af-a98ec88e5b34","invariantUUID":"162ce92c-42ec-4ad3-aa4c-bb1e36415d43","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":"a671f1ee-f715-4793-9ad1-cd0d4b63d2a9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143464586,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"81b4100b-0051-4c4c-8f29-619ac8d1cd24","invariantUUID":"a01d53fd-6dc7-4db1-9ac2-9d5ba7b442fa","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":"defaulticon","uniqueId":"98f2315a-91fd-4ca9-9f39-301933f18bf4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143589344,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f5e28cd-334c-455c-998c-18aeb8a6a254","invariantUUID":"f4f335e1-2764-4ef9-a038-3c0c90dd3209","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":"port","uniqueId":"52354cc3-f961-4415-bd42-7b8521514251","lifecycleState":"CERTIFIED","lastUpdateDate":1631143605357,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d68b76cd-4973-47be-be8f-25f308925e02","invariantUUID":"7ef4f9c2-8e52-459f-a73e-3201fe8de0dd","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":"objectStorage","uniqueId":"717b8606-5cd6-4a75-b0b7-50fdda19f40d","lifecycleState":"CERTIFIED","lastUpdateDate":1631143560771,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4b6e8ba7-254b-4512-92c8-2680eaa0cee3","invariantUUID":"7bffd3e7-e7e3-4324-8a2b-e6b109787712","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":"objectStorage","uniqueId":"a447ed69-cbdf-43c3-90a2-fd6b1341ce1f","lifecycleState":"CERTIFIED","lastUpdateDate":1631143228148,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"289f9dad-e0a0-49c6-89b7-6aef0722b430","invariantUUID":"ae2a5f4e-e9ac-4301-b857-88218e1420ac","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":"network","uniqueId":"9392ecf4-1488-45af-ade2-172722f84236","lifecycleState":"CERTIFIED","lastUpdateDate":1631143245544,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"39e10bd7-223a-4996-958b-b5148616bda6","invariantUUID":"898851ee-a787-4d68-b5e4-b00629a8491e","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":"network","uniqueId":"bd93bde0-a171-4630-8779-4353a7003174","lifecycleState":"CERTIFIED","lastUpdateDate":1631143615444,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"48e643fc-4f8f-4987-9d76-eeed621cb59c","invariantUUID":"2839e45b-4e12-40ce-8ad9-bb00858238ec","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":"defaulticon","uniqueId":"1d30d590-f240-416c-835e-2b1ec40b1187","lifecycleState":"CERTIFIED","lastUpdateDate":1631143594298,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c04e9638-40c4-407a-849f-a5c45fe03789","invariantUUID":"d72a4c64-1489-4046-93eb-6cca5eebf85b","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":"securityrules","uniqueId":"ce4caa40-68cb-4cb4-8dfd-993ff50d67c9","lifecycleState":"CERTIFIED","lastUpdateDate":1631143348154,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"dc8b6884-c11f-4f09-93c8-b5500ca95316","invariantUUID":"d2361920-85ac-434f-b895-92f3c83b54e4","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":"port","uniqueId":"9e52d3b6-3390-4358-90fa-1b648a249f3a","lifecycleState":"CERTIFIED","lastUpdateDate":1631143610485,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ebb8096c-1b6c-4746-b64d-13a44cb24b27","invariantUUID":"2dbe6833-b92b-4c95-9fb8-100811b3f12c","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":"249f53a0-b010-49a2-8ed6-2af27a9d65a2","lifecycleState":"CERTIFIED","lastUpdateDate":1631143633291,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ead4646-5af3-422b-9ffe-a01e05ed45b3","invariantUUID":"d83de2d3-f8b1-41f9-9bbb-0b27adf22a50","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":"port","uniqueId":"3d81dc64-761d-447d-857b-e7249c4d5836","lifecycleState":"CERTIFIED","lastUpdateDate":1631143669990,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"30950f67-e6e7-402b-bd83-de1b8394fe13","invariantUUID":"413fa33c-f7db-4013-9633-dd22d05d0723","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"202be6f1-670a-4bda-8662-6e21bc450fa4","lifecycleState":"CERTIFIED","lastUpdateDate":1631143660054,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5b97d1-a881-457e-aa7b-fb54d58c1658","invariantUUID":"c0480963-4df2-44fd-b777-6f822c8bc372","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":"network","uniqueId":"be03706a-5a07-49fb-85ca-dcdff25f9171","lifecycleState":"CERTIFIED","lastUpdateDate":1631143282184,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ba5e03a2-050f-4b4f-bf65-52cd2a716908","invariantUUID":"b14ade9e-6967-48a8-a533-295f2cb119b7","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4a273fed-d02d-4e8d-93eb-c4a577e94b55","lifecycleState":"CERTIFIED","lastUpdateDate":1631152519867,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6f1556b8-0e9b-4279-a783-8567541a5460","invariantUUID":"bcd9bd3e-b438-4e61-b20f-8085dfd8a479","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":"c027c5e1-a43e-41b3-83a3-347fb10c9eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1631153136687,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","invariantUUID":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","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":"12d3a2ae-ff1f-47c4-8870-6f2c1be62afc","lifecycleState":"CERTIFIED","lastUpdateDate":1631152089806,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"f8ce54aa-2f24-49c1-a5f8-91b6b2744449","invariantUUID":"a54d1fc4-adb6-41cd-bbb1-e932c170d859","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":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"8f664204-ef8b-47b2-9fc4-5138d9600f59","lifecycleState":"CERTIFIED","lastUpdateDate":1631153031611,"name":"basic_onboard_NsInjD","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"77ac13fd-6656-4e8b-b072-916d4dfa3cc0","invariantUUID":"b7ddc7d0-29a4-49d1-84fd-a07bb0472aaa","systemName":"BasicOnboardNsinjd","description":"service","tags":["basic_onboard_NsInjD"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-09-09 02:10:24,778 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-09-09 02:10:24,779 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-09-09 02:10:24,779 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/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel 2021-09-09 02:10:24,780 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-09-09 02:10:24,782 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-09-09 02:10:24,936 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/94c8794f-edd0-4b2f-aa50-9f580434ef16/toscaModel HTTP/1.1" 200 None 2021-09-09 02:10:24,938 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-09-09 02:10:24,939 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-09-09 02:10:24,985 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-09-09 02:10:24,985 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-09-09 02:10:24,985 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:24,987 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:25,033 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-09-09 02:10:25,034 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:25,034 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/v23/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-09-09 02:10:25,037 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-09-09 02:10:25,037 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-09-09 02:10:25,037 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:10:25,038 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:25,087 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-09-09 02:10:25,088 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:10:25,089 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":"1631153412213","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-09-09 02:10:25,092 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-09-09 02:10:25,092 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-09-09 02:10:25,092 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:25,095 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:25,146 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-09-09 02:10:25,147 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:25,147 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/v23/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-09-09 02:10:25,150 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-09-09 02:10:25,150 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-09-09 02:10:25,150 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:10:25,152 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:25,205 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-09-09 02:10:25,206 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:10:25,207 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":"1631153412213","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-09-09 02:10:25,209 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-09-09 02:10:25,209 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-09-09 02:10:25,209 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-09-09 02:10:25,211 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:25,258 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-09-09 02:10:25,259 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-09-09 02:10:25,259 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/v23/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-09-09 02:10:25,261 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-09-09 02:10:25,262 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-09-09 02:10:25,262 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-09-09 02:10:25,264 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:25,325 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-09-09 02:10:25,326 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-09-09 02:10:25,326 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":"1631153412213","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-09-09 02:10:25,329 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-09-09 02:10:25,330 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-09-09 02:10:25,330 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-09-09 02:10:25,333 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-09-09 02:10:25,383 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-09-09 02:10:25,383 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-09-09 02:10:25,384 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1631153412213","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-09-09 02:10:25,387 DEBUG 129:onap_service.py(1) - [None][Create 23c57747-d6e5-4636-a23b-5f1507e96d4b Service deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3d13e43f-53a4-4218-bf7d-c0245be2f3c6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:25,387 DEBUG 131:onap_service.py(1) - [None][Create 23c57747-d6e5-4636-a23b-5f1507e96d4b Service deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b 2021-09-09 02:10:25,387 DEBUG 132:onap_service.py(1) - [None][Create 23c57747-d6e5-4636-a23b-5f1507e96d4b Service deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "ed32f141-0efe-4c00-9eda-2cd761e2bbbc", "modelVersion": "1.0", "modelVersionId": "94c8794f-edd0-4b2f-aa50-9f580434ef16" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-09-09 02:10:25,389 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:27,193 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/23c57747-d6e5-4636-a23b-5f1507e96d4b HTTP/1.1" 202 262 2021-09-09 02:10:27,195 INFO 142:onap_service.py(1) - [None][Create 23c57747-d6e5-4636-a23b-5f1507e96d4b Service deletion request] response code: 202 2021-09-09 02:10:27,195 DEBUG 146:onap_service.py(1) - [None][Create 23c57747-d6e5-4636-a23b-5f1507e96d4b Service deletion request] response: {"requestReferences":{"requestId":"3d13e43f-53a4-4218-bf7d-c0245be2f3c6","instanceId":"23c57747-d6e5-4636-a23b-5f1507e96d4b","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6"}} 2021-09-09 02:10:27,196 DEBUG 79:mixins.py(1) - Wait until ServiceDeletionRequest task is not finished 2021-09-09 02:10:27,209 DEBUG 129:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '71cf252a-7bf9-4c6c-9af0-84966af9b6e5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:27,210 DEBUG 131:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 2021-09-09 02:10:27,210 DEBUG 132:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] data sent: None 2021-09-09 02:10:27,216 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:27,392 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 HTTP/1.1" 200 1020 2021-09-09 02:10:27,395 INFO 142:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response code: 200 2021-09-09 02:10:27,396 DEBUG 146:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response: {"request":{"requestId":"3d13e43f-53a4-4218-bf7d-c0245be2f3c6","startTime":"Thu, 09 Sep 2021 02:10:25 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Thu, 09 Sep 2021 02:10:26 GMT"}}} 2021-09-09 02:10:37,409 DEBUG 129:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5984eda2-c116-4c84-a560-acc8e3a13269', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:37,410 DEBUG 131:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 2021-09-09 02:10:37,410 DEBUG 132:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] data sent: None 2021-09-09 02:10:37,414 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:37,588 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 HTTP/1.1" 200 1230 2021-09-09 02:10:37,590 INFO 142:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response code: 200 2021-09-09 02:10:37,591 DEBUG 146:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response: {"request":{"requestId":"3d13e43f-53a4-4218-bf7d-c0245be2f3c6","startTime":"Thu, 09 Sep 2021 02:10:25 GMT","finishTime":"Thu, 09 Sep 2021 02:10:29 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:10:29 GMT"}}} 2021-09-09 02:10:37,592 INFO 56:mixins.py(13) - ServiceDeletionRequest task finished 2021-09-09 02:10:37,593 DEBUG 129:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2ef7622a-43cf-47b0-8e87-2c0ef0c07984', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:37,593 DEBUG 131:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 2021-09-09 02:10:37,594 DEBUG 132:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] data sent: None 2021-09-09 02:10:37,596 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:37,759 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 HTTP/1.1" 200 1230 2021-09-09 02:10:37,761 INFO 142:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response code: 200 2021-09-09 02:10:37,762 DEBUG 146:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response: {"request":{"requestId":"3d13e43f-53a4-4218-bf7d-c0245be2f3c6","startTime":"Thu, 09 Sep 2021 02:10:25 GMT","finishTime":"Thu, 09 Sep 2021 02:10:29 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:10:29 GMT"}}} 2021-09-09 02:10:37,763 DEBUG 129:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '63847037-18be-4337-8c88-a5fc9e6ef467', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:37,763 DEBUG 131:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 2021-09-09 02:10:37,763 DEBUG 132:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] data sent: None 2021-09-09 02:10:37,766 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:37,933 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 HTTP/1.1" 200 1230 2021-09-09 02:10:37,935 INFO 142:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response code: 200 2021-09-09 02:10:37,936 DEBUG 146:onap_service.py(13) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response: {"request":{"requestId":"3d13e43f-53a4-4218-bf7d-c0245be2f3c6","startTime":"Thu, 09 Sep 2021 02:10:25 GMT","finishTime":"Thu, 09 Sep 2021 02:10:29 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:10:29 GMT"}}} 2021-09-09 02:10:37,949 DEBUG 129:onap_service.py(1) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3a58271a-ebcf-41b4-81c0-6985219b5383', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-09-09 02:10:37,949 DEBUG 131:onap_service.py(1) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 2021-09-09 02:10:37,950 DEBUG 132:onap_service.py(1) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] data sent: None 2021-09-09 02:10:37,954 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-09-09 02:10:38,109 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3d13e43f-53a4-4218-bf7d-c0245be2f3c6 HTTP/1.1" 200 1230 2021-09-09 02:10:38,111 INFO 142:onap_service.py(1) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response code: 200 2021-09-09 02:10:38,112 DEBUG 146:onap_service.py(1) - [None][Check 3d13e43f-53a4-4218-bf7d-c0245be2f3c6 orchestration request status] response: {"request":{"requestId":"3d13e43f-53a4-4218-bf7d-c0245be2f3c6","startTime":"Thu, 09 Sep 2021 02:10:25 GMT","finishTime":"Thu, 09 Sep 2021 02:10:29 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelUuid":"94c8794f-edd0-4b2f-aa50-9f580434ef16","modelInvariantUuid":"ed32f141-0efe-4c00-9eda-2cd761e2bbbc"},"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":"23c57747-d6e5-4636-a23b-5f1507e96d4b","serviceInstanceName":"basic_cnf-eb82eb6e-6f69-463d-b2f9-e85154c2cd54"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Thu, 09 Sep 2021 02:10:29 GMT"}}} 2021-09-09 02:10:38,113 INFO 261:service_ala_carte.py(1) - Service None deleted 2021-09-09 02:10:38,114 INFO 44:k8s_connectivity_info_create.py(1) - Clean the k8s connectivity information 2021-09-09 02:10:38,114 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:10:38,114 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-09-09 02:10:38,115 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-09-09 02:10:38,116 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:10:38,150 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-09-09 02:10:38,151 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-09-09 02:10:38,151 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFYTNkUFJFbDVUV3BSTUUxR2IxaEVWRTE0VFVScmQwNXFTWGxOYWxFd1RVWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVG1oS0NtVlFNWEpNTkZObGNHdG1PR2RJVTFCalRtOVhZM1U1ZEdGRWFtNHhZMFpKUlZobFVpdHlObWRhVGpCSE1tMXpVRlJSTlZwNVZVcFhkbkpsWmt0UVNTc0tlbGxIT0hwSlZsbDRaRnBqZUZSb1MwbG1ka0l3YkZBdll6RXlXRVpuU3l0aVVYWmliemhPWWtKSVFUbGxlSEoxV0VaeWNtSXdOekJPT0hOUlZVRmlOd3AyY0ZCMmREUlRZemxGYlhjM1ZWUnJXVmRPZFROcldFMDJjR1JoT0ZaRVdIVm9LMWt4UmtaV1NrY3ZObEV6U1VSdFZ6WTJNR3RFZUVsWWJrbDVlbGhFQ2pGdVlWRjRUbFE0V1VWb1N6ZEROMDFVWkhwVmNURkhVVlZWSzJGemQyRXhZblZoYkdaSEx6SlRUakJDUTFSM1psUkdhelpvTldaQlIwTkpPVms0WTFVS04wUlViRlJFVm1kV1pUWXhRMHBJUW1keVkzUk9WbVZITDB0V04waDFkRmhJUkRsaWQzSjJhaXRXZDJweFVYRmhUR295U1RGMVdEZGpXRE55WW5GNlJBcEZhVmRSZWxsUFRtMDVPVUpDYm1zck9EWlZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWk5SMjVhVVUxWlYxZEdPR05DV25CVlJXbFdRMDlvWTBjck5HVk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJTSEJRVEhWMkszWXdhSGRqWlZoSGJHVTJSM2hCU21zeGVIZHpUa2cyTldoUmEzUklWWGRyWlVGVmVWaExjakJDYUFwMlFsQm9TbE40UmpaeE4yZzBja3d6VkZwamQxTm9VMjh5TnpBNVEzTXpSWEJCU1RsV1JWZGxZVmMxWm5FcmVFaEVUVUZZYmt4QmNWSXJXbTVKYkd3ekNtbHJaVU55U2t4T1FVTkVOSGh2Y1VJd2RtVktjRlpzVlRWNU1rNXhiMHB1UzJsMWNtcHNha2hRVmtZM04ydHpSMFF2ZVU0dmNuY3ZTWGxoUjFOa1RsWUtlbVJsVTFkcFpqYzNUR0V3V2pSaE1XTmhWRkZpUkRSRmFWYzBZVEI0V2t4TmMxUnZiR3R4YzA5cmJVWTVjRUZDT1U4M2RGazBSbmhrZWprMVNVVktlZ293T0hadFpsTnFPVUo0TDJGTVkyMTNOMVZ3UnpWcFIwbHRWRk5NU1VsNWFqZHhlV1Y0YUZCbVVtazRiM3BLY1hkNE5EbERaME5UUjNWTmRrMVhOMlpWQ25CMllUSmpNakJzTUdGblRqVjVLekJ4WkZGclFXd3lNVzVSTDJkQ04yOUNWRzVWVlFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4xOTM6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKVUdWTlowa3ZSR04yWWpSM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTlUxRVozbE5ha2t3VGtSQ1lVWjNNSGxOYWtFMVRVUm5lVTFxU1RCT1JFNWhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVGhFY1VOVlZIUTVXVEpZY21aMmJqWUtZWFIyTVRSaFNUbHFhMko2Y0VReGFrOW1OSGcxV2preGRFa3JVa2N2U2pRNGVEVkVTRkkxTURSRUsxWTVaM1p4ZURCVk1IbGlNV05vT0VZNU1XUnFhd3BGWkROM1NHbFZaVGRVZVdOdU4xVTFhRlZYS3paNVVEWmhOVFZXU2t4V1ZXNHhOVWhzY2tkdVluZDBWVWN6T1daME5HaHdTVE5UVTNwa1dsUjRORnBXQ2t0NE9GaEhXV1ZSVWpad2FVRkJhWFZ0VkZSdmVYWjFNbEZ3UTB3NFp6Sk5lVzlQWkRKVFNFUm9kRmRXYjFsMk4ycGhTRzVSYmtKQmJrTjRaV2xJTVRFS1dXZHBNV2gyUnpONUszUTNSbm92ZW1JM1l6ZGpkelJQUTBGRFZuTXJNell3UVU1QmRGVkdOa2hyWlhGTGFXcHFRMFZaTlRkMVMxcHlLemxzYVRsalpRcHZXbFE0TVZwb1dIWTFNbEJCTVdkRFEwcHRTRlY1WlVkbVJEVnRSRkZZZURGSU5GUkZTSFp0V2xsMmJISTFPSGQ0VEdoRE9YQjFPVkJvTkM5Vk5FTnBDbkpDT1VsR2QwbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWM1lXUnNRWGhvV2xsWWVIZEdiV3hSVTBwVlNUWkdkMkkzYURSM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGQ1RYUTJaRk1yYWpSS2NTOVRWbVZtVWtvemNtaHRORWhaTkU5a2JUUnJjRTVTWmpGM2NIVldWamxSV2trdlRETjBjMVZ2TUhGNkNrcGlWMFowTmpOT1dHUmxlalZtUkVNd2FqazJWekEwWmpZeFlucDNka1ZNWkZoWEx6WlRjM2xoTTJwelJtRTNibGRRVVVWMlkyaDNNSE5FUTFkc1Vra0tTR014ZDB4NFNHWjJjV1I0SzBKbk1DdFZXa3BWY1V4U1pubGtSbWxHZUVGc2RtTXdNbFJzVDNRd1VFRTFUM3BFZDB0aFlrb3lUVWhFVFdSeFZFZDZlQXBLZFZkbGFWZGlSaloxTjJSM2JXWTJZVEZ4UjNVclozQkxkRnA1TkV4c04zWjJabU5UY0RKalVrZGFVVTlVWjJ0TmJWWjNNMnRqYkRCbk5qTTFhV3B3Q2poM1RIQmxPR3B5TTA1S01raDFlVTFqVTBwV1QzRk9hMnRQZURCWkszSmtRVXBwTDB3NVRsSmljbVJZVldOTVNESm9ZWGxpUW1ST2JWbDBlWGhpTVdrS2FXTm5hbVIxVHpsV01HZGtPR05zZUZKcFluSkNjak0zT0ZkUldEUlRUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmNFRkpRa0ZCUzBOQlVVVkJPRVJ4UTFWVWREbFpNbGh5Wm5adU5tRjBkakUwWVVrNWFtdGllbkJFTVdwUFpqUjROVm81TVhSSksxSkhMMG8wQ2poNE5VUklValV3TkVRclZqbG5kbkY0TUZVd2VXSXhZMmc0UmpreFpHcHJSV1F6ZDBocFZXVTNWSGxqYmpkVk5XaFZWeXMyZVZBMllUVTFWa3BNVmxVS2JqRTFTR3h5UjI1aWQzUlZSek01Wm5RMGFIQkpNMU5UZW1SYVZIZzBXbFpMZURoWVIxbGxVVkkyY0dsQlFXbDFiVlJVYjNsMmRUSlJjRU5NT0djeVRRcDViMDlrTWxOSVJHaDBWMVp2V1hZM2FtRklibEZ1UWtGdVEzaGxhVWd4TVZsbmFURm9ka2N6ZVN0ME4wWjZMM3BpTjJNM1kzYzBUME5CUTFaekt6TTJDakJCVGtGMFZVWTJTR3RsY1V0cGFtcERSVmsxTjNWTFduSXJPV3hwT1dObGIxcFVPREZhYUZoMk5USlFRVEZuUTBOS2JVaFZlV1ZIWmtRMWJVUlJXSGdLTVVnMFZFVklkbTFhV1hac2NqVTRkM2hNYUVNNWNIVTVVR2cwTDFVMFEybHlRamxKUm5kSlJFRlJRVUpCYjBsQ1FWRkRPRlZGUmtSNVIzbGpaRXBNVFFwelRYcGhORFUyTVhneVlWWnNOSG8yV0VwNmFVbDRLMlZNZDJkdlEweHljSFUwVDFGdlZrcG1RM3BpTTJGNVJERkNXbG92Y1hkTFkyVnVTMFZuVDNSU0NuSllibkptTlhwNFNrbDNMekJHYlNzMFIwMDRNRGxYTjI5cVNqSkdiVWxOUzNCRmVHUk5hVTV0Y1c1Nk5VWXJSVkp4T0ZSM2FqQlpOMEpOUVdoR2FXTUtaV1pPWkc5RWRVNWhZbFo1VjBkQlIxRnpaMHhzVjNjdldXdzBXR2R2T0ZwckszZGpkMDQxY0dKc1JHeDFXa2N3TkhveVpsSXZNMUpUZGxsdlRHUXdaZ3BEUjNwT1dVcDNjMk16UjJ4a1RHZHRRWFVyYW13MEwyczVUbXRHT0ZGVmNVTndlbFpoV2pJdllXTjBXak5sU1ZSRFJsRnFRMGRsU2tWeU1uUTFVVTgxQ214SllsaFhkbkZqUVhoSEsyTmhjMjlNZDNoSVRsRnRXVUo1VDJKbFdsQlFjM2RWVWpRd1YzQjVkV05uVG5sTFVUSjNWbEpKV0hWNVpHUTVUWFJFVFdvS1lrY3diMVV6TWxKQmIwZENRVkJFUm5oWlZuZEhVamxNZUdGR2RWQk5TV0ZXVjFCUFprWk5jMkpaT0RKU1NuaGpNMU15UzJSblYyNW5ZV2cxU0U1MWJ3cGplWFkzY1RGSFdVOW9PVFZMZGtaeGVIQlVMMFpzTjNKaFJTOXZjMUJrWm5KTWJ6UTJla0kzYjIxWGJEQldNMlEzYVhSRVlXRjNXa2M1UzNkM04zcHFDbEJHT0hOMGFUZHNjbFVyYUZkNFNWbHdWV1poWW00dmQwMHJkVkJ4TlRSdmVrSm9ZVlZNUVhCVlRFOTVXVEI1YVc1S2EzQkRURlk1UVc5SFFrRlFPWElLTjJoRWJIVnJZME5oZURkblpIbFVRMmhHYVZKdGJqZG9jMk5XVDBGaFZHUnJkR3BqVDBaemVDOVVWM1IxWlRsbmIyWlVWMGxLUkdSWFNHa3lOa2gwZHdwak5VMVFOMlJCYVVsWGVuTnVkR1JPV1RGMVkxTXJTekJYVTB0Q2FFb3JUVE5IZGxCSmRERkJPVGhEVHpaS2NFSnBlRmhLWm01aVdsVTRVa3RyY0VSckNrbFBMMHhvUnpSS1lsRTRjRXRYWjNacGVGSktPV1p0ZUZOc2JsQmFlREJpTVVaMVNHdGtaMnBCYjBkQ1FVMXRaRFIxVURGV1lWRnRWVU42TkRSaWJuTUtWVlJ5VG1GelFTOVJUazFsY2pFNU9GSTVNMlI0ZVhrck9ITjZMemxvUm1WUmJYTXZVMFoxUVV4S1R6QmFRMmhoYzBWWFQxRmpOV3RPUTNCUFFWQndNQXA2Unk4MFVEaEhUMnhvVDIxUlpXSnVZelIzV1RORlJUTnRWblphYkRFM2VISmtiRWt5U200eWVrTlZWbE5sZVdsYVN6QkNiRmQ0WlRKVGRGWlhTRWRPQ2xkcVN5dFdhbXBrY2lzeE5UUk1jMGx3UkdWQk4wRkZSa0Z2UjBGTUwwMUZRWGh2VGxOVE1WVkVUSHBaZDFGaVprd3pNVTlCYjIwclFrdHpjazVrWWlzS2NsVldVMDE0VTBWVk1rcHJjVWRLT0hCUGFscDJhbWN2Vm5CSlNIWk1lVlZvWTFGVmQyVkVWMWswZEdOSGJFVkdNbEJ1VkdGVFEzZEtkMFZ1WXpSb1VBcEVUa2xoTW0xNFN6RnNVVGx4UlN0eWJUVkNlVGxFTjBOTlpsSktOVmhrWlVVMFdXbFBNRWczZG1vdll6ZFNhMWgzT1hoTGJDOUNTRmtyY2tOcllqRmhDblJWUVZSRFpqaERaMWxCU0hZNE1HeE5abFI1UW5KNU4wNHZMM2hHZUM5MlRIRmpSVTVsVURkbVZrZHpXakoyYm5FdllrVjZhM1JsT0c4Mkt6RjNibThLU1ZCWmJpOVFRMjB6Tlc1eVZsaHRNbk4zVVZnMkwxUnNObFpOTW5sSmQwa3JkbWxxWlVnMWRVOTFNbWxLT1RGR1ltaGFWVTU2TkRRNVFWZEhVMUozS3dwM09XZEtWM2hVUjJSSGQwdDNURlV5Y25odVRsQkVlVTE2WWxGc1pUVnBLMmNyWmpNMFoyOVZiMEZNVEdKM01XOHpURmhvT1ZFOVBRb3RMUzB0TFVWT1JDQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUW89Cg==","other-connectivity-list":{"connectivity-records":[]}} 2021-09-09 02:10:38,153 DEBUG 129:onap_service.py(1) - [None][Delete Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-09-09 02:10:38,154 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-09-09 02:10:38,154 DEBUG 132:onap_service.py(1) - [None][Delete Connectivity Info] data sent: None 2021-09-09 02:10:38,155 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-09-09 02:10:38,182 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-09-09 02:10:38,183 INFO 142:onap_service.py(1) - [None][Delete Connectivity Info] response code: 204 2021-09-09 02:10:38,183 DEBUG 146:onap_service.py(1) - [None][Delete Connectivity Info] response: n/a 2021-09-09 02:10:38,185 INFO 176:run_tests.py(1) - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | basic_cnf | integration | 06:41 | PASS | +-------------------+---------------------+------------------+----------------+ 2021-09-09 02:10:38,188 INFO 57:basic_cnf.py(1) - Generate Test report 2021-09-09 02:10:38,276 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080 2021-09-09 02:10:38,781 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-09-09 02:10:38,784 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/61396d1e6c44f500102b7127 2021-09-09 02:10:38,784 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK