2021-08-23 01:52:46,691 DEBUG 23:basic_cnf.py(1) - BasicCnf init started 2021-08-23 01:52:46,692 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-08-23 01:52:46,700 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_network', value='onaptests.scenario.basic_network:BasicNetwork', group='xtesting.testcase') 2021-08-23 01:52:46,701 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase') 2021-08-23 01:52:46,701 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2021-08-23 01:52:46,701 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2021-08-23 01:52:46,702 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-08-23 01:52:46,702 DEBUG 219:extension.py(1) - found extension EntryPoint(name='cds_resource_resolution', value='onaptests.scenario.cds_resource_resolution:CDSResourceResolution', group='xtesting.testcase') 2021-08-23 01:52:46,702 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2021-08-23 01:52:46,703 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2021-08-23 01:52:46,703 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2021-08-23 01:52:46,703 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2021-08-23 01:52:46,704 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2021-08-23 01:52:46,704 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2021-08-23 01:52:46,704 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2021-08-23 01:52:46,705 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2021-08-23 01:52:46,705 INFO 169:run_tests.py(1) - Running test case 'basic_cnf'... 2021-08-23 01:52:46,706 DEBUG 33:basic_cnf.py(1) - start time 2021-08-23 01:52:46,706 INFO 116:k8s_profile_create.py(1) - Create the k8s profile if it doesn't exist 2021-08-23 01:52:46,706 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-08-23 01:52:46,707 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-08-23 01:52:46,707 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-08-23 01:52:46,708 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-08-23 01:52:46,708 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-08-23 01:52:46,711 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:46,853 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-08-23 01:52:46,855 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-08-23 01:52:46,855 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"ab5a39a2351148d39168676fd505fa42","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f89f1619876d4a72b27b03b831487aef","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"b80bf22cfbf4411ba74343aff89feb04","type":"vlm","name":"15f66280-7084-43e2-9014","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"d90a96b61ba149a386fd082e86ec00b8","type":"vlm","name":"b311eef6-7056-47bd-83d3","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-08-23 01:52:46,859 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-08-23 01:52:46,859 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-08-23 01:52:46,859 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-08-23 01:52:46,859 INFO 267:__init__.py(1) - attempting to create Vendor basicnf_vendor in SDC 2021-08-23 01:52:46,860 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-08-23 01:52:46,860 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-08-23 01:52:46,861 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-08-23 01:52:46,861 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-08-23 01:52:46,862 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-08-23 01:52:46,864 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:46,952 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-08-23 01:52:46,954 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-08-23 01:52:46,954 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"ab5a39a2351148d39168676fd505fa42","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f89f1619876d4a72b27b03b831487aef","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"b80bf22cfbf4411ba74343aff89feb04","type":"vlm","name":"15f66280-7084-43e2-9014","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"d90a96b61ba149a386fd082e86ec00b8","type":"vlm","name":"b311eef6-7056-47bd-83d3","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-08-23 01:52:46,957 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-08-23 01:52:46,957 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-08-23 01:52:46,958 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-08-23 01:52:46,983 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-08-23 01:52:46,983 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-08-23 01:52:46,984 DEBUG 132:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basicnf_vendor", "description": "vendor" } 2021-08-23 01:52:46,986 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:47,630 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-08-23 01:52:47,632 INFO 142:onap_service.py(1) - [SDC][create Vendor] response code: 200 2021-08-23 01:52:47,632 DEBUG 146:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"f2335b4c758a46bc832db692ac8821f7","version":{"id":"304ff137090c4551adf39287df58bbf8","name":"1.0","description":"Initial version","status":"Draft"}} 2021-08-23 01:52:47,634 INFO 285:__init__.py(1) - Vendor basicnf_vendor is created in SDC 2021-08-23 01:52:47,634 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicnf_vendor in SDC 2021-08-23 01:52:47,638 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-08-23 01:52:47,638 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/f2335b4c758a46bc832db692ac8821f7/versions/304ff137090c4551adf39287df58bbf8/actions 2021-08-23 01:52:47,638 DEBUG 132:onap_service.py(1) - [SDC][Submit Vendor] data sent: { "action": "Submit" } 2021-08-23 01:52:47,640 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:47,940 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/f2335b4c758a46bc832db692ac8821f7/versions/304ff137090c4551adf39287df58bbf8/actions HTTP/1.1" 200 2 2021-08-23 01:52:47,942 INFO 142:onap_service.py(1) - [SDC][Submit Vendor] response code: 200 2021-08-23 01:52:47,942 DEBUG 146:onap_service.py(1) - [SDC][Submit Vendor] response: {} 2021-08-23 01:52:47,946 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-08-23 01:52:47,956 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-23 01:52:47,956 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-23 01:52:47,957 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-08-23 01:52:47,957 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-08-23 01:52:47,958 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-23 01:52:47,961 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,013 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-08-23 01:52:48,015 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-23 01:52:48,015 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_imjJzO_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"ab5a39a2351148d39168676fd505fa42","onboardingMethod":"NetworkPackage","id":"028ac2565c694a51ae5270397a902ad7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f89f1619876d4a72b27b03b831487aef","onboardingMethod":"NetworkPackage","id":"83d7843d107945b9b4bbe5991d4d6eed","owner":"cs0008","status":"ACTIVE"},{"name":"pNF b9d4e71a-f154","description":"vendor software product","vendorName":"15f66280-7084-43e2-9014","vendorId":"b80bf22cfbf4411ba74343aff89feb04","onboardingMethod":"NetworkPackage","id":"72740296c6da4133b7d5429948447b7b","owner":"cs0008","status":"ACTIVE"},{"name":"vFW b9d095bb-b7fb","description":"vendor software product","vendorName":"b311eef6-7056-47bd-83d3","vendorId":"d90a96b61ba149a386fd082e86ec00b8","onboardingMethod":"NetworkPackage","id":"6ed9ca46b6e54f828db87e526f32eb36","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-23 01:52:48,018 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_imjJzO_VSP from SDC 2021-08-23 01:52:48,018 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-23 01:52:48,019 DEBUG 324:vsp.py(1) - importing VSP pNF b9d4e71a-f154 from SDC 2021-08-23 01:52:48,019 DEBUG 324:vsp.py(1) - importing VSP vFW b9d095bb-b7fb from SDC 2021-08-23 01:52:48,020 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-23 01:52:48,020 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-23 01:52:48,021 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-23 01:52:48,021 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-23 01:52:48,022 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-23 01:52:48,023 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-08-23 01:52:48,023 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-08-23 01:52:48,023 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-23 01:52:48,026 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,107 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-08-23 01:52:48,109 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-23 01:52:48,109 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_imjJzO_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"ab5a39a2351148d39168676fd505fa42","onboardingMethod":"NetworkPackage","id":"028ac2565c694a51ae5270397a902ad7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f89f1619876d4a72b27b03b831487aef","onboardingMethod":"NetworkPackage","id":"83d7843d107945b9b4bbe5991d4d6eed","owner":"cs0008","status":"ACTIVE"},{"name":"pNF b9d4e71a-f154","description":"vendor software product","vendorName":"15f66280-7084-43e2-9014","vendorId":"b80bf22cfbf4411ba74343aff89feb04","onboardingMethod":"NetworkPackage","id":"72740296c6da4133b7d5429948447b7b","owner":"cs0008","status":"ACTIVE"},{"name":"vFW b9d095bb-b7fb","description":"vendor software product","vendorName":"b311eef6-7056-47bd-83d3","vendorId":"d90a96b61ba149a386fd082e86ec00b8","onboardingMethod":"NetworkPackage","id":"6ed9ca46b6e54f828db87e526f32eb36","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-23 01:52:48,112 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_imjJzO_VSP from SDC 2021-08-23 01:52:48,113 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-23 01:52:48,113 DEBUG 324:vsp.py(1) - importing VSP pNF b9d4e71a-f154 from SDC 2021-08-23 01:52:48,114 DEBUG 324:vsp.py(1) - importing VSP vFW b9d095bb-b7fb from SDC 2021-08-23 01:52:48,114 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-23 01:52:48,115 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-23 01:52:48,115 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-23 01:52:48,116 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-23 01:52:48,116 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-23 01:52:48,117 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-08-23 01:52:48,117 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-08-23 01:52:48,118 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-23 01:52:48,120 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,205 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-08-23 01:52:48,206 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-23 01:52:48,206 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_imjJzO_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"ab5a39a2351148d39168676fd505fa42","onboardingMethod":"NetworkPackage","id":"028ac2565c694a51ae5270397a902ad7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f89f1619876d4a72b27b03b831487aef","onboardingMethod":"NetworkPackage","id":"83d7843d107945b9b4bbe5991d4d6eed","owner":"cs0008","status":"ACTIVE"},{"name":"pNF b9d4e71a-f154","description":"vendor software product","vendorName":"15f66280-7084-43e2-9014","vendorId":"b80bf22cfbf4411ba74343aff89feb04","onboardingMethod":"NetworkPackage","id":"72740296c6da4133b7d5429948447b7b","owner":"cs0008","status":"ACTIVE"},{"name":"vFW b9d095bb-b7fb","description":"vendor software product","vendorName":"b311eef6-7056-47bd-83d3","vendorId":"d90a96b61ba149a386fd082e86ec00b8","onboardingMethod":"NetworkPackage","id":"6ed9ca46b6e54f828db87e526f32eb36","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-23 01:52:48,208 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_imjJzO_VSP from SDC 2021-08-23 01:52:48,208 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-23 01:52:48,208 DEBUG 324:vsp.py(1) - importing VSP pNF b9d4e71a-f154 from SDC 2021-08-23 01:52:48,209 DEBUG 324:vsp.py(1) - importing VSP vFW b9d095bb-b7fb from SDC 2021-08-23 01:52:48,209 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-23 01:52:48,209 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-23 01:52:48,209 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-23 01:52:48,210 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-23 01:52:48,210 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-23 01:52:48,210 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-08-23 01:52:48,211 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-08-23 01:52:48,211 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-23 01:52:48,212 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,411 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-08-23 01:52:48,412 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-23 01:52:48,413 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_imjJzO_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"ab5a39a2351148d39168676fd505fa42","onboardingMethod":"NetworkPackage","id":"028ac2565c694a51ae5270397a902ad7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f89f1619876d4a72b27b03b831487aef","onboardingMethod":"NetworkPackage","id":"83d7843d107945b9b4bbe5991d4d6eed","owner":"cs0008","status":"ACTIVE"},{"name":"pNF b9d4e71a-f154","description":"vendor software product","vendorName":"15f66280-7084-43e2-9014","vendorId":"b80bf22cfbf4411ba74343aff89feb04","onboardingMethod":"NetworkPackage","id":"72740296c6da4133b7d5429948447b7b","owner":"cs0008","status":"ACTIVE"},{"name":"vFW b9d095bb-b7fb","description":"vendor software product","vendorName":"b311eef6-7056-47bd-83d3","vendorId":"d90a96b61ba149a386fd082e86ec00b8","onboardingMethod":"NetworkPackage","id":"6ed9ca46b6e54f828db87e526f32eb36","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-23 01:52:48,414 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_imjJzO_VSP from SDC 2021-08-23 01:52:48,414 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-23 01:52:48,415 DEBUG 324:vsp.py(1) - importing VSP pNF b9d4e71a-f154 from SDC 2021-08-23 01:52:48,415 DEBUG 324:vsp.py(1) - importing VSP vFW b9d095bb-b7fb from SDC 2021-08-23 01:52:48,415 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-23 01:52:48,415 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-23 01:52:48,415 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-23 01:52:48,416 INFO 267:__init__.py(1) - attempting to create Vsp basic_cnf_VSP in SDC 2021-08-23 01:52:48,416 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-23 01:52:48,416 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-23 01:52:48,417 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-08-23 01:52:48,417 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-08-23 01:52:48,417 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-23 01:52:48,418 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,510 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-08-23 01:52:48,512 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-23 01:52:48,512 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_imjJzO_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"ab5a39a2351148d39168676fd505fa42","onboardingMethod":"NetworkPackage","id":"028ac2565c694a51ae5270397a902ad7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f89f1619876d4a72b27b03b831487aef","onboardingMethod":"NetworkPackage","id":"83d7843d107945b9b4bbe5991d4d6eed","owner":"cs0008","status":"ACTIVE"},{"name":"pNF b9d4e71a-f154","description":"vendor software product","vendorName":"15f66280-7084-43e2-9014","vendorId":"b80bf22cfbf4411ba74343aff89feb04","onboardingMethod":"NetworkPackage","id":"72740296c6da4133b7d5429948447b7b","owner":"cs0008","status":"ACTIVE"},{"name":"vFW b9d095bb-b7fb","description":"vendor software product","vendorName":"b311eef6-7056-47bd-83d3","vendorId":"d90a96b61ba149a386fd082e86ec00b8","onboardingMethod":"NetworkPackage","id":"6ed9ca46b6e54f828db87e526f32eb36","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-23 01:52:48,516 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_imjJzO_VSP from SDC 2021-08-23 01:52:48,516 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-23 01:52:48,516 DEBUG 324:vsp.py(1) - importing VSP pNF b9d4e71a-f154 from SDC 2021-08-23 01:52:48,517 DEBUG 324:vsp.py(1) - importing VSP vFW b9d095bb-b7fb from SDC 2021-08-23 01:52:48,517 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-23 01:52:48,517 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-23 01:52:48,518 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-23 01:52:48,523 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-08-23 01:52:48,523 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-08-23 01:52:48,524 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-08-23 01:52:48,524 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-08-23 01:52:48,525 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-08-23 01:52:48,527 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,606 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-08-23 01:52:48,608 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-08-23 01:52:48,609 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"f2335b4c758a46bc832db692ac8821f7","type":"vlm","name":"basicnf_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"ab5a39a2351148d39168676fd505fa42","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f89f1619876d4a72b27b03b831487aef","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"b80bf22cfbf4411ba74343aff89feb04","type":"vlm","name":"15f66280-7084-43e2-9014","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"d90a96b61ba149a386fd082e86ec00b8","type":"vlm","name":"b311eef6-7056-47bd-83d3","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":5} 2021-08-23 01:52:48,611 DEBUG 147:__init__.py(1) - number of Vendor returned: 5 2021-08-23 01:52:48,612 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-08-23 01:52:48,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-08-23 01:52:48,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/f2335b4c758a46bc832db692ac8821f7/versions 2021-08-23 01:52:48,613 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:52:48,615 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,708 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/f2335b4c758a46bc832db692ac8821f7/versions HTTP/1.1" 200 264 2021-08-23 01:52:48,710 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:52:48,710 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"304ff137090c4551adf39287df58bbf8","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1629683567051,"modificationTime":1629683567762,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-23 01:52:48,713 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-23 01:52:48,713 INFO 192:__init__.py(1) - Vendor found, updating information 2021-08-23 01:52:48,714 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-08-23 01:52:48,715 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/f2335b4c758a46bc832db692ac8821f7/versions 2021-08-23 01:52:48,715 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:52:48,717 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:48,814 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/f2335b4c758a46bc832db692ac8821f7/versions HTTP/1.1" 200 264 2021-08-23 01:52:48,816 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:52:48,816 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"304ff137090c4551adf39287df58bbf8","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1629683567051,"modificationTime":1629683567762,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-23 01:52:48,818 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-23 01:52:48,818 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-08-23 01:52:48,819 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-08-23 01:52:48,819 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": "f2335b4c758a46bc832db692ac8821f7", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2021-08-23 01:52:48,820 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:51,335 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-08-23 01:52:51,338 INFO 142:onap_service.py(1) - [SDC][create Vsp] response code: 200 2021-08-23 01:52:51,338 DEBUG 146:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"74d61dd397f7465287808e8f61255901","version":{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft"}} 2021-08-23 01:52:51,342 INFO 285:__init__.py(1) - Vsp basic_cnf_VSP is created in SDC 2021-08-23 01:52:51,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-08-23 01:52:51,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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:52:51,343 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:52:51,346 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:51,406 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:52:51,407 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:52:51,408 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683570132,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:52:51,410 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-08-23 01:52:51,410 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:51,410 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:52:51,412 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:51,522 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 223 2021-08-23 01:52:51,523 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:52:51,524 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1629683568895,"modificationTime":1629683570117} 2021-08-23 01:52:51,527 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-08-23 01:52:51,527 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:51,527 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:51,529 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:51,924 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 369 2021-08-23 01:52:51,927 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:51,928 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c"} 2021-08-23 01:52:51,932 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-08-23 01:52:51,933 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:51,933 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:51,936 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:52,506 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 369 2021-08-23 01:52:52,508 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:52,509 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c"} 2021-08-23 01:52:52,513 INFO 241:vsp.py(1) - attempting to upload package for basic_cnf_VSP in SDC 2021-08-23 01:52:52,514 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-08-23 01:52:52,514 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:52:52,515 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:52:52,517 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:52,579 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:52:52,580 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:52:52,581 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683570132,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:52:52,583 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-08-23 01:52:52,583 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:52,584 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:52:52,586 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:52,914 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 223 2021-08-23 01:52:52,916 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:52:52,917 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1629683568895,"modificationTime":1629683570117} 2021-08-23 01:52:52,921 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-08-23 01:52:52,921 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:52,921 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:52,924 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:53,406 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 369 2021-08-23 01:52:53,408 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:53,409 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c"} 2021-08-23 01:52:53,412 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-08-23 01:52:53,413 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:53,413 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:53,416 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:53,723 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 369 2021-08-23 01:52:53,724 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:53,725 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c"} 2021-08-23 01:52:53,727 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-08-23 01:52:53,728 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/orchestration-template-candidate 2021-08-23 01:52:53,728 DEBUG 132:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None 2021-08-23 01:52:53,732 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:53,946 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/orchestration-template-candidate HTTP/1.1" 200 90 2021-08-23 01:52:53,947 INFO 142:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200 2021-08-23 01:52:53,948 DEBUG 146:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-23 01:52:53,949 INFO 194:vsp.py(1) - Files for Vsp basic_cnf_VSP have been uploaded 2021-08-23 01:52:53,952 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-08-23 01:52:53,952 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:52:53,952 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:52:53,954 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:54,012 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:52:54,014 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:52:54,014 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683570132,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:52:54,016 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-08-23 01:52:54,017 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:54,017 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:52:54,019 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:54,209 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 222 2021-08-23 01:52:54,211 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:52:54,211 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1629683568895,"modificationTime":1629683573938} 2021-08-23 01:52:54,215 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-08-23 01:52:54,215 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:54,215 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:54,218 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:54,339 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 436 2021-08-23 01:52:54,341 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:54,342 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-23 01:52:54,345 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-08-23 01:52:54,346 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:54,346 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:54,349 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:54,467 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 436 2021-08-23 01:52:54,469 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:54,470 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-23 01:52:54,472 INFO 241:vsp.py(1) - attempting to validate for basic_cnf_VSP in SDC 2021-08-23 01:52:54,473 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-08-23 01:52:54,473 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:52:54,473 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:52:54,475 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:54,531 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:52:54,533 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:52:54,533 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683570132,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:52:54,535 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-08-23 01:52:54,535 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:54,535 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:52:54,537 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:54,622 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 222 2021-08-23 01:52:54,624 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:52:54,624 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1629683568895,"modificationTime":1629683573938} 2021-08-23 01:52:54,627 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-08-23 01:52:54,627 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:54,627 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:54,629 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:55,026 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 436 2021-08-23 01:52:55,028 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:55,028 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-23 01:52:55,032 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-08-23 01:52:55,032 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:52:55,032 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:52:55,035 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:52:55,237 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 436 2021-08-23 01:52:55,238 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:52:55,238 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-23 01:52:55,241 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-08-23 01:52:55,241 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/orchestration-template-candidate/process 2021-08-23 01:52:55,241 DEBUG 132:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2021-08-23 01:52:55,243 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:00,238 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/orchestration-template-candidate/process HTTP/1.1" 200 231 2021-08-23 01:53:00,241 INFO 142:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200 2021-08-23 01:53:00,242 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-08-23 01:53:00,246 INFO 209:vsp.py(1) - Artifacts for Vsp basic_cnf_VSP have been validated 2021-08-23 01:53:00,247 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-08-23 01:53:00,247 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:00,247 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:00,250 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:00,319 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:53:00,320 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:00,320 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683570132,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:53:00,323 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-08-23 01:53:00,323 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:00,323 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:53:00,325 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:00,507 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 222 2021-08-23 01:53:00,509 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:53:00,509 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1629683568895,"modificationTime":1629683580225} 2021-08-23 01:53:00,512 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-08-23 01:53:00,512 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:00,513 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:53:00,515 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:00,830 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 804 2021-08-23 01:53:00,831 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:53:00,832 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","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-08-23 01:53:00,835 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-08-23 01:53:00,835 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:00,835 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:53:00,838 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:01,220 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 804 2021-08-23 01:53:01,222 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:53:01,222 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","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-08-23 01:53:01,226 INFO 241:vsp.py(1) - attempting to commit for basic_cnf_VSP in SDC 2021-08-23 01:53:01,226 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-08-23 01:53:01,226 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:01,227 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:01,229 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:01,283 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:53:01,285 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:01,285 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683570132,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:53:01,288 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-08-23 01:53:01,289 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:01,289 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:53:01,292 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:01,516 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 222 2021-08-23 01:53:01,518 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:53:01,518 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1629683568895,"modificationTime":1629683580225} 2021-08-23 01:53:01,522 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-08-23 01:53:01,522 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:01,522 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:53:01,525 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:01,823 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 804 2021-08-23 01:53:01,825 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:53:01,826 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","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-08-23 01:53:01,830 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-08-23 01:53:01,830 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:01,830 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:53:01,833 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:02,112 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 804 2021-08-23 01:53:02,114 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:53:02,114 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","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-08-23 01:53:02,127 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-08-23 01:53:02,128 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions 2021-08-23 01:53:02,128 DEBUG 132:onap_service.py(1) - [SDC][Commit Vsp] data sent: { "commitRequest":{"message":"ok"}, "action": "Commit" } 2021-08-23 01:53:02,130 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:04,481 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions HTTP/1.1" 200 2 2021-08-23 01:53:04,483 INFO 142:onap_service.py(1) - [SDC][Commit Vsp] response code: 200 2021-08-23 01:53:04,483 DEBUG 146:onap_service.py(1) - [SDC][Commit Vsp] response: {} 2021-08-23 01:53:04,487 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-08-23 01:53:04,488 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:04,488 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:04,490 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:04,553 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:53:04,555 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:04,555 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683582194,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:53:04,558 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-08-23 01:53:04,559 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:04,559 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:53:04,561 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:04,654 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 223 2021-08-23 01:53:04,656 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:53:04,656 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1629683568895,"modificationTime":1629683580225} 2021-08-23 01:53:04,659 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-08-23 01:53:04,660 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:04,660 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:53:04,662 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:04,835 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 804 2021-08-23 01:53:04,837 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:53:04,837 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","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-08-23 01:53:04,840 INFO 241:vsp.py(1) - attempting to certify/sumbit for basic_cnf_VSP in SDC 2021-08-23 01:53:04,840 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-08-23 01:53:04,840 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:04,840 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:04,842 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:04,897 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 253 2021-08-23 01:53:04,898 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:04,899 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1629683568895,"modificationTime":1629683582194,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-23 01:53:04,902 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-08-23 01:53:04,902 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:04,902 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-23 01:53:04,905 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:05,003 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 223 2021-08-23 01:53:05,004 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-23 01:53:05,005 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1629683568895,"modificationTime":1629683580225} 2021-08-23 01:53:05,008 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-08-23 01:53:05,008 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:05,008 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:53:05,011 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:05,185 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 804 2021-08-23 01:53:05,186 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:53:05,187 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","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-08-23 01:53:05,195 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-08-23 01:53:05,195 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions 2021-08-23 01:53:05,195 DEBUG 132:onap_service.py(1) - [SDC][Submit Vsp] data sent: { "action": "Submit" } 2021-08-23 01:53:05,198 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:09,291 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions HTTP/1.1" 200 2 2021-08-23 01:53:09,294 INFO 142:onap_service.py(1) - [SDC][Submit Vsp] response code: 200 2021-08-23 01:53:09,294 DEBUG 146:onap_service.py(1) - [SDC][Submit Vsp] response: {} 2021-08-23 01:53:09,298 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-08-23 01:53:09,298 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:09,298 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:09,300 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:09,359 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 264 2021-08-23 01:53:09,360 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:09,361 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1629683568895,"modificationTime":1629683588050,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-23 01:53:09,363 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-08-23 01:53:09,364 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-08-23 01:53:09,364 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:09,364 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:09,366 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:09,419 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 264 2021-08-23 01:53:09,420 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:09,421 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1629683568895,"modificationTime":1629683588050,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-23 01:53:09,427 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-08-23 01:53:09,427 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions 2021-08-23 01:53:09,428 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-08-23 01:53:09,429 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:10,291 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions HTTP/1.1" 200 317 2021-08-23 01:53:10,293 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-08-23 01:53:10,293 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"74d61dd397f7465287808e8f61255901","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-23 01:53:10,293 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"74d61dd397f7465287808e8f61255901","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-23 01:53:10,297 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-23 01:53:10,298 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-23 01:53:10,298 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-08-23 01:53:10,299 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-08-23 01:53:10,299 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-23 01:53:10,301 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:10,430 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-08-23 01:53:10,431 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-23 01:53:10,432 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/76df3852-e226-4d19-8dee-92c42dc55232/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-23 01:53:10,435 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:10,435 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:10,435 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:10,436 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:10,436 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:10,436 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:10,437 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:10,437 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:10,437 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-23 01:53:10,437 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:10,438 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-23 01:53:20,448 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-23 01:53:20,449 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-23 01:53:20,450 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-08-23 01:53:20,450 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-08-23 01:53:20,450 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-23 01:53:20,453 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:20,552 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-08-23 01:53:20,553 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-23 01:53:20,553 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/76df3852-e226-4d19-8dee-92c42dc55232/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-23 01:53:20,555 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:20,555 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:20,555 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:20,555 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:20,556 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:20,556 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:20,556 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:20,556 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:20,556 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-23 01:53:20,556 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:20,556 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-23 01:53:20,556 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-23 01:53:20,557 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-23 01:53:20,557 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-08-23 01:53:20,557 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-08-23 01:53:20,557 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-23 01:53:20,559 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:20,646 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-08-23 01:53:20,648 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-23 01:53:20,648 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/76df3852-e226-4d19-8dee-92c42dc55232/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-23 01:53:20,651 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:20,652 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:20,652 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:20,652 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:20,652 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:20,653 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:20,653 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:20,653 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:20,653 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-23 01:53:20,653 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:20,654 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-23 01:53:20,654 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC 2021-08-23 01:53:20,654 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC 2021-08-23 01:53:20,655 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-08-23 01:53:20,655 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-08-23 01:53:20,655 DEBUG 132:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2021-08-23 01:53:20,657 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:20,911 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-08-23 01:53:20,914 INFO 142:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200 2021-08-23 01:53:20,915 DEBUG 146:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"type":null,"ownerId":null,"empty":false}],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.0"} 2021-08-23 01:53:20,921 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9 2021-08-23 01:53:20,921 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic 2021-08-23 01:53:20,921 INFO 192:__init__.py(1) - ResourceCategory found, updating information 2021-08-23 01:53:20,922 INFO 267:__init__.py(1) - attempting to create Vf basic_cnf in SDC 2021-08-23 01:53:20,922 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-23 01:53:20,922 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-23 01:53:20,923 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-08-23 01:53:20,923 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-08-23 01:53:20,923 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-23 01:53:20,925 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:21,019 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-08-23 01:53:21,021 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-23 01:53:21,021 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/76df3852-e226-4d19-8dee-92c42dc55232/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-23 01:53:21,025 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:21,025 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:21,025 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:21,026 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:21,026 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:21,026 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:21,026 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:21,026 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:21,027 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-23 01:53:21,027 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:21,027 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-23 01:53:21,051 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-23 01:53:21,052 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-23 01:53:21,052 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-08-23 01:53:21,052 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-08-23 01:53:21,052 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-23 01:53:21,055 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:21,112 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-08-23 01:53:21,114 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-23 01:53:21,114 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_cnf_VSP","description":"vendor software product","vendorName":"basicnf_vendor","vendorId":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_imjJzO_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"ab5a39a2351148d39168676fd505fa42","onboardingMethod":"NetworkPackage","id":"028ac2565c694a51ae5270397a902ad7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f89f1619876d4a72b27b03b831487aef","onboardingMethod":"NetworkPackage","id":"83d7843d107945b9b4bbe5991d4d6eed","owner":"cs0008","status":"ACTIVE"},{"name":"pNF b9d4e71a-f154","description":"vendor software product","vendorName":"15f66280-7084-43e2-9014","vendorId":"b80bf22cfbf4411ba74343aff89feb04","onboardingMethod":"NetworkPackage","id":"72740296c6da4133b7d5429948447b7b","owner":"cs0008","status":"ACTIVE"},{"name":"vFW b9d095bb-b7fb","description":"vendor software product","vendorName":"b311eef6-7056-47bd-83d3","vendorId":"d90a96b61ba149a386fd082e86ec00b8","onboardingMethod":"NetworkPackage","id":"6ed9ca46b6e54f828db87e526f32eb36","owner":"cs0008","status":"ACTIVE"}],"listCount":5} 2021-08-23 01:53:21,117 DEBUG 324:vsp.py(1) - importing VSP basic_cnf_VSP from SDC 2021-08-23 01:53:21,117 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_imjJzO_VSP from SDC 2021-08-23 01:53:21,118 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-23 01:53:21,118 DEBUG 324:vsp.py(1) - importing VSP pNF b9d4e71a-f154 from SDC 2021-08-23 01:53:21,118 DEBUG 324:vsp.py(1) - importing VSP vFW b9d095bb-b7fb from SDC 2021-08-23 01:53:21,118 DEBUG 147:__init__.py(1) - number of Vsp returned: 5 2021-08-23 01:53:21,119 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-23 01:53:21,119 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-08-23 01:53:21,119 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:21,120 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:21,122 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:21,176 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 264 2021-08-23 01:53:21,178 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:21,178 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1629683568895,"modificationTime":1629683588050,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-23 01:53:21,181 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-23 01:53:21,181 INFO 192:__init__.py(1) - Vsp found, updating information 2021-08-23 01:53:21,181 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-08-23 01:53:21,182 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-08-23 01:53:21,182 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:21,182 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:21,184 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:21,244 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 264 2021-08-23 01:53:21,245 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:21,246 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1629683568895,"modificationTime":1629683588050,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-23 01:53:21,249 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-08-23 01:53:21,249 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/74d61dd397f7465287808e8f61255901/versions 2021-08-23 01:53:21,249 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-23 01:53:21,251 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:21,308 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/74d61dd397f7465287808e8f61255901/versions HTTP/1.1" 200 264 2021-08-23 01:53:21,309 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-23 01:53:21,310 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"0dff27b3b88642289ff4a14d2a7e9e0c","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1629683568895,"modificationTime":1629683588050,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-23 01:53:21,313 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-23 01:53:21,319 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-08-23 01:53:21,319 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions 2021-08-23 01:53:21,320 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-08-23 01:53:21,322 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:22,110 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c/actions HTTP/1.1" 200 317 2021-08-23 01:53:22,111 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-08-23 01:53:22,112 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"74d61dd397f7465287808e8f61255901","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-23 01:53:22,112 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"74d61dd397f7465287808e8f61255901","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-23 01:53:22,114 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-08-23 01:53:22,114 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/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c 2021-08-23 01:53:22,114 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-23 01:53:22,116 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:22,311 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/74d61dd397f7465287808e8f61255901/versions/0dff27b3b88642289ff4a14d2a7e9e0c HTTP/1.1" 200 804 2021-08-23 01:53:22,313 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-23 01:53:22,313 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":"f2335b4c758a46bc832db692ac8821f7","onboardingMethod":"NetworkPackage","id":"74d61dd397f7465287808e8f61255901","version":"0dff27b3b88642289ff4a14d2a7e9e0c","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-08-23 01:53:22,316 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-08-23 01:53:22,317 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-08-23 01:53:22,317 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": "74d61dd397f7465287808e8f61255901", "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-08-23 01:53:22,320 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:25,845 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-08-23 01:53:25,855 INFO 142:onap_service.py(1) - [SDC][create Vf] response code: 201 2021-08-23 01:53:25,863 DEBUG 146:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1629683604246,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"101fdc81-d523-4d76-9dfe-7a8215c82763","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1629683604248,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604246,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"creationDate":1629683604336,"timeout":0,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"3cf29080-140d-454f-924c-99231ae50813","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1629683604337,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604336,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1629683604246,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"101fdc81-d523-4d76-9dfe-7a8215c82763","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1629683604248,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604246,"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,"creationDate":1629683604264,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"1047f236-9249-4685-acc8-cf45a0f13651","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","duplicated":false,"payloadUpdateDate":1629683604269,"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":1629683604264,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"creationDate":1629683604278,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1629683604278,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604278,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"creationDate":1629683603235,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":1629683603235,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"creationDate":1629683603235,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":1629683603235,"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":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"feature","uniqueId":"capability.b182788b-a140-4777-921a-41d57b135d86.feature","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.Scalable","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"scalable","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.scalable","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"binding","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.binding","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.Container","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"host","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.host","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.ephemeral.size","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.ephemeral.size","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"instance","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.instance","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"memory","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.memory","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.iops","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.iops","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"cpu.delta","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.cpu.delta","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.capacity","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.capacity","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.latency","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.latency","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.usage","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.usage","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"cpu_util","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.cpu_util","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.allocation","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.allocation","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.requests.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.requests.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.latency","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.latency","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"cpu","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.cpu","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.read.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.read.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.root.size","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.root.size","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"vcpus","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.vcpus","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.iops","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.iops","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.usage","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.usage","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.requests.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.requests.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.requests.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.requests.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.allocation","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.allocation","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.read.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.read.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.read.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.read.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"memory.usage","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.memory.usage","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.capacity","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.capacity","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"memory.resident","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.memory.resident","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"os","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.os","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"endpoint","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.endpoint","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"node":"tosca.nodes.Root","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"dependency","uniqueId":"b182788b-a140-4777-921a-41d57b135d86.dependency","capability":"tosca.capabilities.Node","ownerId":"b182788b-a140-4777-921a-41d57b135d86","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"node":"tosca.nodes.BlockStorage","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"local_storage","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"6dab3354-9fbd-46e4-8175-cc50e670d297.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":"daacd349-f3c6-45d7-b003-10e39d3da415.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"6dab3354-9fbd-46e4-8175-cc50e670d297.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":"6dab3354-9fbd-46e4-8175-cc50e670d297.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"8557344a-5689-435b-9cf5-fce93871fec8.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"6dab3354-9fbd-46e4-8175-cc50e670d297.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"c2ea9a66-c542-487a-b9ff-9f1c5f63ec1a.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"6dab3354-9fbd-46e4-8175-cc50e670d297.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_dummy"},"actualComponentUid":"6dab3354-9fbd-46e4-8175-cc50e670d297","createdFromCsar":true,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy","normalizedName":"abstract_dummy","name":"abstract_dummy","creationTime":1629683604066,"icon":"defaulticon","originType":"CVFC","isProxy":false,"toscaArtifacts":{},"directives":["substitutable"],"invariantName":"abstract_dummy","createdFrom":"CSAR","componentUid":"6dab3354-9fbd-46e4-8175-cc50e670d297","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicCnfcvfc.abstract.abstract.nodes.dummy","modificationTime":1629683604161,"customizationUUID":"6d34afc3-40cc-4e7b-9f23-1a9f0511ddf3","posX":"475.0","posY":"325.0","componentName":"basic_cnf-nodes.dummyCvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy":[{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"6dab3354-9fbd-46e4-8175-cc50e670d297.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":"daacd349-f3c6-45d7-b003-10e39d3da415.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"6dab3354-9fbd-46e4-8175-cc50e670d297.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":"6dab3354-9fbd-46e4-8175-cc50e670d297.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":"daacd349-f3c6-45d7-b003-10e39d3da415.dummy_name_0","getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"8557344a-5689-435b-9cf5-fce93871fec8.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"6dab3354-9fbd-46e4-8175-cc50e670d297.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.dummy_flavor_name","parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"c2ea9a66-c542-487a-b9ff-9f1c5f63ec1a.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"6dab3354-9fbd-46e4-8175-cc50e670d297.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.dummy_image_name","parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"daacd349-f3c6-45d7-b003-10e39d3da415.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false},{"definition":false,"hidden":false,"uniqueId":"8557344a-5689-435b-9cf5-fce93871fec8.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":"8557344a-5689-435b-9cf5-fce93871fec8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8557344a-5689-435b-9cf5-fce93871fec8","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"type":"tosca.capabilities.Node","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"feature","uniqueId":"capability.b182788b-a140-4777-921a-41d57b135d86.feature","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.Scalable","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"scalable","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.scalable","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"binding","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.binding","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.Container","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"host","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.host","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.ephemeral.size","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.ephemeral.size","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"instance","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.instance","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"memory","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.memory","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.iops","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.iops","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"cpu.delta","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.cpu.delta","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.capacity","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.capacity","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.latency","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.latency","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.usage","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.usage","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"cpu_util","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.cpu_util","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.allocation","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.allocation","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.requests.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.requests.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.latency","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.latency","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"cpu","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.cpu","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.read.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.read.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.root.size","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.root.size","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"vcpus","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.vcpus","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.iops","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.iops","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.usage","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.usage","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.read.requests.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.read.requests.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.write.requests.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.write.requests.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.allocation","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.allocation","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.read.bytes.rate","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.read.bytes.rate","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.read.bytes","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.read.bytes","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"memory.usage","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.memory.usage","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.device.capacity","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.device.capacity","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"memory.resident","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.memory.resident","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"cab8d8b5-bc5c-45cd-a37d-291065d5d1ea","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"disk.write.requests","uniqueId":"capability.cab8d8b5-bc5c-45cd-a37d-291065d5d1ea.disk.write.requests","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"os","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.os","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"6e40da88-aa65-4bb2-acfa-d67b551b776d","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"endpoint","uniqueId":"capability.6e40da88-aa65-4bb2-acfa-d67b551b776d.endpoint","ownerId":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"node":"tosca.nodes.Root","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"dependency","uniqueId":"b182788b-a140-4777-921a-41d57b135d86.dependency","capability":"tosca.capabilities.Node","ownerId":"b182788b-a140-4777-921a-41d57b135d86","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"node":"tosca.nodes.BlockStorage","path":["6dab3354-9fbd-46e4-8175-cc50e670d297.303cb5c3-76cc-4257-874d-be66b04959ac.dummy","daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.abstract_dummy"],"source":"6dab3354-9fbd-46e4-8175-cc50e670d297","parentName":"local_storage","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_dummy_group","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.base_dummy_group","name":"base_dummy_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_dummy_group","createdFrom":"CSAR","invariantUUID":"5a275dab-1d73-4206-8f11-b5c7387825fb","groupUUID":"7efd3930-c41f-4991-a110-4a8c5b9bbe56","members":{"abstract_dummy":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":"daacd349-f3c6-45d7-b003-10e39d3da415.BasicCnf..base_dummy..module-0","name":"BasicCnf..base_dummy..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["daacd349-f3c6-45d7-b003-10e39d3da415.heat1env","daacd349-f3c6-45d7-b003-10e39d3da415.heat1"],"invariantName":"BasicCnf..base_dummy..module-0","createdFrom":"CSAR","invariantUUID":"86c46207-bab3-4f79-86d6-b6d59b0346d0","artifactsUuid":["1047f236-9249-4685-acc8-cf45a0f13651"],"groupUUID":"56c8bb68-667b-49d5-b909-90535c6604fe","members":{"abstract_dummy":"daacd349-f3c6-45d7-b003-10e39d3da415.6dab3354-9fbd-46e4-8175-cc50e670d297.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":1629683603235,"icon":"defaulticon","description":"VF","tags":["basic_cnf"],"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415","componentMetadataForSupportLog":{"SupportablityComponentUUID":"fa2d2773-6222-43e3-9c24-081f4f707ce0","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"74d61dd397f7465287808e8f61255901","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","systemName":"BasicCnf","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1629683604118,"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,"creationDate":1629683604264,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"1047f236-9249-4685-acc8-cf45a0f13651","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","duplicated":false,"payloadUpdateDate":1629683604269,"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":1629683604264,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"creationDate":1629683604336,"timeout":0,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"3cf29080-140d-454f-924c-99231ae50813","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1629683604337,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604336,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"creationDate":1629683604278,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1629683604278,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604278,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1629683604246,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"101fdc81-d523-4d76-9dfe-7a8215c82763","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1629683604248,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604246,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"daacd349-f3c6-45d7-b003-10e39d3da415"},"categorySpecificMetadata":{},"csarUUID":"74d61dd397f7465287808e8f61255901","csarVersion":"1.0","archiveTime":0,"vspArchived":false,"service":false,"name":"basic_cnf"} 2021-08-23 01:53:25,871 INFO 285:__init__.py(1) - Vf basic_cnf is created in SDC 2021-08-23 01:53:25,871 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:35,882 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_cnf in SDC 2021-08-23 01:53:35,885 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-08-23 01:53:35,886 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/daacd349-f3c6-45d7-b003-10e39d3da415/lifecycleState/Certify 2021-08-23 01:53:35,886 DEBUG 132:onap_service.py(1) - [SDC][Certify Vf] data sent: { "userRemarks": "certify" } 2021-08-23 01:53:35,887 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:39,770 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/daacd349-f3c6-45d7-b003-10e39d3da415/lifecycleState/Certify HTTP/1.1" 200 1281 2021-08-23 01:53:39,772 INFO 142:onap_service.py(1) - [SDC][Certify Vf] response code: 200 2021-08-23 01:53:39,772 DEBUG 146:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1629683603235,"lastUpdateDate":1629683616809,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"defaulticon","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"afc7e196-8fb1-488b-b8da-4f211144f4db"},"csarUUID":"74d61dd397f7465287808e8f61255901","csarVersion":"1.0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"fa2d2773-6222-43e3-9c24-081f4f707ce0"} 2021-08-23 01:53:39,776 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-23 01:53:39,776 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-23 01:53:39,777 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-08-23 01:53:39,777 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-08-23 01:53:39,777 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-23 01:53:39,779 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:39,948 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-08-23 01:53:39,950 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-23 01:53:39,950 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/fa2d2773-6222-43e3-9c24-081f4f707ce0/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/76df3852-e226-4d19-8dee-92c42dc55232/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-23 01:53:39,952 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:39,953 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:39,953 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:39,953 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:39,953 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:53:39,953 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:39,953 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:39,953 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:39,953 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:39,954 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:39,954 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:39,954 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:39,954 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-08-23 01:53:39,954 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:39,954 INFO 192:__init__.py(1) - Vf found, updating information 2021-08-23 01:53:39,955 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-08-23 01:53:39,955 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-08-23 01:53:39,955 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-08-23 01:53:39,957 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:40,647 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-08-23 01:53:40,649 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-08-23 01:53:40,653 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:53:40,659 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-08-23 01:53:50,670 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-23 01:53:50,670 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-23 01:53:50,671 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-08-23 01:53:50,671 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-08-23 01:53:50,671 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-23 01:53:50,674 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:51,024 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-08-23 01:53:51,026 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-23 01:53:51,026 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/fa2d2773-6222-43e3-9c24-081f4f707ce0/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/76df3852-e226-4d19-8dee-92c42dc55232/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-23 01:53:51,030 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:51,030 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:51,030 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:51,030 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:51,031 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:53:51,031 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:51,031 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:51,031 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:51,031 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:51,031 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:51,032 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:51,032 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:51,032 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-08-23 01:53:51,032 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:51,032 INFO 192:__init__.py(1) - Vf found, updating information 2021-08-23 01:53:51,033 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-08-23 01:53:51,033 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-08-23 01:53:51,033 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-08-23 01:53:51,035 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:52,834 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-08-23 01:53:52,838 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-08-23 01:53:52,841 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:53:52,847 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-08-23 01:53:52,848 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:53:52,848 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:53:52,849 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-08-23 01:53:52,849 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:53:52,849 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:53:52,852 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:53,530 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-08-23 01:53:53,532 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:53:53,533 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:53:53,536 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:53,537 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:53,537 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:53,537 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:53,537 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:53,537 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:53,538 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:53,538 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:53,538 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:53:53,538 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:53,538 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:53,539 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:53,539 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-08-23 01:53:53,539 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:53,539 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-08-23 01:53:53,539 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:53:53,540 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:53:53,540 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-08-23 01:53:53,540 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:53:53,541 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:53:53,543 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:54,024 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-08-23 01:53:54,025 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:53:54,026 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:53:54,029 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:54,029 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:54,030 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:54,030 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:54,030 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:54,030 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:54,030 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:54,031 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:54,031 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:53:54,031 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:54,031 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:54,031 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:54,031 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-08-23 01:53:54,032 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:54,032 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-08-23 01:53:54,032 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2021-08-23 01:53:54,033 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2021-08-23 01:53:54,033 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-08-23 01:53:54,033 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-08-23 01:53:54,034 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-08-23 01:53:54,036 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:54,256 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-08-23 01:53:54,257 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2021-08-23 01:53:54,258 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"type":null,"ownerId":null,"empty":false}],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.0"} 2021-08-23 01:53:54,262 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2021-08-23 01:53:54,262 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2021-08-23 01:53:54,262 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2021-08-23 01:53:54,262 INFO 267:__init__.py(1) - attempting to create Service basic_cnf in SDC 2021-08-23 01:53:54,262 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:53:54,263 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:53:54,263 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-08-23 01:53:54,263 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:53:54,263 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:53:54,264 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:54,728 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-08-23 01:53:54,729 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:53:54,730 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:53:54,732 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:54,732 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:54,732 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:54,732 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:54,732 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:54,732 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:54,732 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:54,732 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:54,733 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:53:54,733 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:54,733 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:54,733 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:53:54,733 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-08-23 01:53:54,733 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:54,733 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-08-23 01:53:54,745 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-08-23 01:53:54,745 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-08-23 01:53:54,745 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-08-23 01:53:54,746 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:56,048 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-08-23 01:53:56,050 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2021-08-23 01:53:56,052 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"componentInstances":null,"componentInstancesRelations":[],"componentInstancesInputs":null,"componentInstancesOutputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":{},"requirements":null,"componentInstancesInterfaces":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.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":"65a76afd-c178-420f-bf01-7b9584f58f70","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":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.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":"65a76afd-c178-420f-bf01-7b9584f58f70","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":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.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":"65a76afd-c178-420f-bf01-7b9584f58f70","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":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.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":"65a76afd-c178-420f-bf01-7b9584f58f70","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":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.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":"65a76afd-c178-420f-bf01-7b9584f58f70","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":"65a76afd-c178-420f-bf01-7b9584f58f70","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,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"forwardingPaths":{},"toscaServiceName":null,"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"0.1","creationDate":1629683635431,"icon":"network_l_1-3","description":"service","tags":["basic_cnf"],"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe","componentMetadataForSupportLog":{"SupportablityComponentUUID":"2a8e382c-9ae5-4512-ad09-3731117a62d8","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","systemName":"BasicCnf","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1629683635431,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":null,"categorySpecificMetadata":{},"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_cnf"} 2021-08-23 01:53:56,055 INFO 285:__init__.py(1) - Service basic_cnf is created in SDC 2021-08-23 01:53:56,055 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:56,061 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-23 01:53:56,061 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-23 01:53:56,062 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-08-23 01:53:56,062 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-08-23 01:53:56,062 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-23 01:53:56,063 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:53:56,171 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-08-23 01:53:56,172 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-23 01:53:56,172 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/fa2d2773-6222-43e3-9c24-081f4f707ce0/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/76df3852-e226-4d19-8dee-92c42dc55232/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-23 01:53:56,174 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:53:56,174 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:56,174 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:56,174 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:56,174 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:53:56,175 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:56,175 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:56,175 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:56,175 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:53:56,175 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:53:56,175 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:53:56,175 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:53:56,175 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-08-23 01:53:56,175 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:53:56,175 INFO 192:__init__.py(1) - Vf found, updating information 2021-08-23 01:53:56,176 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-08-23 01:53:56,176 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-08-23 01:53:56,176 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-08-23 01:53:56,177 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:56,739 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-08-23 01:53:56,741 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-08-23 01:53:56,742 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1629683635431,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:53:56,749 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-08-23 01:53:56,750 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-08-23 01:53:56,750 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/95a8089f-05ca-4b7f-b642-7fdccb3ffabe/resourceInstance 2021-08-23 01:53:56,750 DEBUG 132:onap_service.py(1) - [SDC][Add VF to service] data sent: { "name": "basic_cnf", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "afc7e196-8fb1-488b-b8da-4f211144f4db", "originType": "VF", "componentUid": "afc7e196-8fb1-488b-b8da-4f211144f4db", "icon": "defaulticon" } 2021-08-23 01:53:56,752 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:58,825 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/95a8089f-05ca-4b7f-b642-7fdccb3ffabe/resourceInstance HTTP/1.1" 201 None 2021-08-23 01:53:58,827 INFO 142:onap_service.py(1) - [SDC][Add VF to service] response code: 201 2021-08-23 01:53:58,828 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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","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":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_cnf 0","SupportablityComponentVersion":null},"actualComponentUid":"afc7e196-8fb1-488b-b8da-4f211144f4db","createdFromCsar":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1629683637547,"icon":"defaulticon","description":null,"originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","createdFrom":null,"componentUid":"afc7e196-8fb1-488b-b8da-4f211144f4db","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1629683637547,"customizationUUID":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"version":null,"type":null,"ownerId":null,"empty":false} 2021-08-23 01:53:58,829 INFO 511:service.py(1) - Resource VF basic_cnf has been added on serice basic_cnf 2021-08-23 01:53:58,833 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-08-23 01:53:58,833 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/distribution 2021-08-23 01:53:58,833 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-08-23 01:53:58,835 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:58,898 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/distribution HTTP/1.1" 200 38 2021-08-23 01:53:58,900 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-08-23 01:53:58,900 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[]} 2021-08-23 01:53:58,904 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-08-23 01:53:58,904 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-08-23 01:53:58,904 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-23 01:53:58,907 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:53:58,972 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-08-23 01:53:58,973 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-23 01:53:58,973 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-08-23 01:53:58,976 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-08-23 01:53:58,976 INFO 728:service.py(1) - attempting to checkin Service basic_cnf in SDC 2021-08-23 01:53:58,980 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-08-23 01:53:58,980 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/95a8089f-05ca-4b7f-b642-7fdccb3ffabe/lifecycleState/checkin 2021-08-23 01:53:58,980 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2021-08-23 01:53:58,982 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:00,955 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/95a8089f-05ca-4b7f-b642-7fdccb3ffabe/lifecycleState/checkin HTTP/1.1" 200 1183 2021-08-23 01:54:00,956 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2021-08-23 01:54:00,956 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe","name":"basic_cnf","version":"0.1","isHighestVersion":true,"creationDate":1629683635431,"lastUpdateDate":1629683639727,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"0.1":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe"},"projectCode":"123456","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"2a8e382c-9ae5-4512-ad09-3731117a62d8"} 2021-08-23 01:54:00,959 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:54:00,959 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:54:00,959 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-08-23 01:54:00,960 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:54:00,960 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:54:00,961 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:54:01,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-08-23 01:54:01,567 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:54:01,568 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-08-23 01:54:01,571 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:54:01,571 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:01,572 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:01,572 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:01,572 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:54:01,573 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:01,573 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:01,573 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:01,574 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:54:01,574 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:01,574 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:01,575 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:01,575 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:54:01,575 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:01,576 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:01,576 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-08-23 01:54:01,576 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:54:01,576 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:54:01,577 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:54:01,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-08-23 01:54:01,578 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-08-23 01:54:01,578 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:54:01,580 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:02,198 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-08-23 01:54:02,200 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:54:02,204 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1629683639727,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:54:02,211 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:54:02,211 INFO 728:service.py(1) - attempting to Certify Service basic_cnf in SDC 2021-08-23 01:54:02,216 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-08-23 01:54:02,216 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/95a8089f-05ca-4b7f-b642-7fdccb3ffabe/lifecycleState/Certify 2021-08-23 01:54:02,216 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2021-08-23 01:54:02,218 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:06,920 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/95a8089f-05ca-4b7f-b642-7fdccb3ffabe/lifecycleState/Certify HTTP/1.1" 200 1171 2021-08-23 01:54:06,922 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2021-08-23 01:54:06,922 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1629683635431,"lastUpdateDate":1629683639727,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0"},"projectCode":"123456","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"2a8e382c-9ae5-4512-ad09-3731117a62d8"} 2021-08-23 01:54:06,926 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:54:06,926 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:54:06,927 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-08-23 01:54:06,927 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:54:06,927 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:54:06,930 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:54:07,459 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1433 2021-08-23 01:54:07,461 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:54:07,461 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:54:07,465 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:54:07,465 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:07,465 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:07,465 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-23 01:54:07,466 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:54:07,466 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:07,466 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:07,466 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:07,466 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:54:07,467 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:07,467 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:07,467 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:07,467 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:54:07,467 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:07,468 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:07,468 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:07,468 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:54:07,468 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:54:07,468 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:54:07,469 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-08-23 01:54:07,469 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-08-23 01:54:07,469 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:54:07,472 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:08,057 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-08-23 01:54:08,059 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:54:08,062 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683639727,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:54:08,069 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:54:18,080 INFO 728:service.py(1) - attempting to PROD/activate Service basic_cnf in SDC 2021-08-23 01:54:18,088 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-08-23 01:54:18,088 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/2a7d7b91-6300-47ed-b2ac-94cdb041c9f0/distribution/PROD/activate 2021-08-23 01:54:18,088 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2021-08-23 01:54:18,091 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:21,518 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/2a7d7b91-6300-47ed-b2ac-94cdb041c9f0/distribution/PROD/activate HTTP/1.1" 200 None 2021-08-23 01:54:21,521 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2021-08-23 01:54:21,524 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","empty":false},{"definition":false,"hidden":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","empty":false},{"definition":false,"hidden":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","empty":false},{"definition":false,"hidden":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","empty":false},{"definition":false,"hidden":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"ODdmNTVjZGNkMDliMDlmOTQ2ZDA3OTJiODkzNmIwYzI=","artifactUUID":"0e404469-be3e-4ac3-a2fd-5e268893c2ce","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.assettoscacsar","duplicated":false,"payloadUpdateDate":1629683645611,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1629683635345,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"MjdhYjA5MmJlM2Y4YzRiODBlNDdlNDBjZDA1Nzg5NjE=","artifactUUID":"45dd5480-4a7c-40ff-8873-dde9b6efaa28","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.assettoscatemplate","duplicated":false,"payloadUpdateDate":1629683645061,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1629683635345,"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,"creationDate":1629683604231,"timeout":0,"description":"VF license file","artifactType":"VF_LICENSE","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.vflicense","artifactName":"vf-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZTRjNDQ2YjEzYjJkYmY2MjUwYjRlYTEyOWJhZjNhYWM=","artifactUUID":"7deb1a58-f368-4e6e-bfb4-745b3d9968ed","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.vflicense","duplicated":false,"payloadUpdateDate":1629683604233,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604231,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3env":{"heatParamUpdated":false,"creationDate":1629683637683,"timeout":0,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.cloudtechnologyspecificartifact3env","artifactName":"nginx_cloudtech_k8s_charts.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=","artifactUUID":"276f96c1-fe1e-44ba-99bc-45ff51268e07","generatedFromId":"daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3env","esId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.cloudtechnologyspecificartifact3env","duplicated":false,"payloadUpdateDate":1629683642901,"heatParamsUpdateDate":1629683637683,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1629683637683,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"cloudtechnologyspecificartifact3":{"heatParamUpdated":false,"creationDate":1629683604336,"timeout":30,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"3cf29080-140d-454f-924c-99231ae50813","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1629683604337,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604336,"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":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.vfModulesMetadata","artifactName":"basic_cnf0_modules.json","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OGFhNjlmOTQyZDFlYjFhNmI5OGQ2MWE5ZjFmN2ZlMTU=","artifactUUID":"1ad5e622-4d36-4437-8b3a-d1956e697b5e","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1629683644127,"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,"creationDate":1629683604264,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"1047f236-9249-4685-acc8-cf45a0f13651","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","duplicated":false,"payloadUpdateDate":1629683604269,"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":1629683604264,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vendorlicense":{"heatParamUpdated":false,"creationDate":1629683604213,"timeout":0,"description":" Vendor license file","artifactType":"VENDOR_LICENSE","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.vendorlicense","artifactName":"vendor-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE=","artifactUUID":"c8ffad4b-b11c-4ae7-a778-85fc9a3c32a9","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.vendorlicense","duplicated":false,"payloadUpdateDate":1629683604218,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604213,"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,"creationDate":1629683637681,"timeout":0,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=","artifactUUID":"c7c7c4f8-fd52-4b41-9995-5fdcffaf0342","generatedFromId":"daacd349-f3c6-45d7-b003-10e39d3da415.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.heat1env","duplicated":false,"payloadUpdateDate":1629683643441,"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":1629683637681,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1629683637681,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"artifacts":{"vspbasiccnfvspinformationtxt":{"heatParamUpdated":false,"creationDate":1629683604246,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"101fdc81-d523-4d76-9dfe-7a8215c82763","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"daacd349-f3c6-45d7-b003-10e39d3da415.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1629683604248,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1629683604246,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"groupInstances":[{"version":"1","creationTime":1629683637689,"type":"org.openecomp.groups.VfModule","artifacts":["daacd349-f3c6-45d7-b003-10e39d3da415.heat1env","daacd349-f3c6-45d7-b003-10e39d3da415.heat1","daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3"],"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.daacd349-f3c6-45d7-b003-10e39d3da415.BasicCnf..base_dummy..module-0.basic_cnf0basiccnfbase_dummymodule0","invariantUUID":"86c46207-bab3-4f79-86d6-b6d59b0346d0","normalizedName":"basic_cnf0basiccnfbase_dummymodule0","modificationTime":1629683637689,"customizationUUID":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","groupInstanceArtifacts":["daacd349-f3c6-45d7-b003-10e39d3da415.cloudtechnologyspecificartifact3","95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0.heat1env"],"groupInstanceArtifactsUuid":["3cf29080-140d-454f-924c-99231ae50813","c7c7c4f8-fd52-4b41-9995-5fdcffaf0342"],"artifactsUuid":["1047f236-9249-4685-acc8-cf45a0f13651","3cf29080-140d-454f-924c-99231ae50813"],"groupUUID":"56c8bb68-667b-49d5-b909-90535c6604fe","groupName":"BasicCnf..base_dummy..module-0","groupUid":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"basic_cnf 0"},"actualComponentUid":"afc7e196-8fb1-488b-b8da-4f211144f4db","createdFromCsar":false,"uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1629683637547,"icon":"defaulticon","originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","componentUid":"afc7e196-8fb1-488b-b8da-4f211144f4db","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1629683637547,"customizationUUID":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.afc7e196-8fb1-488b-b8da-4f211144f4db.basic_cnf0":[{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false},{"definition":false,"hidden":false,"uniqueId":"daacd349-f3c6-45d7-b003-10e39d3da415.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":"df246a7f-59ae-4f39-85dc-c220d44c0d46.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"df246a7f-59ae-4f39-85dc-c220d44c0d46","empty":false}]},"capabilities":{},"inputs":[{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false},{"definition":false,"hidden":false,"uniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"65a76afd-c178-420f-bf01-7b9584f58f70","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"65a76afd-c178-420f-bf01-7b9584f58f70","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"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":1629683635431,"icon":"network_l_1-3","description":"service","tags":["basic_cnf"],"uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","componentMetadataForSupportLog":{"SupportablityComponentUUID":"2a8e382c-9ae5-4512-ad09-3731117a62d8","SupportablityComponentName":"basic_cnf","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","highestVersion":true,"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","systemName":"BasicCnf","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","normalizedName":"basiccnf","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1629683660434,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1629683635345,"timeout":0,"artifactType":"OTHER","uniqueId":"95a8089f-05ca-4b7f-b642-7fdccb3ffabe.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":1629683635345,"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":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0"},"categorySpecificMetadata":{},"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_cnf"} 2021-08-23 01:54:21,528 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:54:21,528 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:54:21,529 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-08-23 01:54:21,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-08-23 01:54:21,529 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:54:21,531 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:54:22,147 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:54:22,148 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:54:22,149 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:54:22,153 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:54:22,153 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:22,153 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:22,153 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:22,154 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:54:22,154 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:22,154 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:22,154 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:22,155 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:54:22,155 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:22,155 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:22,155 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:22,155 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:54:22,155 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:22,156 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:22,156 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:22,156 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:54:22,156 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:54:22,156 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:54:22,157 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-08-23 01:54:22,157 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-08-23 01:54:22,158 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:54:22,160 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:22,792 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-08-23 01:54:22,797 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:54:22,800 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:54:22,808 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:54:22,809 INFO 201:service.py(1) - Service basic_cnf onboarded 2021-08-23 01:54:22,809 INFO 33:k8s_connectivity_info_create.py(1) - Check if k8s connectivity information exists 2021-08-23 01:54:22,810 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:54:22,810 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-08-23 01:54:22,810 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-08-23 01:54:22,813 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:54:22,851 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-08-23 01:54:22,852 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 500 2021-08-23 01:54:22,852 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: n/a 2021-08-23 01:54:22,852 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-08-23 01:54:22,853 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-08-23 01:54:22,853 INFO 36:k8s_connectivity_info_create.py(1) - Create the k8s connectivity information 2021-08-23 01:54:22,861 DEBUG 129:onap_service.py(1) - [None][Create Connectivity Info] sent header: {} 2021-08-23 01:54:22,861 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-08-23 01:54:22,861 DEBUG 132:onap_service.py(1) - [None][Create Connectivity Info] data sent: None 2021-08-23 01:54:22,863 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:54:23,145 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-08-23 01:54:23,146 INFO 142:onap_service.py(1) - [None][Create Connectivity Info] response code: 201 2021-08-23 01:54:23,147 DEBUG 146:onap_service.py(1) - [None][Create Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNsTmFrbDVUV3BuZDA5R2IxaEVWRTE0VFVSbmVVMUVTWGxOYW1kM1QwWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVDNoTkNsWmxaRFpZTjBrM1JIRmFZbVZZVjFOeWFrSk1LMDlVZGxSRE1Fa3hZWHBFWlZOUVpqVXZhekJsTlZjclRVcExjakp6VkRka2Vrb3lXbXhpVG1vd1JEa0tjVlZXTDI5bk1uWmlabmRuUlVkbU9EaERZMU42ZW5sSVNrbEJiR0ZaYVhSaFUwNXNZbHBDWkRsWWJta3ZjemR0VjJkVVdWWlJRbWt6U2tFeFlVZE5jd3A2WVdGNlkydEdjMU56V2xkdVVYWkhWWE5sWmxCNWIxVjRVbGxVYjJoNU5rRmxZa0ZaUkRRM2IxWXlkbVJWU3pCTlVWRTNMM2xRYUZwSmEwOU5OV013Q2pjMmQwdHRSamQyU1dONFdYaEpRelJ6TjAxdGJUWmpSekJwVUhodk5FNURWekkxWmxZdmNqUjROWEkzZFVkeVpIVllSRmxvZURkM2VXMVpUeXNyUlVnS09HcHFkMFZ0TUVKNFNEQXhZMU00U2xGb1pGZ3dTVFZpWlhOTE4xQmtVSEZRUTBwSVpFTXpiM05JY1hseFFrcDVka05oUlZwNmRrSjJkMDVPVlRremNncFRRVTVhUkRSU2VTczBTMm8wTVZkUk5rOVZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWk1VVzVGWjBKalVHZDNha1ZLZVVkVFluSmFSVE5CV1VobVdXNU5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJhbEoxTkdkQlQwSkxVa1poWWtsV1NFc3pNV3h5TlhSM1duSlFPRFU0VEVSMFJrWjZTQ3MwVUhGUFMySm1SVFpPZUFwa1FsbFNOelZ2WjI4NU1qaEViRlIxVUhOVGJGQXZZa2hRYkZWU1pHd3dWRGRvYmxwYVUzbHNNRUZuZGtGaGRWVklUVWgyWnpjeldFWnRUelo0ZUVZM0NqUkVTblJtZFRsMVJ6aFlSVTF0V0ZsdWJESTBhM1pZTTFBNU9HcFpTRVJOUmtKeGVFUndSakk1Y0c4eFJGRlhTR2RUT0ZGSVVubDVXRFk1TjJ4RGJsVUtXaXRWVmpaQmFuZG5WRzlJUlc5YVQxTkxiRlZwVDFkVFFUaFFTMkU0TlVSbWVWbHpUbFJ4ZHpad1pqVXhVa1ZPY0hkSmJHVk1UVXRXV0RabVlVWmFkd3BIUkU5alRVNUpjbkpPUjJwUkt5OVFWMWxXYTNaT1RqZ3ZiV3R1T1haVmNsRjFRVW9yYkdwM1FqRndLMEZxWkhCWGFWVTNTMVk0TTNGTlNGTndTa3RLQ214VWJ6VkJlazFwUzFKemRHRkNXREpKWTAxeWJsZEhUVmhUYW1GelVrc3dSMjB6YVFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4xOTk6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKVDNKcVlrRXdUblZaYVZWM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTkUxcVNYbE5ha2swVFVSb1lVWjNNSGxOYWtFMFRXcEplVTFxU1RSTlZFNWhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVGRpV1NzemQxSjNjRVJ5YlhFdkx5OEtRelpxT0hoTU0zRjJVRlY1ZFc5VFprbzNaalpTVVdKUmMyY3hjR0p6Ym5KU2EyVmtXSFV2TDFWbWVFRnlURk1yT1cxUVVqVmxhV3N2TW5OM1ZFbFVhQW9yUkRFNGMwWllRMEU0UnpWQ1kwWlJUVzluWmtZMVVIUndOV1E0VTFwNlkxUkhZek13TkN0TE1rSkVNVWx6WXpCWlJYZDRMMEk1TkZOSGFrVm1SMU16Q2xaQ1FuQjVTaXR5ZFhkVFRYWTFSWGhXTjNSRlowOXdaMHRUVURCSk1qZ3ZVMEpNS3pNMGQxWnZPSGxSY0hSeGJtcG1TVU5JTnpGSlVta3pTVUp3YzFvS2FtOUhSVFpRZVd0WFdqVkpMMjV6Y0dOWWVHZEphVWxIVjFkc2VETkRVbGN4UWtrM1ptMVNWbU5hTm05UmFIQnNVU3QwZGxGd1RGRnlaazlRVkM5bmNBcFpNSEU1YWxOdE1WaHNRa2RyTDNkWmRUWkxabEJJV0hvMWJXMHZWekJQY0c1VFlXZFBPSGxrV0UxTFYxZEtlREJTTDFsSE9XNHpVMEpSVWtwdmFDOVBDa1pwV1VSdmQwbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWMFEyTlRRVVozSzBSRFRWRnVTVnBLZFhSclZHTkNaMlE1YVdOM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGTmQzaHJaMnM0VjJOT1MzVTRUV2hqZUM5UlpEWXhOM05YTTFacFduSlhaVEZxU2pSVmIxQXdOV1ZCWWxFMWVUTnZaMUZ1UWtGUkNtVlliR1ZCVEdaTGJqTmFhRVV3VVdvemRUbGpVV05CUzJSWWRURlNUbEEyVUdaMGIyNDJiMkZUTjNBeFoyMVlkbTFhTm5sQ1p6RmthbU14Y2toc1pTOEtWVFpTV0RkNmNscFJNSGRzV0ZrMFlUSkNXRmw2Y3pWRFVWbzVWbUk0UkdoeVpWSkdlRlZyVlc5Qk1XRmFiVnBSVmxKcWFqSkpjRzgwT1hoNmJFOURXUXBIVnpSWFMxcDFibWhtTTNnd1VFOHlhRW8yTWxoRk5UWkRTMUJTWlZKV0swWllTV2t6TDNSRmNuQnFkVWRQTURGaE4wTXpaVWgwT1ZaUU56ZDFPRGRyQ2tsMVlsTXZTRGgwTmtremJuRTBSRzk2WkVZdlltVmFSMnhvTlVOSVUxUk9iVkJCZG5KQ09FVTBRMU14V1U1WlZXTmhURnB4UzNVd1Z6Wk1ORW8zYVVrS2IwMXdTVGxSZERWVmNXSnhXVzFEVkVjNU5tZFRkMnRrZEU4d01sTTVWVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmNFRkpRa0ZCUzBOQlVVVkJOMkpaS3pOM1VuZHdSSEp0Y1M4dkwwTTJhamg0VEROeGRsQlZlWFZ2VTJaS04yWTJVbEZpVVhObk1YQmljMjV5Q2xKclpXUllkUzh2VldaNFFYSk1VeXM1YlZCU05XVnBheTh5YzNkVVNWUm9LMFF4T0hOR1dFTkJPRWMxUW1OR1VVMXZaMlpHTlZCMGNEVmtPRk5hZW1NS1ZFZGpNekEwSzBzeVFrUXhTWE5qTUZsRmQzZ3ZRamswVTBkcVJXWkhVek5XUWtKd2VVb3JjblYzVTAxMk5VVjRWamQwUldkUGNHZExVMUF3U1RJNEx3cFRRa3dyTXpSM1ZtODRlVkZ3ZEhGdWFtWkpRMGczTVVsU2FUTkpRbkJ6V21wdlIwVTJVSGxyVjFvMVNTOXVjM0JqV0hoblNXbEpSMWRYYkhnelExSlhDakZDU1RkbWJWSldZMW8yYjFGb2NHeFJLM1IyVVhCTVVYSm1UMUJVTDJkd1dUQnhPV3BUYlRGWWJFSkhheTkzV1hVMlMyWlFTRmg2TlcxdEwxY3dUM0FLYmxOaFowODRlV1JZVFV0WFYwcDRNRkl2V1VjNWJqTlRRbEZTU205b0wwOUdhVmxFYjNkSlJFRlJRVUpCYjBsQ1FWRkVRa05XU1dSQlVtOUpRVGw2TWdweFJHbFNWek5YU1hZd1JUQnRWbTVOY0ZrMGNGUjJibkIyUWsxV2VFWmFkVXBaVEhReU5VbHpWMjVFV1ZCNVV6SkhNRVpKUkU0clV5dEZNbXhNV1VwWUNsbFZSM1oxVWpkalp6UmxLMVJVTjFoTldtcFRjMFFyZG1kbE1XOVFNV2R4TTNweU1uZEpkRkpRYVhabFRXdGpaa3QxTWxwc1kyRjRiVEI1ZFZsSldGQUtSRzF5YURGVlNsTk1XR1pxY3pGdmJ6VjBkRkJDTUVGdFFVTTFLM1ZMWWpOemVVdFFaVWt5UW14a05rVllXbVZCWm13ek1XNWFOaloxVGt4UlVVdFFUZ3BPWWtRM2JUZFBZbGhFUWpOT09FNVlWRGxEVjBGb0wwNTJTazE1U2pRNFptZE9iRkF3YnpWSVNHeHpUVlJtUkhkTlpuZGxkeXQxYms1cVR6Wk9kbXBwQ2pWU2FqTTFTWGxPWjFjcmQxbE1Ta2xyZFdONGJHSllNWEpWY3pnd1ZHaFVZMmw1VkhvMWVXOXFRek53ZWtGeVpUSXhkekF2VWxKbFpWZHNVM3BCZW5rS2RGWjNaVWhsYlVKQmIwZENRVkJIWlZSQlFVbGxkbEoyUkRKR1ZtcDViVVJWVG5kSVNEUkVlVEJQVmtvM1ZHWXpNVmsxTUVOeVlsSlJjVVJHT0RsVlRncDNTRTlSUlZVMVIzbDNhbmRCZVM5MFlTdFRiMW8zTVVkeGNXc3hkUzgwVG04M1NUVlFRazR5U0VKNVRtcFdhSEU1VWtKUllrNDJSV1psUVc1bVRFWTBDbUZIZFZsa1JVVXpRWHBuTHpBd1lrdEJZWEo1Ym14VFZFOTRhM0V3VGt0NFFqQTJWek5ZUlhvMVZsZEpRazQ0UTBoNmFqQXpNMFY0UVc5SFFrRlFkbU1LWWtkcVJ6VnRlRzVYWTJkWUx6bEJPVFEyYUV3NGJuTXhhVFpNV0U0eFQzSjNSR3B5Vm5kRWRXWnZPVFkyT0U1MGVrcFllbVprZDBGcllrSTFUMHhDYUFwT1JFMVBjSE5CVGxNNGQwSjZPR2xaV1hkUGVVdEdRamxRV0V0c01URkZVMmszVmpaYVVWSmxNMFk0ZW1WbmNYcHpTVzV6YmtFdlVGaGFiMnRhZEdkcENrOWtSVFpzYjJkVE9USjRjMVE1VW5KTllXYzBXa1Z4VjJ0R05HSklUbk14YlRkdk5tMTVNRlJCYjBkQlVIRnVhMWxvYmxFNFlsbG5SV2RzYW05TmRXRUtNMEZZU1RaUFQxRjNMMkpDV0VWUFpHdHNNazFNWXk5c04wNWhTMGcxV2paa1JEVkpSSEp2VkdwR1ZHSk1jMGgyZFhCVWJXMTBUa3RFWVhGUVFVSjFMd3BsWTJsWlUxSXZXSFZLZDBweVdWaElNbmg0VVhOQlJrTjFSRVJzYVZFeVIxZ3liR2gwVlhjd1VFcEdjRVpVU0hNM2N6UlFka1JYV0VoVVltRm5PVzh2Q2pNclZVZDBORnBVUlhwVE9IUnhNMUpPVXpsc1FpOUZRMmRaUlVGMVpERlZPRFF5TVVKc1RFODBkV042UmxrMVYzSjVRVGc1WTJaNVNVWTBTM0Z0YVZvS1JtMW5NbU5MTWxGSlNIQndLMjVNVWtFclowa3ZXVFE1T1dGdEwzVkJjRVExTVc1emJrNVpla1pZTlZGNFNYZFJjR1V5V0RaeE5VSTFjRmRWWWtoUWRncFFhVWgzTkcxVVR6VkZTM013WWtWQ2JYZGtUblJETUc1MWJGVmhkMGN5YUd4V1NsUlFSMEZwZWpWVGRUVlBaVzFaWVc5aUsxSTVZbk4wWWpOWFNqUmlDa3RxWlU1NFNtdERaMWxCVWxWMmFrbEZSMmh0VVhRMk5saFhRbXhrVUZaVFFqRjZPVzUxVjNCR2RuWm1lVk42Y0VwSGRIUm1hVlFyYUhOeFJsWkRjWFFLT0dkbU1tbEtaekZHZDI5S05qbERVVmxMVUVoTFIwOTRaRkl4UkRGTFNYQjVXRnAyY2s5aVJIaHZTRzlRYW5WV1VYSm9WVXhPVEROaVNISlJiakZ1VmdwM1NUSkJVbFJEWjA1WFZEUlRRbnBXVkZGVVdXWXZUMWxxTVVObVNTOTJSbkZIWld0MU1uRkNjVUpoZG1Oa1lsZEtjMUpXVkdjOVBRb3RMUzB0TFVWT1JDQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUW89Cg==","other-connectivity-list":{"connectivity-records":[]}} 2021-08-23 01:54:23,151 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:54:23,152 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-08-23 01:54:23,152 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-08-23 01:54:23,154 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:54:23,188 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-08-23 01:54:23,190 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-08-23 01:54:23,191 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNsTmFrbDVUV3BuZDA5R2IxaEVWRTE0VFVSbmVVMUVTWGxOYW1kM1QwWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVDNoTkNsWmxaRFpZTjBrM1JIRmFZbVZZVjFOeWFrSk1LMDlVZGxSRE1Fa3hZWHBFWlZOUVpqVXZhekJsTlZjclRVcExjakp6VkRka2Vrb3lXbXhpVG1vd1JEa0tjVlZXTDI5bk1uWmlabmRuUlVkbU9EaERZMU42ZW5sSVNrbEJiR0ZaYVhSaFUwNXNZbHBDWkRsWWJta3ZjemR0VjJkVVdWWlJRbWt6U2tFeFlVZE5jd3A2WVdGNlkydEdjMU56V2xkdVVYWkhWWE5sWmxCNWIxVjRVbGxVYjJoNU5rRmxZa0ZaUkRRM2IxWXlkbVJWU3pCTlVWRTNMM2xRYUZwSmEwOU5OV013Q2pjMmQwdHRSamQyU1dONFdYaEpRelJ6TjAxdGJUWmpSekJwVUhodk5FNURWekkxWmxZdmNqUjROWEkzZFVkeVpIVllSRmxvZURkM2VXMVpUeXNyUlVnS09HcHFkMFZ0TUVKNFNEQXhZMU00U2xGb1pGZ3dTVFZpWlhOTE4xQmtVSEZRUTBwSVpFTXpiM05JY1hseFFrcDVka05oUlZwNmRrSjJkMDVPVlRremNncFRRVTVhUkRSU2VTczBTMm8wTVZkUk5rOVZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWk1VVzVGWjBKalVHZDNha1ZLZVVkVFluSmFSVE5CV1VobVdXNU5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJhbEoxTkdkQlQwSkxVa1poWWtsV1NFc3pNV3h5TlhSM1duSlFPRFU0VEVSMFJrWjZTQ3MwVUhGUFMySm1SVFpPZUFwa1FsbFNOelZ2WjI4NU1qaEViRlIxVUhOVGJGQXZZa2hRYkZWU1pHd3dWRGRvYmxwYVUzbHNNRUZuZGtGaGRWVklUVWgyWnpjeldFWnRUelo0ZUVZM0NqUkVTblJtZFRsMVJ6aFlSVTF0V0ZsdWJESTBhM1pZTTFBNU9HcFpTRVJOUmtKeGVFUndSakk1Y0c4eFJGRlhTR2RUT0ZGSVVubDVXRFk1TjJ4RGJsVUtXaXRWVmpaQmFuZG5WRzlJUlc5YVQxTkxiRlZwVDFkVFFUaFFTMkU0TlVSbWVWbHpUbFJ4ZHpad1pqVXhVa1ZPY0hkSmJHVk1UVXRXV0RabVlVWmFkd3BIUkU5alRVNUpjbkpPUjJwUkt5OVFWMWxXYTNaT1RqZ3ZiV3R1T1haVmNsRjFRVW9yYkdwM1FqRndLMEZxWkhCWGFWVTNTMVk0TTNGTlNGTndTa3RLQ214VWJ6VkJlazFwUzFKemRHRkNXREpKWTAxeWJsZEhUVmhUYW1GelVrc3dSMjB6YVFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4xOTk6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKVDNKcVlrRXdUblZaYVZWM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTkUxcVNYbE5ha2swVFVSb1lVWjNNSGxOYWtFMFRXcEplVTFxU1RSTlZFNWhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVGRpV1NzemQxSjNjRVJ5YlhFdkx5OEtRelpxT0hoTU0zRjJVRlY1ZFc5VFprbzNaalpTVVdKUmMyY3hjR0p6Ym5KU2EyVmtXSFV2TDFWbWVFRnlURk1yT1cxUVVqVmxhV3N2TW5OM1ZFbFVhQW9yUkRFNGMwWllRMEU0UnpWQ1kwWlJUVzluWmtZMVVIUndOV1E0VTFwNlkxUkhZek13TkN0TE1rSkVNVWx6WXpCWlJYZDRMMEk1TkZOSGFrVm1SMU16Q2xaQ1FuQjVTaXR5ZFhkVFRYWTFSWGhXTjNSRlowOXdaMHRUVURCSk1qZ3ZVMEpNS3pNMGQxWnZPSGxSY0hSeGJtcG1TVU5JTnpGSlVta3pTVUp3YzFvS2FtOUhSVFpRZVd0WFdqVkpMMjV6Y0dOWWVHZEphVWxIVjFkc2VETkRVbGN4UWtrM1ptMVNWbU5hTm05UmFIQnNVU3QwZGxGd1RGRnlaazlRVkM5bmNBcFpNSEU1YWxOdE1WaHNRa2RyTDNkWmRUWkxabEJJV0hvMWJXMHZWekJQY0c1VFlXZFBPSGxrV0UxTFYxZEtlREJTTDFsSE9XNHpVMEpSVWtwdmFDOVBDa1pwV1VSdmQwbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWMFEyTlRRVVozSzBSRFRWRnVTVnBLZFhSclZHTkNaMlE1YVdOM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGTmQzaHJaMnM0VjJOT1MzVTRUV2hqZUM5UlpEWXhOM05YTTFacFduSlhaVEZxU2pSVmIxQXdOV1ZCWWxFMWVUTnZaMUZ1UWtGUkNtVlliR1ZCVEdaTGJqTmFhRVV3VVdvemRUbGpVV05CUzJSWWRURlNUbEEyVUdaMGIyNDJiMkZUTjNBeFoyMVlkbTFhTm5sQ1p6RmthbU14Y2toc1pTOEtWVFpTV0RkNmNscFJNSGRzV0ZrMFlUSkNXRmw2Y3pWRFVWbzVWbUk0UkdoeVpWSkdlRlZyVlc5Qk1XRmFiVnBSVmxKcWFqSkpjRzgwT1hoNmJFOURXUXBIVnpSWFMxcDFibWhtTTNnd1VFOHlhRW8yTWxoRk5UWkRTMUJTWlZKV0swWllTV2t6TDNSRmNuQnFkVWRQTURGaE4wTXpaVWgwT1ZaUU56ZDFPRGRyQ2tsMVlsTXZTRGgwTmtremJuRTBSRzk2WkVZdlltVmFSMnhvTlVOSVUxUk9iVkJCZG5KQ09FVTBRMU14V1U1WlZXTmhURnB4UzNVd1Z6Wk1ORW8zYVVrS2IwMXdTVGxSZERWVmNXSnhXVzFEVkVjNU5tZFRkMnRrZEU4d01sTTVWVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmNFRkpRa0ZCUzBOQlVVVkJOMkpaS3pOM1VuZHdSSEp0Y1M4dkwwTTJhamg0VEROeGRsQlZlWFZ2VTJaS04yWTJVbEZpVVhObk1YQmljMjV5Q2xKclpXUllkUzh2VldaNFFYSk1VeXM1YlZCU05XVnBheTh5YzNkVVNWUm9LMFF4T0hOR1dFTkJPRWMxUW1OR1VVMXZaMlpHTlZCMGNEVmtPRk5hZW1NS1ZFZGpNekEwSzBzeVFrUXhTWE5qTUZsRmQzZ3ZRamswVTBkcVJXWkhVek5XUWtKd2VVb3JjblYzVTAxMk5VVjRWamQwUldkUGNHZExVMUF3U1RJNEx3cFRRa3dyTXpSM1ZtODRlVkZ3ZEhGdWFtWkpRMGczTVVsU2FUTkpRbkJ6V21wdlIwVTJVSGxyVjFvMVNTOXVjM0JqV0hoblNXbEpSMWRYYkhnelExSlhDakZDU1RkbWJWSldZMW8yYjFGb2NHeFJLM1IyVVhCTVVYSm1UMUJVTDJkd1dUQnhPV3BUYlRGWWJFSkhheTkzV1hVMlMyWlFTRmg2TlcxdEwxY3dUM0FLYmxOaFowODRlV1JZVFV0WFYwcDRNRkl2V1VjNWJqTlRRbEZTU205b0wwOUdhVmxFYjNkSlJFRlJRVUpCYjBsQ1FWRkVRa05XU1dSQlVtOUpRVGw2TWdweFJHbFNWek5YU1hZd1JUQnRWbTVOY0ZrMGNGUjJibkIyUWsxV2VFWmFkVXBaVEhReU5VbHpWMjVFV1ZCNVV6SkhNRVpKUkU0clV5dEZNbXhNV1VwWUNsbFZSM1oxVWpkalp6UmxLMVJVTjFoTldtcFRjMFFyZG1kbE1XOVFNV2R4TTNweU1uZEpkRkpRYVhabFRXdGpaa3QxTWxwc1kyRjRiVEI1ZFZsSldGQUtSRzF5YURGVlNsTk1XR1pxY3pGdmJ6VjBkRkJDTUVGdFFVTTFLM1ZMWWpOemVVdFFaVWt5UW14a05rVllXbVZCWm13ek1XNWFOaloxVGt4UlVVdFFUZ3BPWWtRM2JUZFBZbGhFUWpOT09FNVlWRGxEVjBGb0wwNTJTazE1U2pRNFptZE9iRkF3YnpWSVNHeHpUVlJtUkhkTlpuZGxkeXQxYms1cVR6Wk9kbXBwQ2pWU2FqTTFTWGxPWjFjcmQxbE1Ta2xyZFdONGJHSllNWEpWY3pnd1ZHaFVZMmw1VkhvMWVXOXFRek53ZWtGeVpUSXhkekF2VWxKbFpWZHNVM3BCZW5rS2RGWjNaVWhsYlVKQmIwZENRVkJIWlZSQlFVbGxkbEoyUkRKR1ZtcDViVVJWVG5kSVNEUkVlVEJQVmtvM1ZHWXpNVmsxTUVOeVlsSlJjVVJHT0RsVlRncDNTRTlSUlZVMVIzbDNhbmRCZVM5MFlTdFRiMW8zTVVkeGNXc3hkUzgwVG04M1NUVlFRazR5U0VKNVRtcFdhSEU1VWtKUllrNDJSV1psUVc1bVRFWTBDbUZIZFZsa1JVVXpRWHBuTHpBd1lrdEJZWEo1Ym14VFZFOTRhM0V3VGt0NFFqQTJWek5ZUlhvMVZsZEpRazQ0UTBoNmFqQXpNMFY0UVc5SFFrRlFkbU1LWWtkcVJ6VnRlRzVYWTJkWUx6bEJPVFEyYUV3NGJuTXhhVFpNV0U0eFQzSjNSR3B5Vm5kRWRXWnZPVFkyT0U1MGVrcFllbVprZDBGcllrSTFUMHhDYUFwT1JFMVBjSE5CVGxNNGQwSjZPR2xaV1hkUGVVdEdRamxRV0V0c01URkZVMmszVmpaYVVWSmxNMFk0ZW1WbmNYcHpTVzV6YmtFdlVGaGFiMnRhZEdkcENrOWtSVFpzYjJkVE9USjRjMVE1VW5KTllXYzBXa1Z4VjJ0R05HSklUbk14YlRkdk5tMTVNRlJCYjBkQlVIRnVhMWxvYmxFNFlsbG5SV2RzYW05TmRXRUtNMEZZU1RaUFQxRjNMMkpDV0VWUFpHdHNNazFNWXk5c04wNWhTMGcxV2paa1JEVkpSSEp2VkdwR1ZHSk1jMGgyZFhCVWJXMTBUa3RFWVhGUVFVSjFMd3BsWTJsWlUxSXZXSFZLZDBweVdWaElNbmg0VVhOQlJrTjFSRVJzYVZFeVIxZ3liR2gwVlhjd1VFcEdjRVpVU0hNM2N6UlFka1JYV0VoVVltRm5PVzh2Q2pNclZVZDBORnBVUlhwVE9IUnhNMUpPVXpsc1FpOUZRMmRaUlVGMVpERlZPRFF5TVVKc1RFODBkV042UmxrMVYzSjVRVGc1WTJaNVNVWTBTM0Z0YVZvS1JtMW5NbU5MTWxGSlNIQndLMjVNVWtFclowa3ZXVFE1T1dGdEwzVkJjRVExTVc1emJrNVpla1pZTlZGNFNYZFJjR1V5V0RaeE5VSTFjRmRWWWtoUWRncFFhVWgzTkcxVVR6VkZTM013WWtWQ2JYZGtUblJETUc1MWJGVmhkMGN5YUd4V1NsUlFSMEZwZWpWVGRUVlBaVzFaWVc5aUsxSTVZbk4wWWpOWFNqUmlDa3RxWlU1NFNtdERaMWxCVWxWMmFrbEZSMmh0VVhRMk5saFhRbXhrVUZaVFFqRjZPVzUxVjNCR2RuWm1lVk42Y0VwSGRIUm1hVlFyYUhOeFJsWkRjWFFLT0dkbU1tbEtaekZHZDI5S05qbERVVmxMVUVoTFIwOTRaRkl4UkRGTFNYQjVXRnAyY2s5aVJIaHZTRzlRYW5WV1VYSm9WVXhPVEROaVNISlJiakZ1VmdwM1NUSkJVbFJEWjA1WFZEUlRRbnBXVkZGVVdXWXZUMWxxTVVObVNTOTJSbkZIWld0MU1uRkNjVUpoZG1Oa1lsZEtjMUpXVkdjOVBRb3RMUzB0TFVWT1JDQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUW89Cg==","other-connectivity-list":{"connectivity-records":[]}} 2021-08-23 01:54:23,194 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists * 2021-08-23 01:54:23,195 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-08-23 01:54:23,195 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-08-23 01:54:23,196 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:54:23,198 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,265 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-08-23 01:54:23,266 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 404 2021-08-23 01:54:23,267 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-08-23 01:54:23,267 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-08-23 01:54:23,267 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-08-23 01:54:23,279 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-08-23 01:54:23,280 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-08-23 01:54:23,280 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-08-23 01:54:23,282 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,367 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-08-23 01:54:23,368 INFO 142:onap_service.py(1) - [AAI][Create cloud region] response code: 201 2021-08-23 01:54:23,368 DEBUG 146:onap_service.py(1) - [AAI][Create cloud region] response: 2021-08-23 01:54:23,371 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-08-23 01:54:23,371 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-08-23 01:54:23,371 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:54:23,373 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,426 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-08-23 01:54:23,427 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:54:23,428 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":"1629683663324"}]} 2021-08-23 01:54:23,462 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-08-23 01:54:23,462 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/2f76cb5d-30d5-4d69-ab6c-d765f50627e2 2021-08-23 01:54:23,463 DEBUG 132:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: { "esr-system-info-id": "2f76cb5d-30d5-4d69-ab6c-d765f50627e2", "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-08-23 01:54:23,465 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,549 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/2f76cb5d-30d5-4d69-ab6c-d765f50627e2 HTTP/1.1" 201 0 2021-08-23 01:54:23,550 INFO 142:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201 2021-08-23 01:54:23,550 DEBUG 146:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 2021-08-23 01:54:23,561 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-08-23 01:54:23,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-08-23 01:54:23,561 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 01:54:23,563 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,597 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-08-23 01:54:23,598 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 404 2021-08-23 01:54:23,598 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-08-23 01:54:23,598 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-08-23 01:54:23,599 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-08-23 01:54:23,599 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant 2021-08-23 01:54:23,599 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise 2021-08-23 01:54:23,602 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-08-23 01:54:23,602 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-08-23 01:54:23,602 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-08-23 01:54:23,603 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,675 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-08-23 01:54:23,676 INFO 142:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201 2021-08-23 01:54:23,676 DEBUG 146:onap_service.py(1) - [AAI][add tenant to cloud region] response: 2021-08-23 01:54:23,679 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-08-23 01:54:23,679 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-08-23 01:54:23,679 DEBUG 132:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2021-08-23 01:54:23,681 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,722 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-08-23 01:54:23,723 INFO 142:onap_service.py(1) - [AAI][get availability_zones] response code: 404 2021-08-23 01:54:23,723 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-08-23 01:54:23,723 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-08-23 01:54:23,724 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-08-23 01:54:23,727 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-08-23 01:54:23,727 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-08-23 01:54:23,727 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-08-23 01:54:23,728 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,786 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-08-23 01:54:23,787 INFO 142:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201 2021-08-23 01:54:23,787 DEBUG 146:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 2021-08-23 01:54:23,796 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-08-23 01:54:23,796 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-08-23 01:54:23,796 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-08-23 01:54:23,797 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,833 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-08-23 01:54:23,834 INFO 142:onap_service.py(1) - [AAI][create complex] response code: 412 2021-08-23 01:54:23,834 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-08-23 01:54:23,834 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-08-23 01:54:23,834 WARNING 37:complex_create.py(1) - Try to update the complex failed. 2021-08-23 01:54:23,839 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-08-23 01:54:23,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-08-23 01:54:23,840 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:54:23,841 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:23,883 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-08-23 01:54:23,884 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:54:23,884 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":"1629683663324"}]} 2021-08-23 01:54:23,891 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-08-23 01:54:23,891 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-08-23 01:54:23,891 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-08-23 01:54:23,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:24,050 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-08-23 01:54:24,051 INFO 142:onap_service.py(1) - [AAI][add relationship to CloudRegion] response code: 200 2021-08-23 01:54:24,051 DEBUG 146:onap_service.py(1) - [AAI][add relationship to CloudRegion] response: 2021-08-23 01:54:24,064 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-08-23 01:54:24,065 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-08-23 01:54:24,065 DEBUG 132:onap_service.py(1) - [AAI][declare customer] data sent: { "global-customer-id": "basicnf-customer", "subscriber-name": "basicnf-customer", "subscriber-type": "INFRA" } 2021-08-23 01:54:24,068 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:24,134 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-08-23 01:54:24,135 INFO 142:onap_service.py(1) - [AAI][declare customer] response code: 201 2021-08-23 01:54:24,136 DEBUG 146:onap_service.py(1) - [AAI][declare customer] response: 2021-08-23 01:54:24,139 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-08-23 01:54:24,139 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-08-23 01:54:24,140 DEBUG 132:onap_service.py(1) - [AAI][get created customer] data sent: None 2021-08-23 01:54:24,142 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:24,190 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-08-23 01:54:24,191 INFO 142:onap_service.py(1) - [AAI][get created customer] response code: 200 2021-08-23 01:54:24,192 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":"1629683664103"} 2021-08-23 01:54:24,195 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-08-23 01:54:24,196 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-08-23 01:54:24,196 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-23 01:54:24,199 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:24,252 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-08-23 01:54:24,253 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-23 01:54:24,254 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":"1629683664103"} 2021-08-23 01:54:24,257 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-08-23 01:54:24,257 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-08-23 01:54:24,257 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-23 01:54:24,260 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:24,309 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-08-23 01:54:24,310 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 404 2021-08-23 01:54:24,310 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-08-23 01:54:24,311 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-08-23 01:54:24,311 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-08-23 01:54:24,312 INFO 561:customer.py(1) - Create service subscription for basicnf-customer customer 2021-08-23 01:54:24,315 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:54:24,316 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:54:24,316 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-08-23 01:54:24,317 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:54:24,317 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:54:24,319 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:54:25,028 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:54:25,030 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:54:25,031 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:54:25,035 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:54:25,035 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:25,036 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:25,036 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:25,036 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:54:25,037 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:25,037 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:25,037 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:25,038 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:54:25,038 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:25,039 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:25,039 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:25,039 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:54:25,040 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:25,040 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:25,041 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:25,041 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:54:25,041 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:54:25,042 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:54:25,043 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-08-23 01:54:25,043 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-08-23 01:54:25,043 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:54:25,046 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:25,614 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-08-23 01:54:25,617 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:54:25,621 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:54:25,631 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:54:25,632 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-08-23 01:54:25,632 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-08-23 01:54:25,633 DEBUG 132:onap_service.py(1) - [AAI][Create service subscription] data sent: { "service-id": "93cdfa4f-eec2-4454-b4c1-41a678d06bce" } 2021-08-23 01:54:25,635 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:25,712 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-08-23 01:54:25,713 INFO 142:onap_service.py(1) - [AAI][Create service subscription] response code: 201 2021-08-23 01:54:25,713 DEBUG 146:onap_service.py(1) - [AAI][Create service subscription] response: 2021-08-23 01:54:25,716 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-08-23 01:54:25,716 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-08-23 01:54:25,716 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-23 01:54:25,719 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:25,770 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-08-23 01:54:25,772 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-23 01:54:25,772 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1629683665675"}]} 2021-08-23 01:54:25,774 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-08-23 01:54:25,775 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-08-23 01:54:25,775 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-23 01:54:25,777 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:25,821 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-08-23 01:54:25,821 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-23 01:54:25,822 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":"1629683664103"} 2021-08-23 01:54:25,823 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-08-23 01:54:25,824 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-08-23 01:54:25,824 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-23 01:54:25,826 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:25,876 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-08-23 01:54:25,877 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-23 01:54:25,878 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1629683665675"}]} 2021-08-23 01:54:25,881 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-08-23 01:54:25,881 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-08-23 01:54:25,881 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:54:25,884 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:25,948 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-08-23 01:54:25,949 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:54:25,950 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":"1629683663917","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-08-23 01:54:25,952 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-08-23 01:54:25,952 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-08-23 01:54:25,952 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 01:54:25,954 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,000 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-08-23 01:54:26,001 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-23 01:54:26,001 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1629683663633"} 2021-08-23 01:54:26,009 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-08-23 01:54:26,009 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-08-23 01:54:26,009 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=1629683663633", "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-08-23 01:54:26,011 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,116 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-08-23 01:54:26,118 INFO 142:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response code: 200 2021-08-23 01:54:26,118 DEBUG 146:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response: 2021-08-23 01:54:26,123 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-08-23 01:54:26,123 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-08-23 01:54:26,123 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-23 01:54:26,126 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,175 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-08-23 01:54:26,176 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-23 01:54:26,177 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":"1629683664103"} 2021-08-23 01:54:26,180 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-08-23 01:54:26,181 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-08-23 01:54:26,181 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:54:26,184 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,246 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-08-23 01:54:26,248 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:54:26,248 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":"1629683663917","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-08-23 01:54:26,252 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-08-23 01:54:26,252 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-08-23 01:54:26,253 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 01:54:26,256 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,309 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-08-23 01:54:26,310 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-23 01:54:26,311 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1629683666049","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-08-23 01:54:26,314 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-08-23 01:54:26,315 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-08-23 01:54:26,315 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2021-08-23 01:54:26,317 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,386 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-08-23 01:54:26,387 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 200 2021-08-23 01:54:26,387 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"owning-entity":[{"owning-entity-id":"1ee05d5f-1f51-47cf-b9be-aeb2ca09dce7","owning-entity-name":"basicnw-oe","resource-version":"1629682988112"},{"owning-entity-id":"527b48ac-a858-427f-8d4b-f4f59d4df050","owning-entity-name":"basicvm-oe","resource-version":"1629683442627"},{"owning-entity-id":"cb29faf5-1ee3-43ba-b543-b108125f6aa6","owning-entity-name":"OE-ETE_Customer-cb29faf5-1ee3-43ba-b543-b108125f6aa6","resource-version":"1629682290070","relationship-list":{"relationship":[{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/customers/customer/ETE_Customer_a2e0b864-7a17-402d-934c-88573d957b46/service-subscriptions/service-subscription/pNF/service-instances/service-instance/548758f9-7141-463e-8213-3ba60a303904","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"ETE_Customer_a2e0b864-7a17-402d-934c-88573d957b46"},{"relationship-key":"service-subscription.service-type","relationship-value":"pNF"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"548758f9-7141-463e-8213-3ba60a303904"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"Service_Ete_Namea2e0b864-7a17-402d-934c-88573d957b46"}]}]}}]} 2021-08-23 01:54:26,389 INFO 198:service_ala_carte.py(1) - Owning entity not found, create it 2021-08-23 01:54:26,393 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-08-23 01:54:26,393 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/dc3352f8-5d3a-4f58-96c6-c1252ea24244 2021-08-23 01:54:26,394 DEBUG 132:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: { "owning-entity-name": "basicnf_owning_entity", "owning-entity-id": "dc3352f8-5d3a-4f58-96c6-c1252ea24244" } 2021-08-23 01:54:26,396 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,454 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/owning-entities/owning-entity/dc3352f8-5d3a-4f58-96c6-c1252ea24244 HTTP/1.1" 201 0 2021-08-23 01:54:26,455 INFO 142:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201 2021-08-23 01:54:26,455 DEBUG 146:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 2021-08-23 01:54:26,459 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-08-23 01:54:26,459 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/dc3352f8-5d3a-4f58-96c6-c1252ea24244 2021-08-23 01:54:26,460 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2021-08-23 01:54:26,462 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:54:26,513 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities/owning-entity/dc3352f8-5d3a-4f58-96c6-c1252ea24244 HTTP/1.1" 200 139 2021-08-23 01:54:26,514 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200 2021-08-23 01:54:26,515 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"dc3352f8-5d3a-4f58-96c6-c1252ea24244","owning-entity-name":"basicnf_owning_entity","resource-version":"1629683666426"} 2021-08-23 01:54:26,522 DEBUG 129:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json'} 2021-08-23 01:54:26,523 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-08-23 01:54:26,523 DEBUG 132:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] data sent: { "options": ["basicnf_project"] } 2021-08-23 01:54:26,526 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): vid.api.simpledemo.onap.org:30200 2021-08-23 01:54:26,687 DEBUG 433:connectionpool.py(1) - https://vid.api.simpledemo.onap.org:30200 "POST /vid/maintenance/category_parameter/project HTTP/1.1" 200 13 2021-08-23 01:54:26,689 INFO 142:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response code: 200 2021-08-23 01:54:26,689 DEBUG 146:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response: {"errors":[]} 2021-08-23 01:54:26,692 INFO 203:service_ala_carte.py(1) - ******** Check Service Distribution ******* 2021-08-23 01:54:26,693 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:54:26,693 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:54:26,694 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-08-23 01:54:26,695 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:54:26,695 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:54:26,698 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:54:27,213 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:54:27,216 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:54:27,216 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:54:27,220 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:54:27,221 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:27,221 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:27,222 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:27,222 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:54:27,222 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:27,223 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:27,223 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:27,224 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:54:27,224 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:27,224 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:27,225 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:27,225 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:54:27,225 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:54:27,226 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:54:27,226 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:54:27,227 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:54:27,227 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:54:27,227 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:54:27,228 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-08-23 01:54:27,228 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-08-23 01:54:27,229 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:54:27,231 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:27,821 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-08-23 01:54:27,824 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:54:27,828 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:54:27,835 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:54:27,836 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-08-23 01:54:27,837 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/distribution 2021-08-23 01:54:27,837 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-08-23 01:54:27,840 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:27,918 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/distribution HTTP/1.1" 200 205 2021-08-23 01:54:27,919 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-08-23 01:54:27,920 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[{"distributionID":"978dcfb9-ff5b-4370-8793-957c9b9a35ac","timestamp":"2021-08-23 01:54:19.904 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]} 2021-08-23 01:54:27,922 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-08-23 01:54:27,923 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/978dcfb9-ff5b-4370-8793-957c9b9a35ac 2021-08-23 01:54:27,923 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-23 01:54:27,925 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:54:28,023 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/978dcfb9-ff5b-4370-8793-957c9b9a35ac HTTP/1.1" 200 232 2021-08-23 01:54:28,025 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-23 01:54:28,026 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-08-23 01:54:28,028 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-08-23 01:54:28,029 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-08-23 01:55:28,091 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-08-23 01:55:28,093 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/978dcfb9-ff5b-4370-8793-957c9b9a35ac 2021-08-23 01:55:28,093 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-23 01:55:28,096 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:55:28,208 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/978dcfb9-ff5b-4370-8793-957c9b9a35ac HTTP/1.1" 200 661 2021-08-23 01:55:28,210 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-23 01:55:28,211 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-08-23 01:55:28,213 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-08-23 01:55:28,213 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-08-23 01:56:28,277 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-08-23 01:56:28,278 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/978dcfb9-ff5b-4370-8793-957c9b9a35ac 2021-08-23 01:56:28,279 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-23 01:56:28,284 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:56:28,413 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/978dcfb9-ff5b-4370-8793-957c9b9a35ac HTTP/1.1" 200 871 2021-08-23 01:56:28,415 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-23 01:56:28,415 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-08-23 01:56:28,419 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-08-23 01:56:28,419 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-08-23 01:57:28,482 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-08-23 01:57:28,483 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/978dcfb9-ff5b-4370-8793-957c9b9a35ac 2021-08-23 01:57:28,484 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-23 01:57:28,493 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:57:28,610 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/978dcfb9-ff5b-4370-8793-957c9b9a35ac HTTP/1.1" 200 None 2021-08-23 01:57:28,613 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-23 01:57:28,614 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683692630","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","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":"1629683668889","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683693011","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","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":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683678385","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":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683686880","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683684109","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683679515","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683670895","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","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":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683694640","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","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":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","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":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683685422","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683692007","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683684669","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683695643","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683680676","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683668829","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683681815","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683669834","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683687884","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","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":"1629683683106","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683669893","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-08-23 01:57:28,619 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683692630', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', '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': '1629683668889', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683693011', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', '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': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683678385', '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': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683686880', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683684109', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683679515', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683670895', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', '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': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683694640', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', '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': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', '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': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683685422', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683692007', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683684669', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683695643', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683680676', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683668829', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683681815', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683669834', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683687884', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', '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': '1629683683106', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683669893', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-08-23 01:57:28,622 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-08-23 01:57:28,622 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-08-23 01:57:28,622 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-08-23 01:58:28,686 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-08-23 01:58:28,688 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/978dcfb9-ff5b-4370-8793-957c9b9a35ac 2021-08-23 01:58:28,688 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-23 01:58:28,693 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:58:28,816 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/978dcfb9-ff5b-4370-8793-957c9b9a35ac HTTP/1.1" 200 None 2021-08-23 01:58:28,818 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-23 01:58:28,820 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683789672","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683692630","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683789672","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","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":"1629683668889","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","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":"1629683808239","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683693011","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","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":"1629683654476","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":"1629683789672","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683678385","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":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683686880","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683789672","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683817371","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683684109","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683679515","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683670895","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","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":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683694640","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","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":"1629683789672","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","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":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683685422","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683675590","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":"1629683811231","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683813350","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DEPLOY_ERROR","errorReason":"The artifact has not been used by the modules defined in the resource"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683805764","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","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":"1629683789672","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1629683692007","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683684669","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683695643","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683812347","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":"SO-COpenSource-Env11","timestamp":"1629683789672","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683680676","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683806920","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683668829","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1629683652146","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":"1629683789672","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":"1629683803266","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683681815","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","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":"1629683654267","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683654267","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":"1629683809902","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683789672","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683669834","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1629683687884","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683814356","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1629683650977","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":"1629683683106","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1629683668563","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1629683669893","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1629683654476","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683816368","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1629683677259","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1629683815363","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":"1629683674756","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-08-23 01:58:28,824 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683789672', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683692630', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683789672', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', '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': '1629683668889', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', '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': '1629683808239', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683693011', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', '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': '1629683654476', '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': '1629683789672', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683678385', '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': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683686880', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683789672', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683817371', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683684109', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683679515', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683670895', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', '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': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683694640', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', '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': '1629683789672', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', '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': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683685422', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683675590', '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': '1629683811231', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683813350', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DEPLOY_ERROR', 'errorReason': 'The artifact has not been used by the modules defined in the resource'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683805764', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', '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': '1629683789672', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1629683692007', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683684669', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683695643', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683812347', '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': 'SO-COpenSource-Env11', 'timestamp': '1629683789672', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683680676', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683806920', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683668829', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1629683652146', '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': '1629683789672', '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': '1629683803266', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683681815', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', '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': '1629683654267', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683654267', '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': '1629683809902', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683789672', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683669834', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1629683687884', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683814356', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1629683650977', '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': '1629683683106', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1629683668563', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1629683669893', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1629683654476', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683816368', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1629683677259', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1629683815363', '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': '1629683674756', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-08-23 01:58:28,826 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-23 01:58:28,826 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-08-23 01:58:28,826 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-23 01:58:28,826 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-23 01:58:28,826 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-08-23 01:58:28,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-23 01:58:28,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-23 01:58:28,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-23 01:58:28,827 INFO 210:service_ala_carte.py(1) - Service Distribution for basic_cnf is sucessfully finished 2021-08-23 01:58:28,841 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': '634106d0-eb5f-40f7-9bc6-88d9359d444b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:28,842 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-08-23 01:58:28,842 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "93cdfa4f-eec2-4454-b4c1-41a678d06bce", "modelVersionId": "2a8e382c-9ae5-4512-ad09-3731117a62d8", "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": "dc3352f8-5d3a-4f58-96c6-c1252ea24244", "owningEntityName": "basicnf_owning_entity" } } } 2021-08-23 01:58:28,844 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:30,343 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-08-23 01:58:30,346 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response code: 202 2021-08-23 01:58:30,346 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response: {"requestReferences":{"requestId":"634106d0-eb5f-40f7-9bc6-88d9359d444b","instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b"}} 2021-08-23 01:58:30,348 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished 2021-08-23 01:58:30,373 DEBUG 129:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '80414e27-5228-4c99-968d-11568e67b1b2', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:30,374 DEBUG 131:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b 2021-08-23 01:58:30,375 DEBUG 132:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] data sent: None 2021-08-23 01:58:30,380 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:30,552 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b HTTP/1.1" 200 1341 2021-08-23 01:58:30,557 INFO 142:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response code: 200 2021-08-23 01:58:30,558 DEBUG 146:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response: {"request":{"requestId":"634106d0-eb5f-40f7-9bc6-88d9359d444b","startTime":"Mon, 23 Aug 2021 01:58:29 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","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":"dc3352f8-5d3a-4f58-96c6-c1252ea24244","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Mon, 23 Aug 2021 01:58:29 GMT"}}} 2021-08-23 01:58:40,571 DEBUG 129:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8a93c085-2b79-4ae2-af66-07111331c823', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:40,572 DEBUG 131:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b 2021-08-23 01:58:40,572 DEBUG 132:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] data sent: None 2021-08-23 01:58:40,576 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:40,752 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b HTTP/1.1" 200 1551 2021-08-23 01:58:40,755 INFO 142:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response code: 200 2021-08-23 01:58:40,755 DEBUG 146:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response: {"request":{"requestId":"634106d0-eb5f-40f7-9bc6-88d9359d444b","startTime":"Mon, 23 Aug 2021 01:58:29 GMT","finishTime":"Mon, 23 Aug 2021 01:58:33 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","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":"dc3352f8-5d3a-4f58-96c6-c1252ea24244","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:33 GMT"}}} 2021-08-23 01:58:40,756 INFO 56:mixins.py(8) - ServiceInstantiation task finished 2021-08-23 01:58:40,757 DEBUG 129:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cb5b1fb6-08b9-421b-8e8f-8c69643182c3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:40,758 DEBUG 131:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b 2021-08-23 01:58:40,758 DEBUG 132:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] data sent: None 2021-08-23 01:58:40,761 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:40,914 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b HTTP/1.1" 200 1551 2021-08-23 01:58:40,916 INFO 142:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response code: 200 2021-08-23 01:58:40,917 DEBUG 146:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response: {"request":{"requestId":"634106d0-eb5f-40f7-9bc6-88d9359d444b","startTime":"Mon, 23 Aug 2021 01:58:29 GMT","finishTime":"Mon, 23 Aug 2021 01:58:33 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","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":"dc3352f8-5d3a-4f58-96c6-c1252ea24244","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:33 GMT"}}} 2021-08-23 01:58:40,919 DEBUG 129:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a760439a-82ea-43d8-8ae4-39745eac3902', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:40,919 DEBUG 131:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b 2021-08-23 01:58:40,919 DEBUG 132:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] data sent: None 2021-08-23 01:58:40,922 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:41,085 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b HTTP/1.1" 200 1551 2021-08-23 01:58:41,088 INFO 142:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response code: 200 2021-08-23 01:58:41,089 DEBUG 146:onap_service.py(8) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response: {"request":{"requestId":"634106d0-eb5f-40f7-9bc6-88d9359d444b","startTime":"Mon, 23 Aug 2021 01:58:29 GMT","finishTime":"Mon, 23 Aug 2021 01:58:33 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","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":"dc3352f8-5d3a-4f58-96c6-c1252ea24244","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:33 GMT"}}} 2021-08-23 01:58:41,099 DEBUG 129:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '795ea3d0-5fb4-4230-adf0-79c53ca238e4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:41,100 DEBUG 131:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b 2021-08-23 01:58:41,100 DEBUG 132:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] data sent: None 2021-08-23 01:58:41,104 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:41,261 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b HTTP/1.1" 200 1551 2021-08-23 01:58:41,263 INFO 142:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response code: 200 2021-08-23 01:58:41,264 DEBUG 146:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response: {"request":{"requestId":"634106d0-eb5f-40f7-9bc6-88d9359d444b","startTime":"Mon, 23 Aug 2021 01:58:29 GMT","finishTime":"Mon, 23 Aug 2021 01:58:33 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","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":"dc3352f8-5d3a-4f58-96c6-c1252ea24244","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:33 GMT"}}} 2021-08-23 01:58:41,265 DEBUG 129:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e59547cb-c710-4a05-bb47-e98eb9228289', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:41,265 DEBUG 131:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b 2021-08-23 01:58:41,265 DEBUG 132:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] data sent: None 2021-08-23 01:58:41,267 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:41,425 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/634106d0-eb5f-40f7-9bc6-88d9359d444b HTTP/1.1" 200 1551 2021-08-23 01:58:41,427 INFO 142:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response code: 200 2021-08-23 01:58:41,427 DEBUG 146:onap_service.py(1) - [None][Check 634106d0-eb5f-40f7-9bc6-88d9359d444b orchestration request status] response: {"request":{"requestId":"634106d0-eb5f-40f7-9bc6-88d9359d444b","startTime":"Mon, 23 Aug 2021 01:58:29 GMT","finishTime":"Mon, 23 Aug 2021 01:58:33 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","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":"dc3352f8-5d3a-4f58-96c6-c1252ea24244","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:33 GMT"}}} 2021-08-23 01:58:41,428 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-08-23 01:58:41,429 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-08-23 01:58:41,429 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-23 01:58:41,431 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:41,495 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-08-23 01:58:41,496 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-23 01:58:41,497 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1629683666049","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-08-23 01:58:41,500 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-08-23 01:58:41,500 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a 2021-08-23 01:58:41,501 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] data sent: None 2021-08-23 01:58:41,503 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:41,572 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a HTTP/1.1" 200 1191 2021-08-23 01:58:41,574 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response code: 200 2021-08-23 01:58:41,574 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response: {"service-instance":[{"service-instance-id":"a16892ac-c72b-4188-bc61-495f9e3cfb18","service-instance-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","model-version-id":"2a8e382c-9ae5-4512-ad09-3731117a62d8","resource-version":"1629683913493","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"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-08-23 01:58:41,578 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-08-23 01:58:41,578 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-08-23 01:58:41,578 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-23 01:58:41,580 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:41,628 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-08-23 01:58:41,629 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-23 01:58:41,629 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":"1629683664103"} 2021-08-23 01:58:41,632 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-08-23 01:58:41,633 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-08-23 01:58:41,633 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-23 01:58:41,635 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:41,695 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-08-23 01:58:41,696 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-23 01:58:41,696 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1629683666049","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-08-23 01:58:41,700 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-08-23 01:58:41,700 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a 2021-08-23 01:58:41,701 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] data sent: None 2021-08-23 01:58:41,703 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:41,768 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a HTTP/1.1" 200 1191 2021-08-23 01:58:41,770 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response code: 200 2021-08-23 01:58:41,770 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response: {"service-instance":[{"service-instance-id":"a16892ac-c72b-4188-bc61-495f9e3cfb18","service-instance-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","model-version-id":"2a8e382c-9ae5-4512-ad09-3731117a62d8","resource-version":"1629683913493","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"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-08-23 01:58:41,774 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-08-23 01:58:41,774 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-08-23 01:58:41,774 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:58:41,777 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:41,838 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-08-23 01:58:41,839 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:58:41,839 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":"1629683663917","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-08-23 01:58:41,843 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-08-23 01:58:41,843 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-08-23 01:58:41,843 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 01:58:41,845 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:41,899 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-08-23 01:58:41,900 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-23 01:58:41,900 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1629683666049","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-08-23 01:58:41,903 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:58:41,903 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:58:41,904 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-08-23 01:58:41,904 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:58:41,904 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:58:41,906 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:58:42,423 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:58:42,424 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:58:42,425 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:58:42,427 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:58:42,428 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:42,428 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:42,428 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:42,428 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:58:42,429 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:42,429 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:42,429 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:42,429 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:58:42,430 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:42,430 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:42,430 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:42,431 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:58:42,431 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:42,431 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:42,431 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:42,432 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:58:42,432 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:58:42,432 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:58:42,433 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-08-23 01:58:42,433 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-08-23 01:58:42,433 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:58:42,435 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:58:43,351 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-08-23 01:58:43,354 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:58:43,356 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:58:43,361 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:58:43,361 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-08-23 01:58:43,361 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel 2021-08-23 01:58:43,362 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-23 01:58:43,363 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:58:43,529 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel HTTP/1.1" 200 None 2021-08-23 01:58:43,531 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-23 01:58:43,531 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-23 01:58:43,599 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:58:43,599 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:58:43,599 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-23 01:58:43,600 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:58:43,600 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:58:43,601 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:58:44,064 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:58:44,065 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:58:44,066 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:58:44,069 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:58:44,069 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:44,069 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:44,069 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:44,070 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:58:44,070 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:44,070 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:44,070 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:44,070 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:58:44,071 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:44,071 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:44,071 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:44,071 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:58:44,071 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:44,072 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:44,072 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:44,072 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:58:44,072 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:58:44,072 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:58:44,073 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-08-23 01:58:44,073 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-08-23 01:58:44,073 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:58:44,075 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:58:44,637 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-08-23 01:58:44,640 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:58:44,643 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:58:44,650 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:58:44,651 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': '4fc6e44e-955d-426f-9eb7-56bba3b19bee', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:44,651 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs 2021-08-23 01:58:44,652 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "93cdfa4f-eec2-4454-b4c1-41a678d06bce" }, "modelInfo": { "modelType": "vnf", "modelInvariantId": "2aef0b54-770b-47de-907d-a84be05d28d5", "modelVersionId": "fa2d2773-6222-43e3-9c24-081f4f707ce0", "modelName": "basic_cnf", "modelVersion": "1.0", "modelCustomizationId": "1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a", "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": "a16892ac-c72b-4188-bc61-495f9e3cfb18", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "93cdfa4f-eec2-4454-b4c1-41a678d06bce", "modelVersion": "1.0", "modelVersionId": "2a8e382c-9ae5-4512-ad09-3731117a62d8" } } }] } } 2021-08-23 01:58:44,654 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:46,168 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs HTTP/1.1" 202 262 2021-08-23 01:58:46,170 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response code: 202 2021-08-23 01:58:46,171 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response: {"requestReferences":{"requestId":"4fc6e44e-955d-426f-9eb7-56bba3b19bee","instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee"}} 2021-08-23 01:58:46,171 DEBUG 79:mixins.py(1) - Wait until VnfInstantiation task is not finished 2021-08-23 01:58:46,182 DEBUG 129:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b321f568-cb7e-418f-9c52-03d54809b7b5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:46,183 DEBUG 131:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee 2021-08-23 01:58:46,184 DEBUG 132:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] data sent: None 2021-08-23 01:58:46,188 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:46,349 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee HTTP/1.1" 200 1900 2021-08-23 01:58:46,351 INFO 142:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response code: 200 2021-08-23 01:58:46,352 DEBUG 146:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response: {"request":{"requestId":"4fc6e44e-955d-426f-9eb7-56bba3b19bee","startTime":"Mon, 23 Aug 2021 01:58:44 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}}],"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Mon, 23 Aug 2021 01:58:45 GMT"}}} 2021-08-23 01:58:56,365 DEBUG 129:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b93b15fc-492b-4ebb-a4be-606ce806c21a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:56,366 DEBUG 131:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee 2021-08-23 01:58:56,366 DEBUG 132:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] data sent: None 2021-08-23 01:58:56,370 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:56,540 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee HTTP/1.1" 200 2106 2021-08-23 01:58:56,542 INFO 142:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response code: 200 2021-08-23 01:58:56,543 DEBUG 146:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response: {"request":{"requestId":"4fc6e44e-955d-426f-9eb7-56bba3b19bee","startTime":"Mon, 23 Aug 2021 01:58:44 GMT","finishTime":"Mon, 23 Aug 2021 01:58:51 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}}],"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:51 GMT"}}} 2021-08-23 01:58:56,544 INFO 56:mixins.py(9) - VnfInstantiation task finished 2021-08-23 01:58:56,545 DEBUG 129:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0ccf1058-dde4-4f16-8974-5e2f6f747b9f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:56,545 DEBUG 131:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee 2021-08-23 01:58:56,546 DEBUG 132:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] data sent: None 2021-08-23 01:58:56,549 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:56,714 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee HTTP/1.1" 200 2106 2021-08-23 01:58:56,716 INFO 142:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response code: 200 2021-08-23 01:58:56,716 DEBUG 146:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response: {"request":{"requestId":"4fc6e44e-955d-426f-9eb7-56bba3b19bee","startTime":"Mon, 23 Aug 2021 01:58:44 GMT","finishTime":"Mon, 23 Aug 2021 01:58:51 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}}],"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:51 GMT"}}} 2021-08-23 01:58:56,717 DEBUG 129:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e4ab0d1f-47f9-4417-8c4f-0286bf19bf5c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:56,717 DEBUG 131:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee 2021-08-23 01:58:56,718 DEBUG 132:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] data sent: None 2021-08-23 01:58:56,719 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:56,874 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee HTTP/1.1" 200 2106 2021-08-23 01:58:56,876 INFO 142:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response code: 200 2021-08-23 01:58:56,877 DEBUG 146:onap_service.py(9) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response: {"request":{"requestId":"4fc6e44e-955d-426f-9eb7-56bba3b19bee","startTime":"Mon, 23 Aug 2021 01:58:44 GMT","finishTime":"Mon, 23 Aug 2021 01:58:51 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}}],"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:51 GMT"}}} 2021-08-23 01:58:56,885 DEBUG 129:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '47f72f52-96e2-47f5-8793-6e11a8855a8f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:56,886 DEBUG 131:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee 2021-08-23 01:58:56,886 DEBUG 132:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] data sent: None 2021-08-23 01:58:56,888 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:57,085 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee HTTP/1.1" 200 2106 2021-08-23 01:58:57,087 INFO 142:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response code: 200 2021-08-23 01:58:57,088 DEBUG 146:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response: {"request":{"requestId":"4fc6e44e-955d-426f-9eb7-56bba3b19bee","startTime":"Mon, 23 Aug 2021 01:58:44 GMT","finishTime":"Mon, 23 Aug 2021 01:58:51 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}}],"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:51 GMT"}}} 2021-08-23 01:58:57,089 DEBUG 129:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5664ef44-a7b1-4d73-bea2-56d9270dff69', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:58:57,089 DEBUG 131:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee 2021-08-23 01:58:57,090 DEBUG 132:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] data sent: None 2021-08-23 01:58:57,092 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:58:57,260 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4fc6e44e-955d-426f-9eb7-56bba3b19bee HTTP/1.1" 200 2106 2021-08-23 01:58:57,262 INFO 142:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response code: 200 2021-08-23 01:58:57,263 DEBUG 146:onap_service.py(1) - [None][Check 4fc6e44e-955d-426f-9eb7-56bba3b19bee orchestration request status] response: {"request":{"requestId":"4fc6e44e-955d-426f-9eb7-56bba3b19bee","startTime":"Mon, 23 Aug 2021 01:58:44 GMT","finishTime":"Mon, 23 Aug 2021 01:58:51 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}}],"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:58:51 GMT"}}} 2021-08-23 01:58:57,264 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-08-23 01:58:57,265 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-08-23 01:58:57,265 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-23 01:58:57,267 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:57,322 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-08-23 01:58:57,323 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-23 01:58:57,323 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":"1629683664103"} 2021-08-23 01:58:57,326 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-08-23 01:58:57,326 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-08-23 01:58:57,326 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-23 01:58:57,328 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:57,382 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-08-23 01:58:57,383 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-23 01:58:57,383 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1629683666049","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-08-23 01:58:57,386 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-08-23 01:58:57,386 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a 2021-08-23 01:58:57,386 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] data sent: None 2021-08-23 01:58:57,389 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:57,509 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a HTTP/1.1" 200 1643 2021-08-23 01:58:57,510 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response code: 200 2021-08-23 01:58:57,510 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response: {"service-instance":[{"service-instance-id":"a16892ac-c72b-4188-bc61-495f9e3cfb18","service-instance-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","model-version-id":"2a8e382c-9ae5-4512-ad09-3731117a62d8","resource-version":"1629683926644","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:58:57,514 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-08-23 01:58:57,514 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list 2021-08-23 01:58:57,514 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:58:57,517 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:57,619 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list HTTP/1.1" 200 1064 2021-08-23 01:58:57,620 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:58:57,620 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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:58:57,624 DEBUG 129:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-23 01:58:57,624 DEBUG 131:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 2021-08-23 01:58:57,624 DEBUG 132:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] data sent: None 2021-08-23 01:58:57,627 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:58:57,725 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 HTTP/1.1" 200 3737 2021-08-23 01:58:57,726 INFO 142:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response code: 200 2021-08-23 01:58:57,727 DEBUG 146:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response: {"vnf-id":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnf-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1629683931468","model-invariant-id":"2aef0b54-770b-47de-907d-a84be05d28d5","model-version-id":"fa2d2773-6222-43e3-9c24-081f4f707ce0","model-customization-id":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/service-data/vnfs/vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/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/a16892ac-c72b-4188-bc61-495f9e3cfb18","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"}]},{"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":"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"}]},{"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"}]}]}} 2021-08-23 01:58:57,730 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:58:57,731 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:58:57,731 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-08-23 01:58:57,732 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:58:57,732 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:58:57,734 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:58:59,512 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:58:59,514 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:58:59,514 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:58:59,518 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:58:59,518 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:59,518 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:59,519 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:59,519 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:58:59,519 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:59,519 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:59,519 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:59,520 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:58:59,520 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:59,520 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:59,520 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:59,520 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:58:59,520 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:58:59,521 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:58:59,521 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:58:59,521 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:58:59,521 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:58:59,521 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:58:59,522 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-08-23 01:58:59,522 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-08-23 01:58:59,522 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:58:59,525 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:59:01,136 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-08-23 01:59:01,139 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:59:01,142 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:59:01,149 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:59:01,150 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-08-23 01:59:01,150 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel 2021-08-23 01:59:01,151 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-23 01:59:01,153 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:01,333 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel HTTP/1.1" 200 None 2021-08-23 01:59:01,336 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-23 01:59:01,336 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-23 01:59:01,389 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:59:01,389 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4 2021-08-23 01:59:01,389 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-08-23 01:59:01,391 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:01,441 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4 HTTP/1.1" 200 270 2021-08-23 01:59:01,442 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-08-23 01:59:01,442 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"86c46207-bab3-4f79-86d6-b6d59b0346d0","rb-version":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","chart-name":"nginx","description":"","labels":{"vf_module_model_name":"BasicCnf..base_dummy..module-0","vf_module_model_uuid":"56c8bb68-667b-49d5-b909-90535c6604fe"}} 2021-08-23 01:59:01,445 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:59:01,446 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest 2021-08-23 01:59:01,446 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-08-23 01:59:01,448 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:01,474 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest HTTP/1.1" 404 87 2021-08-23 01:59:01,475 INFO 142:onap_service.py(1) - [None][Get profile] response code: 404 2021-08-23 01:59:01,475 DEBUG 146:onap_service.py(1) - [None][Get profile] response: n/a 2021-08-23 01:59:01,475 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-08-23 01:59:01,476 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-08-23 01:59:01,482 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-08-23 01:59:01,482 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile 2021-08-23 01:59:01,482 DEBUG 132:onap_service.py(1) - [None][Create profile for definition] data sent: { "rb-name": "86c46207-bab3-4f79-86d6-b6d59b0346d0", "rb-version": "e4f24e9e-4351-4ad2-8712-4380e5bbc7c4", "profile-name": "cnftest", "release-name": "cnftest", "namespace": "k8s", "kubernetes-version": "1.0" } 2021-08-23 01:59:01,484 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:01,514 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile HTTP/1.1" 201 212 2021-08-23 01:59:01,515 INFO 142:onap_service.py(1) - [None][Create profile for definition] response code: 201 2021-08-23 01:59:01,515 DEBUG 146:onap_service.py(1) - [None][Create profile for definition] response: {"rb-name":"86c46207-bab3-4f79-86d6-b6d59b0346d0","rb-version":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-08-23 01:59:01,517 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:59:01,517 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest 2021-08-23 01:59:01,517 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-08-23 01:59:01,519 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:01,550 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest HTTP/1.1" 200 212 2021-08-23 01:59:01,552 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-08-23 01:59:01,552 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"86c46207-bab3-4f79-86d6-b6d59b0346d0","rb-version":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-08-23 01:59:01,556 DEBUG 129:onap_service.py(1) - [None][Upload Artifact content] sent header: {} 2021-08-23 01:59:01,556 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest/content 2021-08-23 01:59:01,556 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-08-23 01:59:01,559 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:01,597 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest/content HTTP/1.1" 200 0 2021-08-23 01:59:01,597 INFO 142:onap_service.py(1) - [None][Upload Artifact content] response code: 200 2021-08-23 01:59:01,598 DEBUG 146:onap_service.py(1) - [None][Upload Artifact content] response: n/a 2021-08-23 01:59:01,600 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-08-23 01:59:01,600 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-08-23 01:59:01,600 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-23 01:59:01,602 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:01,650 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-08-23 01:59:01,651 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-23 01:59:01,651 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":"1629683664103"} 2021-08-23 01:59:01,653 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-08-23 01:59:01,653 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-08-23 01:59:01,653 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-23 01:59:01,655 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:01,708 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-08-23 01:59:01,709 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-23 01:59:01,710 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1629683666049","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-08-23 01:59:01,713 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-08-23 01:59:01,713 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a 2021-08-23 01:59:01,714 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] data sent: None 2021-08-23 01:59:01,716 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:01,787 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a HTTP/1.1" 200 1643 2021-08-23 01:59:01,788 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response code: 200 2021-08-23 01:59:01,788 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a service-instance-name] response: {"service-instance":[{"service-instance-id":"a16892ac-c72b-4188-bc61-495f9e3cfb18","service-instance-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","model-version-id":"2a8e382c-9ae5-4512-ad09-3731117a62d8","resource-version":"1629683926644","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:01,791 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-08-23 01:59:01,791 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-08-23 01:59:01,791 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:59:01,793 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:01,847 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-08-23 01:59:01,848 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:59:01,849 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1629683926773","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/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"}]}]}}]} 2021-08-23 01:59:01,852 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-08-23 01:59:01,852 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-08-23 01:59:01,852 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 01:59:01,855 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:01,908 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-08-23 01:59:01,909 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-23 01:59:01,910 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1629683926880","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:01,912 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-08-23 01:59:01,912 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list 2021-08-23 01:59:01,912 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:01,914 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:01,969 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list HTTP/1.1" 200 1064 2021-08-23 01:59:01,970 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:01,970 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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:01,974 DEBUG 129:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-23 01:59:01,974 DEBUG 131:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 2021-08-23 01:59:01,974 DEBUG 132:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] data sent: None 2021-08-23 01:59:01,976 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:02,054 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 HTTP/1.1" 200 3737 2021-08-23 01:59:02,055 INFO 142:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response code: 200 2021-08-23 01:59:02,055 DEBUG 146:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response: {"vnf-id":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnf-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1629683931468","model-invariant-id":"2aef0b54-770b-47de-907d-a84be05d28d5","model-version-id":"fa2d2773-6222-43e3-9c24-081f4f707ce0","model-customization-id":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/service-data/vnfs/vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/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/a16892ac-c72b-4188-bc61-495f9e3cfb18","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"}]},{"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":"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"}]},{"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"}]}]}} 2021-08-23 01:59:02,058 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:59:02,059 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:59:02,059 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-08-23 01:59:02,059 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:59:02,059 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:59:02,061 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:02,522 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:59:02,523 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:59:02,523 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:59:02,525 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:59:02,526 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:02,526 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:02,526 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:02,526 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:59:02,526 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:02,526 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:02,527 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:02,527 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:59:02,527 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:02,527 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:02,527 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:02,527 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:59:02,528 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:02,528 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:02,528 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:02,528 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:59:02,528 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:59:02,529 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:59:02,529 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-08-23 01:59:02,529 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-08-23 01:59:02,529 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:59:02,531 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:59:03,066 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-08-23 01:59:03,123 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:59:03,127 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:59:03,137 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:59:03,138 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-08-23 01:59:03,138 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel 2021-08-23 01:59:03,139 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-23 01:59:03,141 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:03,313 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel HTTP/1.1" 200 None 2021-08-23 01:59:03,315 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-23 01:59:03,316 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-23 01:59:03,367 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': '9ebfe7ef-7d33-4c59-930c-f5b71c45d9a3', 'x-fromappid': 'API client'} 2021-08-23 01:59:03,367 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-08-23 01:59:03,367 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a" }, "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-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:03,369 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267 2021-08-23 01:59:03,497 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-08-23 01:59:03,499 INFO 142:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response code: 200 2021-08-23 01:59:03,499 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-08-23 01:59:03,521 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:59:03,521 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:59:03,522 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-08-23 01:59:03,522 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:59:03,522 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:59:03,524 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:04,119 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:59:04,121 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:59:04,122 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:59:04,125 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:59:04,125 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:04,126 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:04,126 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:04,127 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:59:04,127 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:04,127 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:04,128 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:04,128 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:59:04,129 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:04,129 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:04,130 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:04,130 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:59:04,130 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:04,131 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:04,131 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:04,131 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:59:04,132 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:59:04,132 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:59:04,133 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-08-23 01:59:04,133 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-08-23 01:59:04,133 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:59:04,135 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:59:04,675 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-08-23 01:59:04,678 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:59:04,681 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:59:04,687 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:59:04,688 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': '6227fa34-4ca5-479b-85c8-5b0b0582399f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:04,689 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs/32119d2c-a4b7-49d0-b24d-7f975b096570/vfModules 2021-08-23 01:59:04,689 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-530caa38-8d33-4f89-aef1-acb3a6f8b55a", "source": "VID", "suppressRollback": false, "requestorId": "test" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "86c46207-bab3-4f79-86d6-b6d59b0346d0", "modelVersionId": "56c8bb68-667b-49d5-b909-90535c6604fe", "modelName": "BasicCnf..base_dummy..module-0", "modelVersion": "1", "modelCustomizationId": "e4f24e9e-4351-4ad2-8712-4380e5bbc7c4", "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": "a16892ac-c72b-4188-bc61-495f9e3cfb18", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "93cdfa4f-eec2-4454-b4c1-41a678d06bce", "modelVersion": "1.0", "modelVersionId": "2a8e382c-9ae5-4512-ad09-3731117a62d8" } } }, { "relatedInstance": { "instanceId": "32119d2c-a4b7-49d0-b24d-7f975b096570", "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "2aef0b54-770b-47de-907d-a84be05d28d5", "modelVersion": "1.0", "modelVersionId": "fa2d2773-6222-43e3-9c24-081f4f707ce0", "modelCustomizationId": "1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a", "modelCustomizationName": "basic_cnf 0" } } } ] } } 2021-08-23 01:59:04,691 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:06,220 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs/32119d2c-a4b7-49d0-b24d-7f975b096570/vfModules HTTP/1.1" 202 262 2021-08-23 01:59:06,221 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response code: 202 2021-08-23 01:59:06,222 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response: {"requestReferences":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","instanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f"}} 2021-08-23 01:59:06,222 DEBUG 79:mixins.py(1) - Wait until VfModuleInstantiation task is not finished 2021-08-23 01:59:06,233 DEBUG 129:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6423faa9-91f4-4068-a120-2e7963215029', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:06,234 DEBUG 131:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f 2021-08-23 01:59:06,234 DEBUG 132:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] data sent: None 2021-08-23 01:59:06,239 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:06,395 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f HTTP/1.1" 200 2455 2021-08-23 01:59:06,399 INFO 142:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response code: 200 2021-08-23 01:59:06,399 DEBUG 146:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response: {"request":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","startTime":"Mon, 23 Aug 2021 01:59:04 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}},{"relatedInstance":{"instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Mon, 23 Aug 2021 01:59:05 GMT"}}} 2021-08-23 01:59:16,412 DEBUG 129:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e6b83bd0-0c5a-4623-8e47-8ccc6290d0a3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:16,413 DEBUG 131:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f 2021-08-23 01:59:16,413 DEBUG 132:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] data sent: None 2021-08-23 01:59:16,416 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:16,941 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f HTTP/1.1" 200 2700 2021-08-23 01:59:16,944 INFO 142:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response code: 200 2021-08-23 01:59:16,944 DEBUG 146:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response: {"request":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","startTime":"Mon, 23 Aug 2021 01:59:04 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}},{"relatedInstance":{"instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of CreateVfModuleBB has completed successfully, next invoking ActivateVfModuleBB (Execution Path progress: BBs completed = 2; BBs remaining = 1). TASK INFORMATION: Task name is null.","percentProgress":68,"timestamp":"Mon, 23 Aug 2021 01:59:14 GMT"}}} 2021-08-23 01:59:26,956 DEBUG 129:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd3616f2e-6d23-4ef8-816f-f3dba0c0ff58', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:26,957 DEBUG 131:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f 2021-08-23 01:59:26,957 DEBUG 132:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] data sent: None 2021-08-23 01:59:26,960 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:27,115 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f HTTP/1.1" 200 2666 2021-08-23 01:59:27,117 INFO 142:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response code: 200 2021-08-23 01:59:27,118 DEBUG 146:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response: {"request":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","startTime":"Mon, 23 Aug 2021 01:59:04 GMT","finishTime":"Mon, 23 Aug 2021 01:59:17 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}},{"relatedInstance":{"instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:17 GMT"}}} 2021-08-23 01:59:27,119 INFO 56:mixins.py(10) - VfModuleInstantiation task finished 2021-08-23 01:59:27,119 DEBUG 129:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'bde761e5-a933-4d33-a053-9c96aafb342a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:27,120 DEBUG 131:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f 2021-08-23 01:59:27,120 DEBUG 132:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] data sent: None 2021-08-23 01:59:27,123 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:27,283 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f HTTP/1.1" 200 2666 2021-08-23 01:59:27,284 INFO 142:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response code: 200 2021-08-23 01:59:27,285 DEBUG 146:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response: {"request":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","startTime":"Mon, 23 Aug 2021 01:59:04 GMT","finishTime":"Mon, 23 Aug 2021 01:59:17 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}},{"relatedInstance":{"instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:17 GMT"}}} 2021-08-23 01:59:27,286 DEBUG 129:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '90e74079-567b-49e8-acc4-de313766c994', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:27,286 DEBUG 131:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f 2021-08-23 01:59:27,286 DEBUG 132:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] data sent: None 2021-08-23 01:59:27,288 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:27,446 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f HTTP/1.1" 200 2666 2021-08-23 01:59:27,448 INFO 142:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response code: 200 2021-08-23 01:59:27,448 DEBUG 146:onap_service.py(10) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response: {"request":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","startTime":"Mon, 23 Aug 2021 01:59:04 GMT","finishTime":"Mon, 23 Aug 2021 01:59:17 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}},{"relatedInstance":{"instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:17 GMT"}}} 2021-08-23 01:59:27,467 DEBUG 129:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5e603f42-2fb5-41c2-8beb-c342354b1b89', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:27,467 DEBUG 131:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f 2021-08-23 01:59:27,468 DEBUG 132:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] data sent: None 2021-08-23 01:59:27,471 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:27,632 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f HTTP/1.1" 200 2666 2021-08-23 01:59:27,634 INFO 142:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response code: 200 2021-08-23 01:59:27,634 DEBUG 146:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response: {"request":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","startTime":"Mon, 23 Aug 2021 01:59:04 GMT","finishTime":"Mon, 23 Aug 2021 01:59:17 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}},{"relatedInstance":{"instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:17 GMT"}}} 2021-08-23 01:59:27,636 DEBUG 129:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '93cdab5c-aa5a-4c5a-b885-6d68851d1eca', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:27,636 DEBUG 131:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f 2021-08-23 01:59:27,636 DEBUG 132:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] data sent: None 2021-08-23 01:59:27,639 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:27,809 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/6227fa34-4ca5-479b-85c8-5b0b0582399f HTTP/1.1" 200 2666 2021-08-23 01:59:27,811 INFO 142:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response code: 200 2021-08-23 01:59:27,812 DEBUG 146:onap_service.py(1) - [None][Check 6227fa34-4ca5-479b-85c8-5b0b0582399f orchestration request status] response: {"request":{"requestId":"6227fa34-4ca5-479b-85c8-5b0b0582399f","startTime":"Mon, 23 Aug 2021 01:59:04 GMT","finishTime":"Mon, 23 Aug 2021 01:59:17 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"}}},{"relatedInstance":{"instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:17 GMT"}}} 2021-08-23 01:59:27,813 INFO 36:basic_cnf.py(1) - basic_cnf successfully created 2021-08-23 01:59:27,813 INFO 39:basic_cnf.py(1) - basic_cnf cleanup called 2021-08-23 01:59:37,824 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-08-23 01:59:37,824 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list 2021-08-23 01:59:37,825 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:37,831 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:37,887 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list HTTP/1.1" 200 1064 2021-08-23 01:59:37,888 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:37,888 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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:37,890 DEBUG 129:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-23 01:59:37,890 DEBUG 131:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 2021-08-23 01:59:37,891 DEBUG 132:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] data sent: None 2021-08-23 01:59:37,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:37,955 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 HTTP/1.1" 200 3737 2021-08-23 01:59:37,956 INFO 142:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response code: 200 2021-08-23 01:59:37,956 DEBUG 146:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response: {"vnf-id":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnf-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1629683931468","model-invariant-id":"2aef0b54-770b-47de-907d-a84be05d28d5","model-version-id":"fa2d2773-6222-43e3-9c24-081f4f707ce0","model-customization-id":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/service-data/vnfs/vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/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/a16892ac-c72b-4188-bc61-495f9e3cfb18","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"}]},{"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":"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"}]},{"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"}]}]}} 2021-08-23 01:59:37,958 DEBUG 163:vf_module_ala_carte.py(1) - VNF instance AAI found in Service Instance 2021-08-23 01:59:37,959 INFO 165:vf_module_ala_carte.py(1) - Get VF Modules 2021-08-23 01:59:37,959 DEBUG 129:onap_service.py(1) - [AAI][GET VNF basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:37,959 DEBUG 131:onap_service.py(1) - [AAI][GET VNF basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0 VF modules] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/vf-modules 2021-08-23 01:59:37,959 DEBUG 132:onap_service.py(1) - [AAI][GET VNF basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0 VF modules] data sent: None 2021-08-23 01:59:37,961 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,001 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/vf-modules HTTP/1.1" 200 808 2021-08-23 01:59:38,002 INFO 142:onap_service.py(1) - [AAI][GET VNF basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0 VF modules] response code: 200 2021-08-23 01:59:38,003 DEBUG 146:onap_service.py(1) - [AAI][GET VNF basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0 VF modules] response: {"vf-module":[{"vf-module-id":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vf-module-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","heat-stack-id":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a/youthful_ardinghelli","orchestration-status":"Active","is-base-vf-module":true,"automated-assignment":false,"resource-version":"1629683957215","model-invariant-id":"86c46207-bab3-4f79-86d6-b6d59b0346d0","model-version-id":"56c8bb68-667b-49d5-b909-90535c6604fe","model-customization-id":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","module-index":0,"selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/service-data/vnfs/vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/vnf-data/vf-modules/vf-module/b251e237-ddf8-423e-b542-9467d5e9d5ca/vf-module-data/vf-module-topology/"}]} 2021-08-23 01:59:38,005 INFO 167:vf_module_ala_carte.py(1) - Delete VF Module AAI 2021-08-23 01:59:38,006 DEBUG 158:vf_module.py(1) - Delete b251e237-ddf8-423e-b542-9467d5e9d5ca VF module 2021-08-23 01:59:38,006 DEBUG 45:deletion.py(1) - VF module b251e237-ddf8-423e-b542-9467d5e9d5ca deletion request 2021-08-23 01:59:38,019 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-08-23 01:59:38,019 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-08-23 01:59:38,019 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:38,022 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,075 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-08-23 01:59:38,076 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:38,076 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-08-23 01:59:38,079 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-08-23 01:59:38,079 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-08-23 01:59:38,079 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:59:38,081 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,132 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-08-23 01:59:38,133 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:59:38,133 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":"1629683926773","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/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"}]}]}}]} 2021-08-23 01:59:38,136 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-08-23 01:59:38,136 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-08-23 01:59:38,136 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:38,138 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,183 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-08-23 01:59:38,184 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:38,184 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/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-08-23 01:59:38,186 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-23 01:59:38,186 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-23 01:59:38,186 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:59:38,187 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,236 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-08-23 01:59:38,237 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:59:38,237 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1629683926773","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/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"}]}]}}]} 2021-08-23 01:59:38,239 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-23 01:59:38,239 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-08-23 01:59:38,240 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:38,241 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,291 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-08-23 01:59:38,292 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:38,292 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-08-23 01:59:38,295 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-08-23 01:59:38,295 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-08-23 01:59:38,295 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:59:38,297 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,357 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-08-23 01:59:38,359 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:59:38,359 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":"1629683926773","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/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"}]}]}}]} 2021-08-23 01:59:38,362 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-08-23 01:59:38,362 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-08-23 01:59:38,362 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 01:59:38,365 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:38,420 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-08-23 01:59:38,421 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-23 01:59:38,421 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1629683926880","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:38,424 DEBUG 129:onap_service.py(1) - [None][Create b251e237-ddf8-423e-b542-9467d5e9d5ca VF moduledeletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3f03f175-70ff-43d6-bc63-9db825e7b1a5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:38,424 DEBUG 131:onap_service.py(1) - [None][Create b251e237-ddf8-423e-b542-9467d5e9d5ca VF moduledeletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs/32119d2c-a4b7-49d0-b24d-7f975b096570/vfModules/b251e237-ddf8-423e-b542-9467d5e9d5ca 2021-08-23 01:59:38,424 DEBUG 132:onap_service.py(1) - [None][Create b251e237-ddf8-423e-b542-9467d5e9d5ca VF moduledeletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "86c46207-bab3-4f79-86d6-b6d59b0346d0", "modelVersionId": "56c8bb68-667b-49d5-b909-90535c6604fe", "modelName": "basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a", "modelVersion": "1629683957215", "modelCustomizationId": "e4f24e9e-4351-4ad2-8712-4380e5bbc7c4" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-08-23 01:59:38,426 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:39,750 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs/32119d2c-a4b7-49d0-b24d-7f975b096570/vfModules/b251e237-ddf8-423e-b542-9467d5e9d5ca HTTP/1.1" 202 262 2021-08-23 01:59:39,752 INFO 142:onap_service.py(1) - [None][Create b251e237-ddf8-423e-b542-9467d5e9d5ca VF moduledeletion request] response code: 202 2021-08-23 01:59:39,752 DEBUG 146:onap_service.py(1) - [None][Create b251e237-ddf8-423e-b542-9467d5e9d5ca VF moduledeletion request] response: {"requestReferences":{"requestId":"3f03f175-70ff-43d6-bc63-9db825e7b1a5","instanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5"}} 2021-08-23 01:59:39,752 DEBUG 79:mixins.py(1) - Wait until VfModuleDeletionRequest task is not finished 2021-08-23 01:59:39,761 DEBUG 129:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '15449ea8-7006-4100-bb88-fb8c5a4f11b4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:39,762 DEBUG 131:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 2021-08-23 01:59:39,762 DEBUG 132:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] data sent: None 2021-08-23 01:59:39,767 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:39,945 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 HTTP/1.1" 200 1311 2021-08-23 01:59:39,947 INFO 142:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response code: 200 2021-08-23 01:59:39,947 DEBUG 146:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response: {"request":{"requestId":"3f03f175-70ff-43d6-bc63-9db825e7b1a5","startTime":"Mon, 23 Aug 2021 01:59:38 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","modelVersion":"1629683957215","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Mon, 23 Aug 2021 01:59:38 GMT"}}} 2021-08-23 01:59:49,959 DEBUG 129:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ab174b6f-5950-4f2b-b5af-b2aecfa5d0e7', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:49,960 DEBUG 131:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 2021-08-23 01:59:49,960 DEBUG 132:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] data sent: None 2021-08-23 01:59:49,963 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:50,131 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 HTTP/1.1" 200 1522 2021-08-23 01:59:50,133 INFO 142:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response code: 200 2021-08-23 01:59:50,134 DEBUG 146:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response: {"request":{"requestId":"3f03f175-70ff-43d6-bc63-9db825e7b1a5","startTime":"Mon, 23 Aug 2021 01:59:38 GMT","finishTime":"Mon, 23 Aug 2021 01:59:45 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","modelVersion":"1629683957215","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:45 GMT"}}} 2021-08-23 01:59:50,135 INFO 56:mixins.py(11) - VfModuleDeletionRequest task finished 2021-08-23 01:59:50,136 DEBUG 129:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e1d52f61-0faa-44e3-85aa-0d6f5230a9de', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:50,136 DEBUG 131:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 2021-08-23 01:59:50,136 DEBUG 132:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] data sent: None 2021-08-23 01:59:50,139 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:50,289 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 HTTP/1.1" 200 1522 2021-08-23 01:59:50,291 INFO 142:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response code: 200 2021-08-23 01:59:50,292 DEBUG 146:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response: {"request":{"requestId":"3f03f175-70ff-43d6-bc63-9db825e7b1a5","startTime":"Mon, 23 Aug 2021 01:59:38 GMT","finishTime":"Mon, 23 Aug 2021 01:59:45 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","modelVersion":"1629683957215","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:45 GMT"}}} 2021-08-23 01:59:50,293 DEBUG 129:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '1c2ef9b2-4642-4506-992b-521e1c75fe68', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:50,293 DEBUG 131:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 2021-08-23 01:59:50,294 DEBUG 132:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] data sent: None 2021-08-23 01:59:50,297 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:50,448 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 HTTP/1.1" 200 1522 2021-08-23 01:59:50,450 INFO 142:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response code: 200 2021-08-23 01:59:50,450 DEBUG 146:onap_service.py(11) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response: {"request":{"requestId":"3f03f175-70ff-43d6-bc63-9db825e7b1a5","startTime":"Mon, 23 Aug 2021 01:59:38 GMT","finishTime":"Mon, 23 Aug 2021 01:59:45 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","modelVersion":"1629683957215","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:45 GMT"}}} 2021-08-23 01:59:50,458 DEBUG 129:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'dbf17b65-1ee1-4379-a511-80f1eb8047a9', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:50,458 DEBUG 131:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 2021-08-23 01:59:50,458 DEBUG 132:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] data sent: None 2021-08-23 01:59:50,461 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:50,613 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 HTTP/1.1" 200 1522 2021-08-23 01:59:50,615 INFO 142:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response code: 200 2021-08-23 01:59:50,616 DEBUG 146:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response: {"request":{"requestId":"3f03f175-70ff-43d6-bc63-9db825e7b1a5","startTime":"Mon, 23 Aug 2021 01:59:38 GMT","finishTime":"Mon, 23 Aug 2021 01:59:45 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","modelVersion":"1629683957215","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:45 GMT"}}} 2021-08-23 01:59:50,617 DEBUG 129:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'f29c1003-a2ce-46ef-8a38-1101b3ec63eb', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:50,618 DEBUG 131:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 2021-08-23 01:59:50,618 DEBUG 132:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] data sent: None 2021-08-23 01:59:50,620 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:50,785 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/3f03f175-70ff-43d6-bc63-9db825e7b1a5 HTTP/1.1" 200 1522 2021-08-23 01:59:50,787 INFO 142:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response code: 200 2021-08-23 01:59:50,787 DEBUG 146:onap_service.py(1) - [None][Check 3f03f175-70ff-43d6-bc63-9db825e7b1a5 orchestration request status] response: {"request":{"requestId":"3f03f175-70ff-43d6-bc63-9db825e7b1a5","startTime":"Mon, 23 Aug 2021 01:59:38 GMT","finishTime":"Mon, 23 Aug 2021 01:59:45 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"86c46207-bab3-4f79-86d6-b6d59b0346d0","modelType":"vfModule","modelName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a","modelVersion":"1629683957215","modelCustomizationUuid":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelVersionId":"56c8bb68-667b-49d5-b909-90535c6604fe","modelCustomizationId":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","modelUuid":"56c8bb68-667b-49d5-b909-90535c6604fe","modelInvariantUuid":"86c46207-bab3-4f79-86d6-b6d59b0346d0"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vfModuleInstanceId":"b251e237-ddf8-423e-b542-9467d5e9d5ca","vfModuleInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 01:59:45 GMT"}}} 2021-08-23 01:59:50,788 INFO 176:vf_module_ala_carte.py(1) - VfModule AAI deleted 2021-08-23 01:59:50,789 INFO 158:k8s_profile_create.py(1) - Clean the k8s profile 2021-08-23 01:59:50,789 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-08-23 01:59:50,790 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list 2021-08-23 01:59:50,790 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:50,793 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:50,916 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list HTTP/1.1" 200 1064 2021-08-23 01:59:50,918 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:50,918 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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:50,922 DEBUG 129:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-23 01:59:50,922 DEBUG 131:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 2021-08-23 01:59:50,922 DEBUG 132:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] data sent: None 2021-08-23 01:59:50,925 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:51,108 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 HTTP/1.1" 200 3737 2021-08-23 01:59:51,109 INFO 142:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response code: 200 2021-08-23 01:59:51,109 DEBUG 146:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response: {"vnf-id":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnf-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1629683931468","model-invariant-id":"2aef0b54-770b-47de-907d-a84be05d28d5","model-version-id":"fa2d2773-6222-43e3-9c24-081f4f707ce0","model-customization-id":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/service-data/vnfs/vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/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/a16892ac-c72b-4188-bc61-495f9e3cfb18","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"}]},{"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":"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"}]},{"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"}]}]}} 2021-08-23 01:59:51,113 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:59:51,113 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:59:51,114 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-08-23 01:59:51,114 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:59:51,114 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:59:51,116 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:52,737 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:59:52,742 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:59:52,743 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:59:52,748 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:59:52,749 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:52,749 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:52,749 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:52,749 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:59:52,749 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:52,750 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:52,750 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:52,750 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:59:52,750 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:52,750 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:52,751 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:52,751 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:59:52,751 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:52,751 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:52,751 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:52,752 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:59:52,752 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:59:52,752 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:59:52,753 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-08-23 01:59:52,753 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-08-23 01:59:52,753 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:59:52,756 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:59:53,596 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-08-23 01:59:53,599 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:59:53,602 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:59:53,611 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:59:53,612 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-08-23 01:59:53,612 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel 2021-08-23 01:59:53,612 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-23 01:59:53,614 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:53,792 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel HTTP/1.1" 200 None 2021-08-23 01:59:53,794 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-23 01:59:53,795 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-23 01:59:53,845 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:59:53,845 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4 2021-08-23 01:59:53,846 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-08-23 01:59:53,848 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:53,875 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4 HTTP/1.1" 200 270 2021-08-23 01:59:53,876 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-08-23 01:59:53,876 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"86c46207-bab3-4f79-86d6-b6d59b0346d0","rb-version":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","chart-name":"nginx","description":"","labels":{"vf_module_model_name":"BasicCnf..base_dummy..module-0","vf_module_model_uuid":"56c8bb68-667b-49d5-b909-90535c6604fe"}} 2021-08-23 01:59:53,879 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:59:53,879 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest 2021-08-23 01:59:53,879 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-08-23 01:59:53,881 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:53,908 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest HTTP/1.1" 200 212 2021-08-23 01:59:53,909 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-08-23 01:59:53,909 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"86c46207-bab3-4f79-86d6-b6d59b0346d0","rb-version":"e4f24e9e-4351-4ad2-8712-4380e5bbc7c4","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-08-23 01:59:53,911 DEBUG 129:onap_service.py(1) - [None][Delete Profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 01:59:53,912 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/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest 2021-08-23 01:59:53,912 DEBUG 132:onap_service.py(1) - [None][Delete Profile] data sent: None 2021-08-23 01:59:53,914 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 01:59:53,945 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/rb/definition/86c46207-bab3-4f79-86d6-b6d59b0346d0/e4f24e9e-4351-4ad2-8712-4380e5bbc7c4/profile/cnftest HTTP/1.1" 204 0 2021-08-23 01:59:53,946 INFO 142:onap_service.py(1) - [None][Delete Profile] response code: 204 2021-08-23 01:59:53,946 DEBUG 146:onap_service.py(1) - [None][Delete Profile] response: n/a 2021-08-23 01:59:53,949 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-08-23 01:59:53,949 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list 2021-08-23 01:59:53,949 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:53,951 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:54,013 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/a16892ac-c72b-4188-bc61-495f9e3cfb18/relationship-list HTTP/1.1" 200 1064 2021-08-23 01:59:54,014 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:54,014 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/dc3352f8-5d3a-4f58-96c6-c1252ea24244","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"dc3352f8-5d3a-4f58-96c6-c1252ea24244"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:54,018 DEBUG 129:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-23 01:59:54,018 DEBUG 131:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 2021-08-23 01:59:54,019 DEBUG 132:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] data sent: None 2021-08-23 01:59:54,021 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:54,096 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570 HTTP/1.1" 200 3737 2021-08-23 01:59:54,097 INFO 142:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response code: 200 2021-08-23 01:59:54,098 DEBUG 146:onap_service.py(1) - [AAI][Get a16892ac-c72b-4188-bc61-495f9e3cfb18 ABCMeta] response: {"vnf-id":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnf-name":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1629683931468","model-invariant-id":"2aef0b54-770b-47de-907d-a84be05d28d5","model-version-id":"fa2d2773-6222-43e3-9c24-081f4f707ce0","model-customization-id":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/a16892ac-c72b-4188-bc61-495f9e3cfb18/service-data/vnfs/vnf/32119d2c-a4b7-49d0-b24d-7f975b096570/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/a16892ac-c72b-4188-bc61-495f9e3cfb18","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"}]},{"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":"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"}]},{"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"}]}]}} 2021-08-23 01:59:54,101 DEBUG 384:vnf.py(1) - Delete 32119d2c-a4b7-49d0-b24d-7f975b096570 VNF 2021-08-23 01:59:54,102 DEBUG 80:deletion.py(1) - VNF 32119d2c-a4b7-49d0-b24d-7f975b096570 deletion request 2021-08-23 01:59:54,122 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 01:59:54,122 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 01:59:54,123 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-08-23 01:59:54,123 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 01:59:54,123 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 01:59:54,125 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:54,604 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 01:59:54,606 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 01:59:54,607 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 01:59:54,611 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 01:59:54,612 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:54,612 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:54,613 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:54,613 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 01:59:54,614 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:54,614 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:54,615 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:54,615 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 01:59:54,615 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:54,616 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:54,616 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:54,617 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 01:59:54,617 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 01:59:54,617 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 01:59:54,618 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 01:59:54,618 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 01:59:54,619 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 01:59:54,619 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 01:59:54,620 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-08-23 01:59:54,620 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-08-23 01:59:54,621 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 01:59:54,624 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 01:59:55,542 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-08-23 01:59:55,545 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 01:59:55,548 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 01:59:55,556 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 01:59:55,557 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-08-23 01:59:55,557 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel 2021-08-23 01:59:55,558 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-23 01:59:55,561 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 01:59:55,748 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel HTTP/1.1" 200 None 2021-08-23 01:59:55,751 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-23 01:59:55,751 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-23 01:59:55,789 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-08-23 01:59:55,789 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-08-23 01:59:55,790 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:55,792 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:55,851 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-08-23 01:59:55,853 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:55,853 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-08-23 01:59:55,857 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-08-23 01:59:55,857 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-08-23 01:59:55,858 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:59:55,860 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:55,928 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-08-23 01:59:55,930 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:59:55,930 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":"1629683926773","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/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"}]}]}}]} 2021-08-23 01:59:55,933 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-08-23 01:59:55,933 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-08-23 01:59:55,934 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:55,936 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:55,986 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-08-23 01:59:55,987 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:55,987 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-08-23 01:59:55,990 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-08-23 01:59:55,990 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-08-23 01:59:55,990 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:59:55,992 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:56,046 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-08-23 01:59:56,047 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:59:56,047 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":"1629683926773","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/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"}]}]}}]} 2021-08-23 01:59:56,049 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-08-23 01:59:56,049 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-08-23 01:59:56,049 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 01:59:56,051 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:56,094 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-08-23 01:59:56,095 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 01:59:56,095 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-08-23 01:59:56,097 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-08-23 01:59:56,097 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-08-23 01:59:56,097 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 01:59:56,099 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:56,153 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-08-23 01:59:56,154 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 01:59:56,154 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":"1629683926773","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/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"}]}]}}]} 2021-08-23 01:59:56,156 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-08-23 01:59:56,156 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-08-23 01:59:56,157 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 01:59:56,158 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 01:59:56,205 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-08-23 01:59:56,206 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-23 01:59:56,206 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1629683926880","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/32119d2c-a4b7-49d0-b24d-7f975b096570","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"32119d2c-a4b7-49d0-b24d-7f975b096570"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_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-08-23 01:59:56,208 DEBUG 129:onap_service.py(1) - [None][Create 32119d2c-a4b7-49d0-b24d-7f975b096570 VNF deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b6204fc9-e02d-47b3-94b9-c498ef6203d4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:56,208 DEBUG 131:onap_service.py(1) - [None][Create 32119d2c-a4b7-49d0-b24d-7f975b096570 VNF deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs/32119d2c-a4b7-49d0-b24d-7f975b096570 2021-08-23 01:59:56,208 DEBUG 132:onap_service.py(1) - [None][Create 32119d2c-a4b7-49d0-b24d-7f975b096570 VNF deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "2aef0b54-770b-47de-907d-a84be05d28d5", "modelVersion": "1.0", "modelVersionId": "fa2d2773-6222-43e3-9c24-081f4f707ce0", "modelCustomizationId": "1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a", "modelCustomizationName": "basic_cnf 0" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-08-23 01:59:56,210 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:57,751 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18/vnfs/32119d2c-a4b7-49d0-b24d-7f975b096570 HTTP/1.1" 202 262 2021-08-23 01:59:57,752 INFO 142:onap_service.py(1) - [None][Create 32119d2c-a4b7-49d0-b24d-7f975b096570 VNF deletion request] response code: 202 2021-08-23 01:59:57,753 DEBUG 146:onap_service.py(1) - [None][Create 32119d2c-a4b7-49d0-b24d-7f975b096570 VNF deletion request] response: {"requestReferences":{"requestId":"b6204fc9-e02d-47b3-94b9-c498ef6203d4","instanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4"}} 2021-08-23 01:59:57,754 DEBUG 79:mixins.py(1) - Wait until VnfDeletionRequest task is not finished 2021-08-23 01:59:57,776 DEBUG 129:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cc6b2e93-059a-4397-a284-11d1fcb37240', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 01:59:57,777 DEBUG 131:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 2021-08-23 01:59:57,778 DEBUG 132:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] data sent: None 2021-08-23 01:59:57,783 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 01:59:57,958 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 HTTP/1.1" 200 1268 2021-08-23 01:59:57,960 INFO 142:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response code: 200 2021-08-23 01:59:57,961 DEBUG 146:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response: {"request":{"requestId":"b6204fc9-e02d-47b3-94b9-c498ef6203d4","startTime":"Mon, 23 Aug 2021 01:59:56 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Mon, 23 Aug 2021 01:59:56 GMT"}}} 2021-08-23 02:00:07,974 DEBUG 129:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cc9bfaeb-0d7b-44f7-a054-510ceecfeb9b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:07,975 DEBUG 131:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 2021-08-23 02:00:07,975 DEBUG 132:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] data sent: None 2021-08-23 02:00:07,977 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:08,153 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 HTTP/1.1" 200 1474 2021-08-23 02:00:08,155 INFO 142:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response code: 200 2021-08-23 02:00:08,155 DEBUG 146:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response: {"request":{"requestId":"b6204fc9-e02d-47b3-94b9-c498ef6203d4","startTime":"Mon, 23 Aug 2021 01:59:56 GMT","finishTime":"Mon, 23 Aug 2021 02:00:00 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:00 GMT"}}} 2021-08-23 02:00:08,156 INFO 56:mixins.py(12) - VnfDeletionRequest task finished 2021-08-23 02:00:08,157 DEBUG 129:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ee581e0a-43a5-4fda-9ae1-eb50f5e12bad', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:08,157 DEBUG 131:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 2021-08-23 02:00:08,157 DEBUG 132:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] data sent: None 2021-08-23 02:00:08,159 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:08,314 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 HTTP/1.1" 200 1474 2021-08-23 02:00:08,317 INFO 142:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response code: 200 2021-08-23 02:00:08,317 DEBUG 146:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response: {"request":{"requestId":"b6204fc9-e02d-47b3-94b9-c498ef6203d4","startTime":"Mon, 23 Aug 2021 01:59:56 GMT","finishTime":"Mon, 23 Aug 2021 02:00:00 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:00 GMT"}}} 2021-08-23 02:00:08,319 DEBUG 129:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6367e84a-eb37-4ca3-ad1a-8fd79003b741', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:08,319 DEBUG 131:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 2021-08-23 02:00:08,320 DEBUG 132:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] data sent: None 2021-08-23 02:00:08,322 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:08,480 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 HTTP/1.1" 200 1474 2021-08-23 02:00:08,481 INFO 142:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response code: 200 2021-08-23 02:00:08,482 DEBUG 146:onap_service.py(12) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response: {"request":{"requestId":"b6204fc9-e02d-47b3-94b9-c498ef6203d4","startTime":"Mon, 23 Aug 2021 01:59:56 GMT","finishTime":"Mon, 23 Aug 2021 02:00:00 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:00 GMT"}}} 2021-08-23 02:00:08,489 DEBUG 129:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0b00f33c-f7c6-4f60-b714-31e5e87a5f9a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:08,490 DEBUG 131:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 2021-08-23 02:00:08,490 DEBUG 132:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] data sent: None 2021-08-23 02:00:08,493 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:08,664 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 HTTP/1.1" 200 1474 2021-08-23 02:00:08,667 INFO 142:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response code: 200 2021-08-23 02:00:08,667 DEBUG 146:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response: {"request":{"requestId":"b6204fc9-e02d-47b3-94b9-c498ef6203d4","startTime":"Mon, 23 Aug 2021 01:59:56 GMT","finishTime":"Mon, 23 Aug 2021 02:00:00 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:00 GMT"}}} 2021-08-23 02:00:08,669 DEBUG 129:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b73f3c3b-170c-4c82-84cd-6fcd4841b67e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:08,669 DEBUG 131:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 2021-08-23 02:00:08,669 DEBUG 132:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] data sent: None 2021-08-23 02:00:08,672 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:08,834 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b6204fc9-e02d-47b3-94b9-c498ef6203d4 HTTP/1.1" 200 1474 2021-08-23 02:00:08,835 INFO 142:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response code: 200 2021-08-23 02:00:08,836 DEBUG 146:onap_service.py(1) - [None][Check b6204fc9-e02d-47b3-94b9-c498ef6203d4 orchestration request status] response: {"request":{"requestId":"b6204fc9-e02d-47b3-94b9-c498ef6203d4","startTime":"Mon, 23 Aug 2021 01:59:56 GMT","finishTime":"Mon, 23 Aug 2021 02:00:00 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"2aef0b54-770b-47de-907d-a84be05d28d5","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelVersionId":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelCustomizationId":"1e64e0e5-e8cc-4bb8-b8f8-36ae4f2a3e0a","modelUuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","modelInvariantUuid":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","vnfInstanceId":"32119d2c-a4b7-49d0-b24d-7f975b096570","vnfInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:00 GMT"}}} 2021-08-23 02:00:08,837 DEBUG 319:service.py(1) - Delete a16892ac-c72b-4188-bc61-495f9e3cfb18 service instance 2021-08-23 02:00:08,837 DEBUG 113:deletion.py(1) - Service a16892ac-c72b-4188-bc61-495f9e3cfb18 deletion request 2021-08-23 02:00:08,850 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 02:00:08,850 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 02:00:08,851 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-08-23 02:00:08,851 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 02:00:08,851 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 02:00:08,853 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 02:00:09,381 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 02:00:09,383 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 02:00:09,384 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 02:00:09,387 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 02:00:09,387 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:09,387 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:09,387 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:09,388 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 02:00:09,388 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:09,388 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:09,388 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:09,388 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 02:00:09,389 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:09,389 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:09,389 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:09,389 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 02:00:09,389 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:09,390 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:09,390 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:09,390 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 02:00:09,390 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 02:00:09,390 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 02:00:09,391 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-08-23 02:00:09,391 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-08-23 02:00:09,391 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 02:00:09,393 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 02:00:10,156 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-08-23 02:00:10,159 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 02:00:10,162 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 02:00:10,169 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 02:00:10,169 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 02:00:10,170 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 02:00:10,170 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-08-23 02:00:10,170 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 02:00:10,171 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 02:00:10,173 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 02:00:10,683 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 02:00:10,684 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 02:00:10,684 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 02:00:10,687 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 02:00:10,687 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:10,687 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:10,688 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:10,688 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 02:00:10,688 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:10,688 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:10,688 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:10,688 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 02:00:10,688 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:10,689 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:10,689 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:10,689 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 02:00:10,689 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:10,689 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:10,689 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:10,689 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 02:00:10,690 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 02:00:10,690 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 02:00:10,690 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-08-23 02:00:10,690 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-08-23 02:00:10,690 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 02:00:10,692 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 02:00:11,318 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-08-23 02:00:11,321 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 02:00:11,323 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 02:00:11,327 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 02:00:11,327 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-23 02:00:11,328 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-23 02:00:11,328 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-08-23 02:00:11,328 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-23 02:00:11,328 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-23 02:00:11,329 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 02:00:12,494 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-23 02:00:12,495 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-23 02:00:12,496 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","name":"basic_onboard_imjJzO","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/99dd6c11-8c26-4b29-ae23-c857ade7cee7/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1011c359-5e0d-4bdf-bd26-b6749018e917/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/7d87370c-5fb8-4c62-a073-c8204f004c90/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-23 02:00:12,498 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-23 02:00:12,499 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:12,499 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:12,499 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:12,499 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_imjJzO from SDC 2021-08-23 02:00:12,499 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:12,499 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:12,500 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:12,500 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-23 02:00:12,500 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:12,500 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:12,500 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:12,500 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-23 02:00:12,501 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-23 02:00:12,501 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-23 02:00:12,501 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-23 02:00:12,501 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-23 02:00:12,501 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-23 02:00:12,501 INFO 192:__init__.py(1) - Service found, updating information 2021-08-23 02:00:12,502 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-08-23 02:00:12,502 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-08-23 02:00:12,502 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-23 02:00:12,504 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-23 02:00:16,388 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-08-23 02:00:16,392 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-23 02:00:16,395 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fab76b40-ea96-4fe1-9d62-8baf1892db80","lifecycleState":"CERTIFIED","lastUpdateDate":1629674363930,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"84f650a3-3ddf-4927-bd87-171461cb6469","invariantUUID":"ee7a1e78-c461-4242-9120-3fd6c76c25e3","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":"objectStorage","uniqueId":"8c039197-df0e-4beb-ba35-dc8498582cc0","lifecycleState":"CERTIFIED","lastUpdateDate":1629674548728,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a5c5d43-14c1-4c53-a7c2-056d8dd2e9ff","invariantUUID":"b350f9a0-5412-4f4d-bb7c-d87949718d0a","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":"network","uniqueId":"73b2e98b-6230-4ae7-82a8-ab0235324855","lifecycleState":"CERTIFIED","lastUpdateDate":1629674342036,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d7f2deca-7989-4b2e-8068-124629510e72","invariantUUID":"97ff06b6-c240-4f01-8c56-cfcc4e5c50b2","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":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6a4a73-3b88-4d9f-93ff-d9c55a8f94ed","lifecycleState":"CERTIFIED","lastUpdateDate":1629674399794,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc7e4e86-e394-46ca-8441-ed7567dd73b3","invariantUUID":"8e838253-0c1a-49f7-b73a-178075b2815a","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":"defaulticon","uniqueId":"afc7e196-8fb1-488b-b8da-4f211144f4db","lifecycleState":"CERTIFIED","lastUpdateDate":1629683616809,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"fa2d2773-6222-43e3-9c24-081f4f707ce0","invariantUUID":"2aef0b54-770b-47de-907d-a84be05d28d5","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":"compute","uniqueId":"730e2a2c-44c8-4ed0-946a-0c05f78a1bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674706001,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df29ef80-4ecc-4513-bb94-657854dcf956","invariantUUID":"912cee74-a279-482e-8e03-a1e962ce06d9","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":"f6eca82d-6428-4e76-b5b2-91c8144e6fc6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674235582,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f3a1ec70-c8f7-4367-9c3a-ed5110bda670","invariantUUID":"209bc809-862c-43ba-8f23-f05bf91d84f4","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":"compute","uniqueId":"14aaf854-644a-4ce4-998d-2502095ac557","lifecycleState":"CERTIFIED","lastUpdateDate":1629674714992,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d86d757-96ea-4d62-b76e-5823b88b812b","invariantUUID":"7b98d45b-4d69-4e1a-995d-a416e753176c","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":"29975d21-3c9f-4621-bc20-98f8f24a9eae","lifecycleState":"CERTIFIED","lastUpdateDate":1629674425771,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ea5a3bb2-a30f-4132-a88f-7fff40d334a7","invariantUUID":"bf5ae5e8-e7f9-432c-87db-d4e48ffaf736","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":"compute","uniqueId":"e56a2774-4620-4e9c-88e4-20a4a672a3db","lifecycleState":"CERTIFIED","lastUpdateDate":1629674709117,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"596401de-b28c-4c62-8a80-327248cbb675","invariantUUID":"24318f06-e597-41b9-a936-2fb73899d9da","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":"defaulticon","uniqueId":"59d77da6-ac60-4375-b286-b0ad1b733400","lifecycleState":"CERTIFIED","lastUpdateDate":1629674484359,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b3bbd79-3ed1-4445-9f17-42acf5819d38","invariantUUID":"99c25283-0aac-48dc-9a61-977317d6748e","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":"securityrules","uniqueId":"fc1f87fd-d12b-45c5-afb7-f3fc098bb3cb","lifecycleState":"CERTIFIED","lastUpdateDate":1629674346962,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"a852c1fb-6035-4b0f-979a-7f84bb66932f","invariantUUID":"07e0f83f-9ba7-4ec1-877c-6d3a1d90c350","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"a8292e6a-b9ca-4d3f-a49e-5f40bfd24469","lifecycleState":"CERTIFIED","lastUpdateDate":1629674700637,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9cca294f-9696-45a0-860d-6764ab68836b","invariantUUID":"69703f4c-f037-4c4b-90f2-a43152c8e1e0","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":"objectStorage","uniqueId":"aa72fb43-20e7-43f9-a02a-1ebdb00f831d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674170180,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab0573e9-6034-4bd8-af24-0f5981f7ec29","invariantUUID":"d8c28081-02f7-4126-830a-5c118b6a8018","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c6bff78-c706-43a0-8764-a82c7416d961","lifecycleState":"CERTIFIED","lastUpdateDate":1629674478389,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"84383071-e860-495b-86c0-a14c53481377","invariantUUID":"4a4e844d-5d79-433a-b5cf-c953f555f1b0","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"5505654a-2549-4587-8274-b0c1a6911464","lifecycleState":"CERTIFIED","lastUpdateDate":1629674725956,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b1adef7f-a580-4f4d-b6bc-c6af604b051d","invariantUUID":"137c9e4a-38e8-4a78-b145-923850b42a79","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93805a82-913f-4f85-957b-7f37c805513d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674518251,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54c0a7d4-0ce5-4539-808b-7a936d06d7d4","invariantUUID":"7a6f4bd0-3868-42eb-8c79-5881d1ddb3dd","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":"objectStorage","uniqueId":"2ff13dc1-4a85-4da6-a753-dbf4beb59564","lifecycleState":"CERTIFIED","lastUpdateDate":1629674565375,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c57009d3-933a-41bd-a8b5-ac05cdb5fdcb","invariantUUID":"381f26ce-3b5b-4470-9833-899ea333c81a","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":"port","uniqueId":"61ca0f44-fc38-4d7c-98c0-0d02882a53c9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674198507,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6229701a-a512-4cb5-a99a-1c4b2736a993","invariantUUID":"21a8b9c0-3670-4c74-8ff1-86c493be25b3","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":"networkrules","uniqueId":"69482b62-9c62-4e7a-9858-827188ee67a3","lifecycleState":"CERTIFIED","lastUpdateDate":1629674313913,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"32c36f29-16a6-458a-9963-acb0a569315d","invariantUUID":"7581392d-a67e-4a88-af30-416ffcd8a567","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":"port","uniqueId":"ccdccc59-af96-4150-b274-5b42caf4c83a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674246972,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b5d2d545-a0f2-4d69-9b72-cb73e7c5b452","invariantUUID":"4b4bb2e1-7e76-49d4-9895-0ac6aa200cb9","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":"compute","uniqueId":"7255e13d-674c-4dd1-909f-897f63bb15b2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674500976,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7161df6f-15b1-4a20-b859-232178268e58","invariantUUID":"5880265a-1596-4ae9-beca-1f762c7a45b8","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":"compute","uniqueId":"364256c2-2393-497a-941d-c4e4a969d626","lifecycleState":"CERTIFIED","lastUpdateDate":1629674543505,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"397cc5dd-96d1-47f8-a5e5-51e468cbc10e","invariantUUID":"0219cc0c-292f-45bc-8be4-406fda351872","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":"compute","uniqueId":"e3bc7555-7033-4104-ada1-9e8bbdf5d199","lifecycleState":"CERTIFIED","lastUpdateDate":1629674357589,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42c9ac79-5633-4290-8c3f-c0bf76b8d276","invariantUUID":"3d6556fa-c765-49da-8d97-5b76f4c2c9e2","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":"loadBalancer","uniqueId":"0fd49b0d-a552-4bde-be41-97b650b80d40","lifecycleState":"CERTIFIED","lastUpdateDate":1629674193094,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"05fbcdb2-5bbf-4685-b2bf-b2d61817701d","invariantUUID":"79a02eee-0f3f-4832-856e-f389f94a0203","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":"329f03ba-8be0-4197-b59f-f540082c56f2","lifecycleState":"CERTIFIED","lastUpdateDate":1629674495959,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4992383f-19c5-4688-8ee4-a5a53c3e8a2d","invariantUUID":"51631e7b-a40a-4ff0-a8b0-606f0ef43211","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":"acaac1ed-4663-4f85-baa3-a4e0f39d9e05","lifecycleState":"CERTIFIED","lastUpdateDate":1629674375515,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"80aa1932-3d30-4718-88dd-9c83a5e6083b","invariantUUID":"649d5b3a-5cc0-4c59-b316-e61388c6655b","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":"compute","uniqueId":"b10c6853-7b01-4c8c-bf4c-73774f45035d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674528406,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2940c65c-e5c5-44b8-bae6-169da5058e0b","invariantUUID":"1a26e7e7-6e3e-4df4-953e-d48d64e00cd5","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bc0c2a87-8cb7-4dbf-94e6-c49bb2698c2d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674447820,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34236f5c-70fe-48c3-8f2a-ded8becc2c57","invariantUUID":"bc625bee-370e-4ef3-9ce8-95758a9e0b27","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":"defaulticon","uniqueId":"9ee68ee5-4744-4a6d-b0c2-38d18beb5f30","lifecycleState":"CERTIFIED","lastUpdateDate":1629674595916,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79af785d-e2a9-459b-a626-8d3e6a4d3ee4","invariantUUID":"092db7d0-1f34-4c86-ab6a-d8d8470cee1e","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":"objectStorage","uniqueId":"c91e72de-d032-40d3-b8e6-ae283d6298b6","lifecycleState":"CERTIFIED","lastUpdateDate":1629674489594,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8b0a4d6e-984e-4a23-a9dc-b6038f8ebfb5","invariantUUID":"bfe6afb2-1757-4b53-9404-f888a7b07c2e","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":"network","uniqueId":"fe8dda56-6792-4142-aeb9-da14134f3f5f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674264179,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"4c3e1d84-2d89-46ec-a552-5b31857e311d","invariantUUID":"cfb891da-da38-4c62-8e73-1b89b02f3afd","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":"network","uniqueId":"bcb52d88-cd47-4aad-ab56-fe1d9568005f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674203808,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d63f44e7-406f-41a5-a1ba-e85ce0350bce","invariantUUID":"a0ade227-31cf-43b2-a9fb-19912bf9d05b","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":"b952354a-cfec-4d3e-9048-c1b4727a6532","lifecycleState":"CERTIFIED","lastUpdateDate":1629674506226,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8522d23d-bf1f-4bf5-b20c-c53a9b0d898f","invariantUUID":"632a8456-3a4d-46b8-9293-58f39222282c","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":"network","uniqueId":"4d4ce966-bf56-414d-a724-122264644f1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674640257,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e63b5fbc-a70d-44aa-a0b4-a0a8aea194e1","invariantUUID":"7d185435-9023-404a-a674-072cc17fb613","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3b4fa589-0795-4415-876e-08e9fc77db47","lifecycleState":"CERTIFIED","lastUpdateDate":1629674654682,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5545396f-4e5a-4a35-b625-94a1f2406d5c","invariantUUID":"bc2df073-0b7f-4963-92a5-b4e3ce156455","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":"objectStorage","uniqueId":"a1e78975-6800-4188-aa98-051862e33cc9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674224290,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8828b867-92e2-4b5b-b8d7-8d1c0d593181","invariantUUID":"438034e5-532c-4dec-9c87-ec9466857c11","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":"e15152cd-b415-41f6-b3f3-761126ead42f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674523182,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f82697a3-bf52-469e-90f9-c9f583fd289e","invariantUUID":"8c51f4e6-82b2-4f36-a777-a0bd2ae14bf8","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":"port","uniqueId":"b164ccd6-ce68-4caf-b4f4-e1e7bfbd454a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674606978,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79c1d8c6-ec4d-439d-a731-d0d081430b6c","invariantUUID":"82add4d6-00cb-4838-b78d-f8363c23629c","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":"port","uniqueId":"610abe45-b3d4-47df-b6e3-d14e01e43381","lifecycleState":"CERTIFIED","lastUpdateDate":1629674678625,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a017173e-e16b-438b-84c6-e8c9b1e2e11e","invariantUUID":"d902d09e-7ba3-4876-8656-80bcb32fad28","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"895fad51-5c80-4542-93d5-c57f5c728c72","lifecycleState":"CERTIFIED","lastUpdateDate":1629674722932,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c8f882fe-a811-4d9f-9339-0af9a581f766","invariantUUID":"67c34bc8-7c74-4d87-96ca-7a037e686c58","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":"ccc505ba-2d61-4bbf-95e8-19fd2caa1d77","lifecycleState":"CERTIFIED","lastUpdateDate":1629674629214,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f8ce73f-186c-466a-b776-0a97bf5167c9","invariantUUID":"81df0a04-5172-4d75-bae9-9ff5742d0db8","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":"network","uniqueId":"7eeadb21-1d39-45f1-b7b0-14cefc93b43c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674571908,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4fed06e4-6d49-489e-adb0-7f27352663d1","invariantUUID":"d28f78b0-ced4-404b-8372-5094815f3c76","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4a15fb95-097d-415f-89d9-6323040603bc","lifecycleState":"CERTIFIED","lastUpdateDate":1629674461218,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"acb853e8-0b1d-424e-ba27-5dd000356e4a","invariantUUID":"26bebb25-cb83-4ec0-a61c-cc0c7931daf5","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":"5c3bfa43-ebb4-43ba-b24c-16bd651e299a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674369117,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4759f923-15e1-46ce-b458-7dc287e7b0e0","invariantUUID":"217cbad1-dde4-475a-b6c4-c47e4e29f1d3","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":"network","uniqueId":"30d2ea9b-486b-4c61-a037-73795505328a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674387517,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1592cc35-f25b-41cf-a4bd-151224daa648","invariantUUID":"fc349720-c8ea-4705-a74c-63b317a750a0","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":"9483d779-bedc-450d-a56d-fe8376c6723d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674319022,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"12b01e43-b01a-41a5-a5c1-bf101d3f524b","invariantUUID":"80087d18-f268-42f9-ae38-d518e97117eb","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":"892ed560-2cc2-45bf-b328-8607e3908d6c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674394672,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4275d200-2c74-416f-8c44-a40c6b0ea0f3","invariantUUID":"1b3d6a13-47c3-44c0-a9b1-a4de8142fcb5","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":"port","uniqueId":"d0c88f2a-ce99-44af-b377-71a74ccfb49b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674618493,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c2473a5-df90-4b0d-aa5c-3a40931ee0c8","invariantUUID":"dd115200-9b21-49ee-bb70-d0f729ddda8e","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":"objectStorage","uniqueId":"1fa83d99-6e2b-4820-a9c7-467f3538d90b","lifecycleState":"CERTIFIED","lastUpdateDate":1629674177484,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"20754c7c-1d4f-4a4e-b9cc-44cf1268985a","invariantUUID":"6774a1c8-3816-4260-9273-e09877fb4d97","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":"defaulticon","uniqueId":"87b2a315-f537-409c-bb64-4c0b3e78375a","lifecycleState":"CERTIFIED","lastUpdateDate":1629683510001,"name":"basic_onboard_imjJzO","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"42c5b5d0-ae0f-49d7-bd0e-5ca5c69c0d07","invariantUUID":"6df2c0ec-b8e2-465e-8ba9-36ba74b4d795","systemName":"BasicOnboardImjjzo","description":"VF","tags":["basic_onboard_imjJzO"],"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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"b770a69a-cd02-4715-be5f-a9db440d1f82","lifecycleState":"CERTIFIED","lastUpdateDate":1629674668438,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"793c3eb2-13a8-4592-bbc7-db676c6345a1","invariantUUID":"e8afd71f-b1fd-48a1-9030-7307f74a7076","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":"5ca77a05-013c-4b92-a4db-d04ec4d72317","lifecycleState":"CERTIFIED","lastUpdateDate":1629674277545,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8954ef4a-30c5-4097-bc31-ee71dfc8d86f","invariantUUID":"917bdc5b-4613-49e3-a78d-9f56345d5f23","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c06bd1c3-db55-408d-aafa-5df97e1fdaac","lifecycleState":"CERTIFIED","lastUpdateDate":1629674471720,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d8b39ad1-6b75-4363-8878-30cdf67e8201","invariantUUID":"ff41df91-66b0-4029-9f85-6b8a36a9de9b","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"703efc0b-da32-4a51-a532-ff6ace8e5d21","lifecycleState":"CERTIFIED","lastUpdateDate":1629674635320,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3c201d89-b11a-4dea-941b-3940c058c108","invariantUUID":"e2b08063-f7fc-4689-a6fb-73c481d65856","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":"network","uniqueId":"ee3579ec-9539-4615-87f0-1fed0339b4fe","lifecycleState":"CERTIFIED","lastUpdateDate":1629674442731,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"077c8513-40df-4772-9bcf-f1d12351c0d0","invariantUUID":"8bca008d-0895-4e15-b7d2-09486847d2ff","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":"networkrules","uniqueId":"116acd81-ec3c-46fa-98be-4d1aefdebcd9","lifecycleState":"CERTIFIED","lastUpdateDate":1629674334928,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"c7a40b57-b158-486d-a168-e379219cca60","invariantUUID":"0f60ca72-ab10-4142-b88c-8f02ea08c61e","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7ef67266-a3a7-402e-b4e0-747105efa9d7","lifecycleState":"CERTIFIED","lastUpdateDate":1629674623643,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f5c1b85d-cc26-46c1-b042-668e180723da","invariantUUID":"481f1a79-bcc0-4acb-8fc8-bb6c3238628e","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":"objectStorage","uniqueId":"b3b32d19-413d-46e1-9914-3ebbc4a591d5","lifecycleState":"CERTIFIED","lastUpdateDate":1629674229586,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"971a25d3-b53f-4cfb-8eba-d130a8e7fc67","invariantUUID":"0825cd36-b3c3-4670-a0f5-2630d4e9cbe3","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":"9d64449b-216d-4d63-b678-ff888572b2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1629674253792,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98086083-21de-47a2-992b-7965369f287c","invariantUUID":"a348b119-a3b1-43a3-b600-61b3426afc9b","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":"df4de049-4c5e-4575-a32a-f11e2c48c20a","lifecycleState":"CERTIFIED","lastUpdateDate":1629674645396,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6eff9c1c-38b1-4e43-8908-78359a32aafd","invariantUUID":"9cdcc8e2-ed28-4279-bd32-10006ac98efa","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":"network","uniqueId":"6a797e56-9910-4f00-905e-8af50199d03c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674241791,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1413f519-b98a-422e-a8f3-c25209226fa5","invariantUUID":"a79e7f4b-7e7b-4314-8fe7-12c3319be3d4","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":"6762f98e-14ca-40f1-9765-3cd098680e1f","lifecycleState":"CERTIFIED","lastUpdateDate":1629674271023,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"013218f8-b329-4921-b837-738be4d4c0fa","invariantUUID":"2b0b32b2-bc2b-4e8e-af85-ac6754edf39f","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":"defaulticon","uniqueId":"632a3c18-efc9-42b1-bb24-5c4c60faae1d","lifecycleState":"CERTIFIED","lastUpdateDate":1629683048782,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"76df3852-e226-4d19-8dee-92c42dc55232","invariantUUID":"4f86ba96-26b8-4f25-a30f-b543f20c7056","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":"compute","uniqueId":"6e40da88-aa65-4bb2-acfa-d67b551b776d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674142302,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39c02880-c7b1-49ab-9328-2949a7372f85","invariantUUID":"08c2d45b-3379-4ac8-982d-90800602b112","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4ed8dd9f-f815-450f-ae00-8e9aa54f9a1e","lifecycleState":"CERTIFIED","lastUpdateDate":1629674663486,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"244ee18d-8b71-48d2-a32a-aaf2e09a2ff0","invariantUUID":"5dc5f353-47e2-4bec-90ee-a66342350f27","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":"defaulticon","uniqueId":"e54523fd-21a9-4441-9ca4-714988a07544","lifecycleState":"CERTIFIED","lastUpdateDate":1629674165006,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"5b67aeb4-efd3-4654-aadb-989b5eb8c834","invariantUUID":"8d3b34de-6309-4cca-a479-4eb727696042","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":"defaulticon","uniqueId":"07d6b5ad-de1f-4058-a4df-a4d86bade42c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674601795,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fd1c62f-0fdc-44aa-9417-9f659eeab6c8","invariantUUID":"d2551eb8-b8c0-4489-83b8-d4d1a3c90ac9","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e00d5cf1-60a8-4b85-abf6-eb46a72f792d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674466574,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e891e8b1-3e3f-447c-9925-a5f186a75aa0","invariantUUID":"e239e4b3-8716-4634-9d53-d7457ed8481e","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":"network","uniqueId":"95e1df65-87c3-4520-89c5-fe2132a0192d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674282796,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"52cf1698-ed33-4a94-897d-4e7fd0a67455","invariantUUID":"31c71e96-288b-4c58-93a0-1090d1eb14a9","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"68df6059-e1e6-47fe-97ac-818af42b476c","lifecycleState":"CERTIFIED","lastUpdateDate":1629674685471,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0079496f-98ab-4dea-a486-a21b04e43ee2","invariantUUID":"c28af6d5-8d79-4815-a1f7-6af792a8398c","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":"port","uniqueId":"d02b1c38-df3a-494d-a630-1bdd5fa83a75","lifecycleState":"CERTIFIED","lastUpdateDate":1629674613086,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a7c40b9b-911e-4294-b9a3-ae06a6d01b5e","invariantUUID":"26ca6d2f-89b6-4100-a4cb-ae5fa19d383b","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"73897713-5a99-4b39-b609-c04e313b112d","lifecycleState":"CERTIFIED","lastUpdateDate":1629674258950,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d0de50d3-afb6-4890-bca7-9e4212910e26","invariantUUID":"d6424d77-3bf3-45a7-b4a7-2b0c9da0fb0c","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2a7d7b91-6300-47ed-b2ac-94cdb041c9f0","lifecycleState":"CERTIFIED","lastUpdateDate":1629683660434,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","invariantUUID":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","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":"0ff78ea9-6e92-4bdc-b5f5-19d146ff94ad","lifecycleState":"CERTIFIED","lastUpdateDate":1629683560845,"name":"basic_onboard_imjJzO","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"99dd6c11-8c26-4b29-ae23-c857ade7cee7","invariantUUID":"c2ca1800-89df-4dad-962b-d430284c9e48","systemName":"BasicOnboardImjjzo","description":"service","tags":["basic_onboard_imjJzO"],"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":"6400b3e0-3e77-478c-847c-bfb18333060d","lifecycleState":"CERTIFIED","lastUpdateDate":1629682785169,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"7d87370c-5fb8-4c62-a073-c8204f004c90","invariantUUID":"f3828b9b-a4a5-4193-9b3f-88dce887c94f","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":"06996bb2-fb8e-45d0-8ded-113257860349","lifecycleState":"CERTIFIED","lastUpdateDate":1629683096004,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1011c359-5e0d-4bdf-bd26-b6749018e917","invariantUUID":"df7566ab-3055-4a77-a1f4-de2d06712147","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}]}]} 2021-08-23 02:00:16,403 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-23 02:00:16,403 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-08-23 02:00:16,404 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/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel 2021-08-23 02:00:16,404 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-23 02:00:16,406 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-23 02:00:17,017 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/2a8e382c-9ae5-4512-ad09-3731117a62d8/toscaModel HTTP/1.1" 200 None 2021-08-23 02:00:17,020 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-23 02:00:17,020 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-23 02:00:17,070 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-08-23 02:00:17,070 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-08-23 02:00:17,071 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 02:00:17,073 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 02:00:17,132 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-08-23 02:00:17,133 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 02:00:17,133 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-08-23 02:00:17,135 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-08-23 02:00:17,136 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-08-23 02:00:17,136 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 02:00:17,137 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 02:00:17,202 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-08-23 02:00:17,204 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 02:00:17,204 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":"1629684000250","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-08-23 02:00:17,208 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-08-23 02:00:17,208 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-08-23 02:00:17,208 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 02:00:17,211 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 02:00:17,292 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-08-23 02:00:17,293 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 02:00:17,294 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-08-23 02:00:17,298 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-08-23 02:00:17,298 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-08-23 02:00:17,298 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 02:00:17,300 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 02:00:17,396 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-08-23 02:00:17,397 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 02:00:17,398 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":"1629684000250","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-08-23 02:00:17,401 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-08-23 02:00:17,401 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-08-23 02:00:17,402 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-23 02:00:17,404 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 02:00:17,487 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-23 02:00:17,488 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-23 02:00:17,489 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-08-23 02:00:17,492 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-08-23 02:00:17,493 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-08-23 02:00:17,493 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-23 02:00:17,495 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 02:00:17,671 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-08-23 02:00:17,672 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-23 02:00:17,673 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":"1629684000250","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-08-23 02:00:17,677 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-08-23 02:00:17,678 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-08-23 02:00:17,678 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-23 02:00:17,680 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-23 02:00:17,736 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-08-23 02:00:17,737 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-23 02:00:17,737 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1629684000250","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-08-23 02:00:17,740 DEBUG 129:onap_service.py(1) - [None][Create a16892ac-c72b-4188-bc61-495f9e3cfb18 Service deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2abcf77c-2b7d-47c2-b19d-1d40b59d27fa', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:17,740 DEBUG 131:onap_service.py(1) - [None][Create a16892ac-c72b-4188-bc61-495f9e3cfb18 Service deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18 2021-08-23 02:00:17,740 DEBUG 132:onap_service.py(1) - [None][Create a16892ac-c72b-4188-bc61-495f9e3cfb18 Service deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "93cdfa4f-eec2-4454-b4c1-41a678d06bce", "modelVersion": "1.0", "modelVersionId": "2a8e382c-9ae5-4512-ad09-3731117a62d8" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-08-23 02:00:17,743 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:19,778 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/a16892ac-c72b-4188-bc61-495f9e3cfb18 HTTP/1.1" 202 262 2021-08-23 02:00:19,779 INFO 142:onap_service.py(1) - [None][Create a16892ac-c72b-4188-bc61-495f9e3cfb18 Service deletion request] response code: 202 2021-08-23 02:00:19,779 DEBUG 146:onap_service.py(1) - [None][Create a16892ac-c72b-4188-bc61-495f9e3cfb18 Service deletion request] response: {"requestReferences":{"requestId":"2abcf77c-2b7d-47c2-b19d-1d40b59d27fa","instanceId":"a16892ac-c72b-4188-bc61-495f9e3cfb18","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa"}} 2021-08-23 02:00:19,780 DEBUG 79:mixins.py(1) - Wait until ServiceDeletionRequest task is not finished 2021-08-23 02:00:19,791 DEBUG 129:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a98f267-2c40-43ea-b4cb-8458fb289e84', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:19,792 DEBUG 131:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa 2021-08-23 02:00:19,793 DEBUG 132:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] data sent: None 2021-08-23 02:00:19,798 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:19,961 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa HTTP/1.1" 200 1020 2021-08-23 02:00:19,964 INFO 142:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response code: 200 2021-08-23 02:00:19,965 DEBUG 146:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response: {"request":{"requestId":"2abcf77c-2b7d-47c2-b19d-1d40b59d27fa","startTime":"Mon, 23 Aug 2021 02:00:18 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Mon, 23 Aug 2021 02:00:19 GMT"}}} 2021-08-23 02:00:29,977 DEBUG 129:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '67ff7559-9ed6-46c8-98f9-76ca0f70f54c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:29,978 DEBUG 131:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa 2021-08-23 02:00:29,978 DEBUG 132:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] data sent: None 2021-08-23 02:00:29,981 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:30,146 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa HTTP/1.1" 200 1230 2021-08-23 02:00:30,148 INFO 142:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response code: 200 2021-08-23 02:00:30,149 DEBUG 146:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response: {"request":{"requestId":"2abcf77c-2b7d-47c2-b19d-1d40b59d27fa","startTime":"Mon, 23 Aug 2021 02:00:18 GMT","finishTime":"Mon, 23 Aug 2021 02:00:22 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:22 GMT"}}} 2021-08-23 02:00:30,150 INFO 56:mixins.py(13) - ServiceDeletionRequest task finished 2021-08-23 02:00:30,150 DEBUG 129:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '50924248-ba2f-4687-b499-9b4ea8fc8aa3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:30,151 DEBUG 131:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa 2021-08-23 02:00:30,151 DEBUG 132:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] data sent: None 2021-08-23 02:00:30,154 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:30,310 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa HTTP/1.1" 200 1230 2021-08-23 02:00:30,312 INFO 142:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response code: 200 2021-08-23 02:00:30,312 DEBUG 146:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response: {"request":{"requestId":"2abcf77c-2b7d-47c2-b19d-1d40b59d27fa","startTime":"Mon, 23 Aug 2021 02:00:18 GMT","finishTime":"Mon, 23 Aug 2021 02:00:22 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:22 GMT"}}} 2021-08-23 02:00:30,314 DEBUG 129:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8eafff09-7cab-4d1d-8c16-251f18ffe841', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:30,314 DEBUG 131:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa 2021-08-23 02:00:30,314 DEBUG 132:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] data sent: None 2021-08-23 02:00:30,317 DEBUG 226:connectionpool.py(13) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:30,474 DEBUG 433:connectionpool.py(13) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa HTTP/1.1" 200 1230 2021-08-23 02:00:30,475 INFO 142:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response code: 200 2021-08-23 02:00:30,475 DEBUG 146:onap_service.py(13) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response: {"request":{"requestId":"2abcf77c-2b7d-47c2-b19d-1d40b59d27fa","startTime":"Mon, 23 Aug 2021 02:00:18 GMT","finishTime":"Mon, 23 Aug 2021 02:00:22 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:22 GMT"}}} 2021-08-23 02:00:30,484 DEBUG 129:onap_service.py(1) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7353a192-1508-40b9-abba-e6d3e3c72719', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-23 02:00:30,485 DEBUG 131:onap_service.py(1) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa 2021-08-23 02:00:30,485 DEBUG 132:onap_service.py(1) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] data sent: None 2021-08-23 02:00:30,488 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-23 02:00:30,650 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2abcf77c-2b7d-47c2-b19d-1d40b59d27fa HTTP/1.1" 200 1230 2021-08-23 02:00:30,653 INFO 142:onap_service.py(1) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response code: 200 2021-08-23 02:00:30,653 DEBUG 146:onap_service.py(1) - [None][Check 2abcf77c-2b7d-47c2-b19d-1d40b59d27fa orchestration request status] response: {"request":{"requestId":"2abcf77c-2b7d-47c2-b19d-1d40b59d27fa","startTime":"Mon, 23 Aug 2021 02:00:18 GMT","finishTime":"Mon, 23 Aug 2021 02:00:22 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"93cdfa4f-eec2-4454-b4c1-41a678d06bce","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelUuid":"2a8e382c-9ae5-4512-ad09-3731117a62d8","modelInvariantUuid":"93cdfa4f-eec2-4454-b4c1-41a678d06bce"},"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":"a16892ac-c72b-4188-bc61-495f9e3cfb18","serviceInstanceName":"basic_cnf-530caa38-8d33-4f89-aef1-acb3a6f8b55a"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Mon, 23 Aug 2021 02:00:22 GMT"}}} 2021-08-23 02:00:30,654 INFO 261:service_ala_carte.py(1) - Service None deleted 2021-08-23 02:00:30,656 INFO 44:k8s_connectivity_info_create.py(1) - Clean the k8s connectivity information 2021-08-23 02:00:30,657 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 02:00:30,657 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-08-23 02:00:30,658 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-08-23 02:00:30,660 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 02:00:30,698 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-08-23 02:00:30,699 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-08-23 02:00:30,700 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNsTmFrbDVUV3BuZDA5R2IxaEVWRTE0VFVSbmVVMUVTWGxOYW1kM1QwWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVDNoTkNsWmxaRFpZTjBrM1JIRmFZbVZZVjFOeWFrSk1LMDlVZGxSRE1Fa3hZWHBFWlZOUVpqVXZhekJsTlZjclRVcExjakp6VkRka2Vrb3lXbXhpVG1vd1JEa0tjVlZXTDI5bk1uWmlabmRuUlVkbU9EaERZMU42ZW5sSVNrbEJiR0ZaYVhSaFUwNXNZbHBDWkRsWWJta3ZjemR0VjJkVVdWWlJRbWt6U2tFeFlVZE5jd3A2WVdGNlkydEdjMU56V2xkdVVYWkhWWE5sWmxCNWIxVjRVbGxVYjJoNU5rRmxZa0ZaUkRRM2IxWXlkbVJWU3pCTlVWRTNMM2xRYUZwSmEwOU5OV013Q2pjMmQwdHRSamQyU1dONFdYaEpRelJ6TjAxdGJUWmpSekJwVUhodk5FNURWekkxWmxZdmNqUjROWEkzZFVkeVpIVllSRmxvZURkM2VXMVpUeXNyUlVnS09HcHFkMFZ0TUVKNFNEQXhZMU00U2xGb1pGZ3dTVFZpWlhOTE4xQmtVSEZRUTBwSVpFTXpiM05JY1hseFFrcDVka05oUlZwNmRrSjJkMDVPVlRremNncFRRVTVhUkRSU2VTczBTMm8wTVZkUk5rOVZRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWk1VVzVGWjBKalVHZDNha1ZLZVVkVFluSmFSVE5CV1VobVdXNU5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJhbEoxTkdkQlQwSkxVa1poWWtsV1NFc3pNV3h5TlhSM1duSlFPRFU0VEVSMFJrWjZTQ3MwVUhGUFMySm1SVFpPZUFwa1FsbFNOelZ2WjI4NU1qaEViRlIxVUhOVGJGQXZZa2hRYkZWU1pHd3dWRGRvYmxwYVUzbHNNRUZuZGtGaGRWVklUVWgyWnpjeldFWnRUelo0ZUVZM0NqUkVTblJtZFRsMVJ6aFlSVTF0V0ZsdWJESTBhM1pZTTFBNU9HcFpTRVJOUmtKeGVFUndSakk1Y0c4eFJGRlhTR2RUT0ZGSVVubDVXRFk1TjJ4RGJsVUtXaXRWVmpaQmFuZG5WRzlJUlc5YVQxTkxiRlZwVDFkVFFUaFFTMkU0TlVSbWVWbHpUbFJ4ZHpad1pqVXhVa1ZPY0hkSmJHVk1UVXRXV0RabVlVWmFkd3BIUkU5alRVNUpjbkpPUjJwUkt5OVFWMWxXYTNaT1RqZ3ZiV3R1T1haVmNsRjFRVW9yYkdwM1FqRndLMEZxWkhCWGFWVTNTMVk0TTNGTlNGTndTa3RLQ214VWJ6VkJlazFwUzFKemRHRkNXREpKWTAxeWJsZEhUVmhUYW1GelVrc3dSMjB6YVFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4xOTk6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKVDNKcVlrRXdUblZaYVZWM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTkUxcVNYbE5ha2swVFVSb1lVWjNNSGxOYWtFMFRXcEplVTFxU1RSTlZFNWhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVGRpV1NzemQxSjNjRVJ5YlhFdkx5OEtRelpxT0hoTU0zRjJVRlY1ZFc5VFprbzNaalpTVVdKUmMyY3hjR0p6Ym5KU2EyVmtXSFV2TDFWbWVFRnlURk1yT1cxUVVqVmxhV3N2TW5OM1ZFbFVhQW9yUkRFNGMwWllRMEU0UnpWQ1kwWlJUVzluWmtZMVVIUndOV1E0VTFwNlkxUkhZek13TkN0TE1rSkVNVWx6WXpCWlJYZDRMMEk1TkZOSGFrVm1SMU16Q2xaQ1FuQjVTaXR5ZFhkVFRYWTFSWGhXTjNSRlowOXdaMHRUVURCSk1qZ3ZVMEpNS3pNMGQxWnZPSGxSY0hSeGJtcG1TVU5JTnpGSlVta3pTVUp3YzFvS2FtOUhSVFpRZVd0WFdqVkpMMjV6Y0dOWWVHZEphVWxIVjFkc2VETkRVbGN4UWtrM1ptMVNWbU5hTm05UmFIQnNVU3QwZGxGd1RGRnlaazlRVkM5bmNBcFpNSEU1YWxOdE1WaHNRa2RyTDNkWmRUWkxabEJJV0hvMWJXMHZWekJQY0c1VFlXZFBPSGxrV0UxTFYxZEtlREJTTDFsSE9XNHpVMEpSVWtwdmFDOVBDa1pwV1VSdmQwbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWMFEyTlRRVVozSzBSRFRWRnVTVnBLZFhSclZHTkNaMlE1YVdOM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGTmQzaHJaMnM0VjJOT1MzVTRUV2hqZUM5UlpEWXhOM05YTTFacFduSlhaVEZxU2pSVmIxQXdOV1ZCWWxFMWVUTnZaMUZ1UWtGUkNtVlliR1ZCVEdaTGJqTmFhRVV3VVdvemRUbGpVV05CUzJSWWRURlNUbEEyVUdaMGIyNDJiMkZUTjNBeFoyMVlkbTFhTm5sQ1p6RmthbU14Y2toc1pTOEtWVFpTV0RkNmNscFJNSGRzV0ZrMFlUSkNXRmw2Y3pWRFVWbzVWbUk0UkdoeVpWSkdlRlZyVlc5Qk1XRmFiVnBSVmxKcWFqSkpjRzgwT1hoNmJFOURXUXBIVnpSWFMxcDFibWhtTTNnd1VFOHlhRW8yTWxoRk5UWkRTMUJTWlZKV0swWllTV2t6TDNSRmNuQnFkVWRQTURGaE4wTXpaVWgwT1ZaUU56ZDFPRGRyQ2tsMVlsTXZTRGgwTmtremJuRTBSRzk2WkVZdlltVmFSMnhvTlVOSVUxUk9iVkJCZG5KQ09FVTBRMU14V1U1WlZXTmhURnB4UzNVd1Z6Wk1ORW8zYVVrS2IwMXdTVGxSZERWVmNXSnhXVzFEVkVjNU5tZFRkMnRrZEU4d01sTTVWVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmNFRkpRa0ZCUzBOQlVVVkJOMkpaS3pOM1VuZHdSSEp0Y1M4dkwwTTJhamg0VEROeGRsQlZlWFZ2VTJaS04yWTJVbEZpVVhObk1YQmljMjV5Q2xKclpXUllkUzh2VldaNFFYSk1VeXM1YlZCU05XVnBheTh5YzNkVVNWUm9LMFF4T0hOR1dFTkJPRWMxUW1OR1VVMXZaMlpHTlZCMGNEVmtPRk5hZW1NS1ZFZGpNekEwSzBzeVFrUXhTWE5qTUZsRmQzZ3ZRamswVTBkcVJXWkhVek5XUWtKd2VVb3JjblYzVTAxMk5VVjRWamQwUldkUGNHZExVMUF3U1RJNEx3cFRRa3dyTXpSM1ZtODRlVkZ3ZEhGdWFtWkpRMGczTVVsU2FUTkpRbkJ6V21wdlIwVTJVSGxyVjFvMVNTOXVjM0JqV0hoblNXbEpSMWRYYkhnelExSlhDakZDU1RkbWJWSldZMW8yYjFGb2NHeFJLM1IyVVhCTVVYSm1UMUJVTDJkd1dUQnhPV3BUYlRGWWJFSkhheTkzV1hVMlMyWlFTRmg2TlcxdEwxY3dUM0FLYmxOaFowODRlV1JZVFV0WFYwcDRNRkl2V1VjNWJqTlRRbEZTU205b0wwOUdhVmxFYjNkSlJFRlJRVUpCYjBsQ1FWRkVRa05XU1dSQlVtOUpRVGw2TWdweFJHbFNWek5YU1hZd1JUQnRWbTVOY0ZrMGNGUjJibkIyUWsxV2VFWmFkVXBaVEhReU5VbHpWMjVFV1ZCNVV6SkhNRVpKUkU0clV5dEZNbXhNV1VwWUNsbFZSM1oxVWpkalp6UmxLMVJVTjFoTldtcFRjMFFyZG1kbE1XOVFNV2R4TTNweU1uZEpkRkpRYVhabFRXdGpaa3QxTWxwc1kyRjRiVEI1ZFZsSldGQUtSRzF5YURGVlNsTk1XR1pxY3pGdmJ6VjBkRkJDTUVGdFFVTTFLM1ZMWWpOemVVdFFaVWt5UW14a05rVllXbVZCWm13ek1XNWFOaloxVGt4UlVVdFFUZ3BPWWtRM2JUZFBZbGhFUWpOT09FNVlWRGxEVjBGb0wwNTJTazE1U2pRNFptZE9iRkF3YnpWSVNHeHpUVlJtUkhkTlpuZGxkeXQxYms1cVR6Wk9kbXBwQ2pWU2FqTTFTWGxPWjFjcmQxbE1Ta2xyZFdONGJHSllNWEpWY3pnd1ZHaFVZMmw1VkhvMWVXOXFRek53ZWtGeVpUSXhkekF2VWxKbFpWZHNVM3BCZW5rS2RGWjNaVWhsYlVKQmIwZENRVkJIWlZSQlFVbGxkbEoyUkRKR1ZtcDViVVJWVG5kSVNEUkVlVEJQVmtvM1ZHWXpNVmsxTUVOeVlsSlJjVVJHT0RsVlRncDNTRTlSUlZVMVIzbDNhbmRCZVM5MFlTdFRiMW8zTVVkeGNXc3hkUzgwVG04M1NUVlFRazR5U0VKNVRtcFdhSEU1VWtKUllrNDJSV1psUVc1bVRFWTBDbUZIZFZsa1JVVXpRWHBuTHpBd1lrdEJZWEo1Ym14VFZFOTRhM0V3VGt0NFFqQTJWek5ZUlhvMVZsZEpRazQ0UTBoNmFqQXpNMFY0UVc5SFFrRlFkbU1LWWtkcVJ6VnRlRzVYWTJkWUx6bEJPVFEyYUV3NGJuTXhhVFpNV0U0eFQzSjNSR3B5Vm5kRWRXWnZPVFkyT0U1MGVrcFllbVprZDBGcllrSTFUMHhDYUFwT1JFMVBjSE5CVGxNNGQwSjZPR2xaV1hkUGVVdEdRamxRV0V0c01URkZVMmszVmpaYVVWSmxNMFk0ZW1WbmNYcHpTVzV6YmtFdlVGaGFiMnRhZEdkcENrOWtSVFpzYjJkVE9USjRjMVE1VW5KTllXYzBXa1Z4VjJ0R05HSklUbk14YlRkdk5tMTVNRlJCYjBkQlVIRnVhMWxvYmxFNFlsbG5SV2RzYW05TmRXRUtNMEZZU1RaUFQxRjNMMkpDV0VWUFpHdHNNazFNWXk5c04wNWhTMGcxV2paa1JEVkpSSEp2VkdwR1ZHSk1jMGgyZFhCVWJXMTBUa3RFWVhGUVFVSjFMd3BsWTJsWlUxSXZXSFZLZDBweVdWaElNbmg0VVhOQlJrTjFSRVJzYVZFeVIxZ3liR2gwVlhjd1VFcEdjRVpVU0hNM2N6UlFka1JYV0VoVVltRm5PVzh2Q2pNclZVZDBORnBVUlhwVE9IUnhNMUpPVXpsc1FpOUZRMmRaUlVGMVpERlZPRFF5TVVKc1RFODBkV042UmxrMVYzSjVRVGc1WTJaNVNVWTBTM0Z0YVZvS1JtMW5NbU5MTWxGSlNIQndLMjVNVWtFclowa3ZXVFE1T1dGdEwzVkJjRVExTVc1emJrNVpla1pZTlZGNFNYZFJjR1V5V0RaeE5VSTFjRmRWWWtoUWRncFFhVWgzTkcxVVR6VkZTM013WWtWQ2JYZGtUblJETUc1MWJGVmhkMGN5YUd4V1NsUlFSMEZwZWpWVGRUVlBaVzFaWVc5aUsxSTVZbk4wWWpOWFNqUmlDa3RxWlU1NFNtdERaMWxCVWxWMmFrbEZSMmh0VVhRMk5saFhRbXhrVUZaVFFqRjZPVzUxVjNCR2RuWm1lVk42Y0VwSGRIUm1hVlFyYUhOeFJsWkRjWFFLT0dkbU1tbEtaekZHZDI5S05qbERVVmxMVUVoTFIwOTRaRkl4UkRGTFNYQjVXRnAyY2s5aVJIaHZTRzlRYW5WV1VYSm9WVXhPVEROaVNISlJiakZ1VmdwM1NUSkJVbFJEWjA1WFZEUlRRbnBXVkZGVVdXWXZUMWxxTVVObVNTOTJSbkZIWld0MU1uRkNjVUpoZG1Oa1lsZEtjMUpXVkdjOVBRb3RMUzB0TFVWT1JDQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUW89Cg==","other-connectivity-list":{"connectivity-records":[]}} 2021-08-23 02:00:30,703 DEBUG 129:onap_service.py(1) - [None][Delete Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-23 02:00:30,703 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-08-23 02:00:30,704 DEBUG 132:onap_service.py(1) - [None][Delete Connectivity Info] data sent: None 2021-08-23 02:00:30,706 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-23 02:00:30,736 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-08-23 02:00:30,737 INFO 142:onap_service.py(1) - [None][Delete Connectivity Info] response code: 204 2021-08-23 02:00:30,737 DEBUG 146:onap_service.py(1) - [None][Delete Connectivity Info] response: n/a 2021-08-23 02:00:30,740 INFO 176:run_tests.py(1) - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | basic_cnf | integration | 07:44 | PASS | +-------------------+---------------------+------------------+----------------+ 2021-08-23 02:00:30,744 INFO 57:basic_cnf.py(1) - Generate Test report 2021-08-23 02:00:30,845 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080 2021-08-23 02:00:31,341 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-08-23 02:00:31,344 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/6123013f6c44f500102b414f 2021-08-23 02:00:31,344 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK