2021-12-07 01:40:46,238 DEBUG 23:basic_vm.py(1) - BasicVm init started 2021-12-07 01:40:46,238 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py:120: 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-12-07 01:40:46,246 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2021-12-07 01:40:46,246 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-12-07 01:40:46,246 DEBUG 219:extension.py(1) - found extension EntryPoint(name='cds_resource_resolution', value='onaptests.scenario.cds_resource_resolution:CDSResourceResolution', group='xtesting.testcase') 2021-12-07 01:40:46,246 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='multi_vnf_ubuntu_macro', value='onaptests.scenario.multi_vnf_macro:MultiVnfUbuntuMacro', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2021-12-07 01:40:46,247 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2021-12-07 01:40:46,247 INFO 169:run_tests.py(1) - Running test case 'basic_vm'... 2021-12-07 01:40:46,248 DEBUG 33:basic_vm.py(1) - start time 2021-12-07 01:40:46,248 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC 2021-12-07 01:40:46,248 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-12-07 01:40:46,248 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-12-07 01:40:46,248 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-12-07 01:40:46,249 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-12-07 01:40:46,250 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:46,539 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 379 2021-12-07 01:40:46,541 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-12-07 01:40:46,541 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"37aeaaf23d6b46ffb6321d208bc8aa06","type":"vlm","name":"abf1b2b5-625f-4559-a351","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"dc1e3c7290e2470e9661280199dfce57","type":"vlm","name":"0b68a897-c80b-437e-9204","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":2} 2021-12-07 01:40:46,544 DEBUG 147:__init__.py(1) - number of Vendor returned: 2 2021-12-07 01:40:46,544 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor 2021-12-07 01:40:46,545 INFO 169:__init__.py(1) - Vendor basicvm_vendor doesn't exist in SDC 2021-12-07 01:40:46,545 INFO 267:__init__.py(1) - attempting to create Vendor basicvm_vendor in SDC 2021-12-07 01:40:46,545 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC 2021-12-07 01:40:46,545 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-12-07 01:40:46,546 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-12-07 01:40:46,546 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-12-07 01:40:46,546 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-12-07 01:40:46,549 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:46,667 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 379 2021-12-07 01:40:46,668 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-12-07 01:40:46,669 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"37aeaaf23d6b46ffb6321d208bc8aa06","type":"vlm","name":"abf1b2b5-625f-4559-a351","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"dc1e3c7290e2470e9661280199dfce57","type":"vlm","name":"0b68a897-c80b-437e-9204","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":2} 2021-12-07 01:40:46,671 DEBUG 147:__init__.py(1) - number of Vendor returned: 2 2021-12-07 01:40:46,672 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor 2021-12-07 01:40:46,672 INFO 169:__init__.py(1) - Vendor basicvm_vendor doesn't exist in SDC 2021-12-07 01:40:46,700 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-12-07 01:40:46,700 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-12-07 01:40:46,701 DEBUG 132:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basicvm_vendor", "description": "vendor" } 2021-12-07 01:40:46,702 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,212 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-12-07 01:40:47,214 INFO 142:onap_service.py(1) - [SDC][create Vendor] response code: 200 2021-12-07 01:40:47,215 DEBUG 146:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"e2a04a42db4e439183fbcaf71e70d9f3","version":{"id":"257319c36ee3465b86f34cc2b9b6a2b8","name":"1.0","description":"Initial version","status":"Draft"}} 2021-12-07 01:40:47,218 INFO 285:__init__.py(1) - Vendor basicvm_vendor is created in SDC 2021-12-07 01:40:47,218 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicvm_vendor in SDC 2021-12-07 01:40:47,225 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-12-07 01:40:47,225 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/e2a04a42db4e439183fbcaf71e70d9f3/versions/257319c36ee3465b86f34cc2b9b6a2b8/actions 2021-12-07 01:40:47,225 DEBUG 132:onap_service.py(1) - [SDC][Submit Vendor] data sent: { "action": "Submit" } 2021-12-07 01:40:47,228 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,464 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/e2a04a42db4e439183fbcaf71e70d9f3/versions/257319c36ee3465b86f34cc2b9b6a2b8/actions HTTP/1.1" 200 2 2021-12-07 01:40:47,466 INFO 142:onap_service.py(1) - [SDC][Submit Vendor] response code: 200 2021-12-07 01:40:47,467 DEBUG 146:onap_service.py(1) - [SDC][Submit Vendor] response: {} 2021-12-07 01:40:47,471 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-12-07 01:40:47,488 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-12-07 01:40:47,489 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-12-07 01:40:47,489 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-12-07 01:40:47,490 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-12-07 01:40:47,490 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-12-07 01:40:47,493 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,564 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 603 2021-12-07 01:40:47,565 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-12-07 01:40:47,566 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 672f49d1-6007","description":"vendor software product","vendorName":"abf1b2b5-625f-4559-a351","vendorId":"37aeaaf23d6b46ffb6321d208bc8aa06","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"b95e29d825a245278e58f6cf81e5b804","owner":"cs0008","status":"ACTIVE"},{"name":"vFW a01ab96d-42af","description":"vendor software product","vendorName":"0b68a897-c80b-437e-9204","vendorId":"dc1e3c7290e2470e9661280199dfce57","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"0b582ba33999472fb5b911c52bc8d4fc","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-12-07 01:40:47,568 DEBUG 324:vsp.py(1) - importing VSP pNF 672f49d1-6007 from SDC 2021-12-07 01:40:47,569 DEBUG 324:vsp.py(1) - importing VSP vFW a01ab96d-42af from SDC 2021-12-07 01:40:47,569 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-12-07 01:40:47,569 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-12-07 01:40:47,570 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-12-07 01:40:47,570 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-12-07 01:40:47,570 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-12-07 01:40:47,571 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-12-07 01:40:47,571 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-12-07 01:40:47,571 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-12-07 01:40:47,574 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,635 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 603 2021-12-07 01:40:47,636 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-12-07 01:40:47,637 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 672f49d1-6007","description":"vendor software product","vendorName":"abf1b2b5-625f-4559-a351","vendorId":"37aeaaf23d6b46ffb6321d208bc8aa06","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"b95e29d825a245278e58f6cf81e5b804","owner":"cs0008","status":"ACTIVE"},{"name":"vFW a01ab96d-42af","description":"vendor software product","vendorName":"0b68a897-c80b-437e-9204","vendorId":"dc1e3c7290e2470e9661280199dfce57","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"0b582ba33999472fb5b911c52bc8d4fc","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-12-07 01:40:47,639 DEBUG 324:vsp.py(1) - importing VSP pNF 672f49d1-6007 from SDC 2021-12-07 01:40:47,640 DEBUG 324:vsp.py(1) - importing VSP vFW a01ab96d-42af from SDC 2021-12-07 01:40:47,640 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-12-07 01:40:47,640 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-12-07 01:40:47,641 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-12-07 01:40:47,641 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-12-07 01:40:47,641 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-12-07 01:40:47,642 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-12-07 01:40:47,642 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-12-07 01:40:47,642 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-12-07 01:40:47,645 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,709 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 603 2021-12-07 01:40:47,710 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-12-07 01:40:47,711 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 672f49d1-6007","description":"vendor software product","vendorName":"abf1b2b5-625f-4559-a351","vendorId":"37aeaaf23d6b46ffb6321d208bc8aa06","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"b95e29d825a245278e58f6cf81e5b804","owner":"cs0008","status":"ACTIVE"},{"name":"vFW a01ab96d-42af","description":"vendor software product","vendorName":"0b68a897-c80b-437e-9204","vendorId":"dc1e3c7290e2470e9661280199dfce57","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"0b582ba33999472fb5b911c52bc8d4fc","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-12-07 01:40:47,713 DEBUG 324:vsp.py(1) - importing VSP pNF 672f49d1-6007 from SDC 2021-12-07 01:40:47,714 DEBUG 324:vsp.py(1) - importing VSP vFW a01ab96d-42af from SDC 2021-12-07 01:40:47,714 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-12-07 01:40:47,714 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-12-07 01:40:47,715 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-12-07 01:40:47,715 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-12-07 01:40:47,715 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-12-07 01:40:47,716 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-12-07 01:40:47,716 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-12-07 01:40:47,717 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-12-07 01:40:47,719 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,781 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 603 2021-12-07 01:40:47,783 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-12-07 01:40:47,783 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 672f49d1-6007","description":"vendor software product","vendorName":"abf1b2b5-625f-4559-a351","vendorId":"37aeaaf23d6b46ffb6321d208bc8aa06","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"b95e29d825a245278e58f6cf81e5b804","owner":"cs0008","status":"ACTIVE"},{"name":"vFW a01ab96d-42af","description":"vendor software product","vendorName":"0b68a897-c80b-437e-9204","vendorId":"dc1e3c7290e2470e9661280199dfce57","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"0b582ba33999472fb5b911c52bc8d4fc","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-12-07 01:40:47,786 DEBUG 324:vsp.py(1) - importing VSP pNF 672f49d1-6007 from SDC 2021-12-07 01:40:47,786 DEBUG 324:vsp.py(1) - importing VSP vFW a01ab96d-42af from SDC 2021-12-07 01:40:47,787 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-12-07 01:40:47,787 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-12-07 01:40:47,787 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-12-07 01:40:47,787 INFO 267:__init__.py(1) - attempting to create Vsp basic_vm_VSP in SDC 2021-12-07 01:40:47,788 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-12-07 01:40:47,788 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-12-07 01:40:47,788 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-12-07 01:40:47,789 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-12-07 01:40:47,789 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-12-07 01:40:47,791 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,865 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 603 2021-12-07 01:40:47,866 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-12-07 01:40:47,867 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF 672f49d1-6007","description":"vendor software product","vendorName":"abf1b2b5-625f-4559-a351","vendorId":"37aeaaf23d6b46ffb6321d208bc8aa06","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"b95e29d825a245278e58f6cf81e5b804","owner":"cs0008","status":"ACTIVE"},{"name":"vFW a01ab96d-42af","description":"vendor software product","vendorName":"0b68a897-c80b-437e-9204","vendorId":"dc1e3c7290e2470e9661280199dfce57","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"0b582ba33999472fb5b911c52bc8d4fc","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-12-07 01:40:47,869 DEBUG 324:vsp.py(1) - importing VSP pNF 672f49d1-6007 from SDC 2021-12-07 01:40:47,870 DEBUG 324:vsp.py(1) - importing VSP vFW a01ab96d-42af from SDC 2021-12-07 01:40:47,870 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-12-07 01:40:47,870 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-12-07 01:40:47,870 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-12-07 01:40:47,876 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC 2021-12-07 01:40:47,876 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-12-07 01:40:47,877 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-12-07 01:40:47,877 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-12-07 01:40:47,877 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-12-07 01:40:47,880 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:47,959 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 532 2021-12-07 01:40:47,961 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-12-07 01:40:47,961 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"e2a04a42db4e439183fbcaf71e70d9f3","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"37aeaaf23d6b46ffb6321d208bc8aa06","type":"vlm","name":"abf1b2b5-625f-4559-a351","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"dc1e3c7290e2470e9661280199dfce57","type":"vlm","name":"0b68a897-c80b-437e-9204","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":3} 2021-12-07 01:40:47,964 DEBUG 147:__init__.py(1) - number of Vendor returned: 3 2021-12-07 01:40:47,964 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor 2021-12-07 01:40:47,965 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-12-07 01:40:47,965 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/e2a04a42db4e439183fbcaf71e70d9f3/versions 2021-12-07 01:40:47,965 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:47,968 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:48,062 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/e2a04a42db4e439183fbcaf71e70d9f3/versions HTTP/1.1" 200 264 2021-12-07 01:40:48,064 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:48,064 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"257319c36ee3465b86f34cc2b9b6a2b8","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1638841246788,"modificationTime":1638841247366,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-12-07 01:40:48,067 DEBUG 46:sdc_element.py(1) - details found, updating 2021-12-07 01:40:48,067 INFO 192:__init__.py(1) - Vendor found, updating information 2021-12-07 01:40:48,068 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-12-07 01:40:48,068 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/e2a04a42db4e439183fbcaf71e70d9f3/versions 2021-12-07 01:40:48,068 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:48,070 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:48,133 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/e2a04a42db4e439183fbcaf71e70d9f3/versions HTTP/1.1" 200 264 2021-12-07 01:40:48,135 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:48,135 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"257319c36ee3465b86f34cc2b9b6a2b8","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1638841246788,"modificationTime":1638841247366,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-12-07 01:40:48,138 DEBUG 46:sdc_element.py(1) - details found, updating 2021-12-07 01:40:48,138 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-12-07 01:40:48,139 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-12-07 01:40:48,139 DEBUG 132:onap_service.py(1) - [SDC][create Vsp] data sent: { "name": "basic_vm_VSP", "description": "vendor software product", "icon": "icon", "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "vendorName": "basicvm_vendor", "vendorId": "e2a04a42db4e439183fbcaf71e70d9f3", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2021-12-07 01:40:48,141 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:49,423 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-12-07 01:40:49,426 INFO 142:onap_service.py(1) - [SDC][create Vsp] response code: 200 2021-12-07 01:40:49,426 DEBUG 146:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"bf3c6b857bb4430d8aba93caf5d5beb6","version":{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft"}} 2021-12-07 01:40:49,430 INFO 285:__init__.py(1) - Vsp basic_vm_VSP is created in SDC 2021-12-07 01:40:49,431 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-12-07 01:40:49,431 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:40:49,432 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:49,435 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:49,516 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:40:49,518 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:49,518 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841248679,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:40:49,521 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-12-07 01:40:49,522 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:49,522 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:40:49,525 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:49,799 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 223 2021-12-07 01:40:49,801 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:40:49,801 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1638841248215,"modificationTime":1638841248661} 2021-12-07 01:40:49,805 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-12-07 01:40:49,806 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:49,806 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:49,809 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:50,010 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 391 2021-12-07 01:40:50,012 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:50,012 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29"} 2021-12-07 01:40:50,016 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-12-07 01:40:50,017 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:50,017 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:50,020 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:50,243 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 391 2021-12-07 01:40:50,245 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:50,246 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29"} 2021-12-07 01:40:50,250 INFO 241:vsp.py(1) - attempting to upload package for basic_vm_VSP in SDC 2021-12-07 01:40:50,250 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-12-07 01:40:50,251 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:40:50,252 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:50,255 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:50,313 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:40:50,315 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:50,315 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841248679,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:40:50,319 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-12-07 01:40:50,319 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:50,320 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:40:50,322 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:50,403 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 223 2021-12-07 01:40:50,405 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:40:50,405 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1638841248215,"modificationTime":1638841248661} 2021-12-07 01:40:50,409 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-12-07 01:40:50,410 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:50,410 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:50,413 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:50,558 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 391 2021-12-07 01:40:50,560 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:50,561 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29"} 2021-12-07 01:40:50,564 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-12-07 01:40:50,565 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:50,566 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:50,569 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:50,754 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 391 2021-12-07 01:40:50,756 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:50,756 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29"} 2021-12-07 01:40:50,760 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-12-07 01:40:50,760 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/orchestration-template-candidate 2021-12-07 01:40:50,760 DEBUG 132:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None 2021-12-07 01:40:50,765 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:50,956 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/orchestration-template-candidate HTTP/1.1" 200 94 2021-12-07 01:40:50,958 INFO 142:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200 2021-12-07 01:40:50,958 DEBUG 146:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:50,959 INFO 194:vsp.py(1) - Files for Vsp basic_vm_VSP have been uploaded 2021-12-07 01:40:50,962 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-12-07 01:40:50,962 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:40:50,963 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:50,965 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,039 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:40:51,040 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:51,041 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841248679,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:40:51,044 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-12-07 01:40:51,045 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:51,045 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:40:51,048 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,146 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 222 2021-12-07 01:40:51,147 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:40:51,148 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1638841248215,"modificationTime":1638841250938} 2021-12-07 01:40:51,151 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-12-07 01:40:51,151 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:51,151 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:51,154 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,277 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 462 2021-12-07 01:40:51,278 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:51,279 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:51,282 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-12-07 01:40:51,283 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:51,283 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:51,286 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,379 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 462 2021-12-07 01:40:51,381 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:51,381 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:51,384 INFO 241:vsp.py(1) - attempting to validate for basic_vm_VSP in SDC 2021-12-07 01:40:51,385 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-12-07 01:40:51,385 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:40:51,386 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:51,388 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,455 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:40:51,456 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:51,457 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841248679,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:40:51,460 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-12-07 01:40:51,460 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:51,460 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:40:51,463 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,562 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 222 2021-12-07 01:40:51,564 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:40:51,564 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1638841248215,"modificationTime":1638841250938} 2021-12-07 01:40:51,567 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-12-07 01:40:51,568 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:51,568 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:51,571 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,700 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 462 2021-12-07 01:40:51,701 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:51,702 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:51,705 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-12-07 01:40:51,706 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:51,706 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:51,709 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:51,828 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 462 2021-12-07 01:40:51,829 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:51,830 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:51,833 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-12-07 01:40:51,833 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/orchestration-template-candidate/process 2021-12-07 01:40:51,833 DEBUG 132:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2021-12-07 01:40:51,836 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:54,446 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/orchestration-template-candidate/process HTTP/1.1" 200 87 2021-12-07 01:40:54,449 INFO 142:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200 2021-12-07 01:40:54,449 DEBUG 146:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_ubuntu20.env","base_ubuntu20.yaml"],"errors":{},"status":"Success"} 2021-12-07 01:40:54,453 INFO 209:vsp.py(1) - Artifacts for Vsp basic_vm_VSP have been validated 2021-12-07 01:40:54,453 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-12-07 01:40:54,453 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:40:54,454 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:54,456 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:54,514 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:40:54,516 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:54,516 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841248679,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:40:54,518 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-12-07 01:40:54,519 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:54,519 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:40:54,521 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:54,591 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 222 2021-12-07 01:40:54,593 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:40:54,593 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1638841248215,"modificationTime":1638841254437} 2021-12-07 01:40:54,596 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-12-07 01:40:54,596 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:54,597 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:54,599 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:54,763 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 638 2021-12-07 01:40:54,765 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:54,766 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:54,769 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-12-07 01:40:54,769 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:54,770 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:54,772 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:54,875 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 638 2021-12-07 01:40:54,877 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:54,877 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:54,880 INFO 241:vsp.py(1) - attempting to commit for basic_vm_VSP in SDC 2021-12-07 01:40:54,881 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-12-07 01:40:54,881 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:40:54,881 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:40:54,884 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:54,937 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:40:54,938 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:40:54,939 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841248679,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:40:54,942 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-12-07 01:40:54,942 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:54,942 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:40:54,945 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:55,013 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 222 2021-12-07 01:40:55,015 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:40:55,015 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1638841248215,"modificationTime":1638841254437} 2021-12-07 01:40:55,018 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-12-07 01:40:55,018 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:55,018 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:55,021 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:55,177 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 638 2021-12-07 01:40:55,179 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:55,180 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:55,183 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-12-07 01:40:55,183 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:40:55,183 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:40:55,186 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:40:55,525 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 638 2021-12-07 01:40:55,526 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:40:55,527 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:40:55,537 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-12-07 01:40:55,537 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions 2021-12-07 01:40:55,538 DEBUG 132:onap_service.py(1) - [SDC][Commit Vsp] data sent: { "commitRequest":{"message":"ok"}, "action": "Commit" } 2021-12-07 01:40:55,540 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:02,698 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions HTTP/1.1" 200 2 2021-12-07 01:41:02,701 INFO 142:onap_service.py(1) - [SDC][Commit Vsp] response code: 200 2021-12-07 01:41:02,701 DEBUG 146:onap_service.py(1) - [SDC][Commit Vsp] response: {} 2021-12-07 01:41:02,705 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-12-07 01:41:02,706 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:41:02,706 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:41:02,709 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:02,773 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:41:02,775 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:41:02,776 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841255616,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:41:02,779 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-12-07 01:41:02,779 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:41:02,779 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:41:02,782 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:02,871 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 223 2021-12-07 01:41:02,873 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:41:02,873 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1638841248215,"modificationTime":1638841254437} 2021-12-07 01:41:02,876 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-12-07 01:41:02,877 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:41:02,877 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:41:02,880 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:02,998 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 638 2021-12-07 01:41:03,000 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:41:03,000 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:41:03,003 INFO 241:vsp.py(1) - attempting to certify/sumbit for basic_vm_VSP in SDC 2021-12-07 01:41:03,004 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-12-07 01:41:03,004 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:41:03,004 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:41:03,007 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:03,065 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 253 2021-12-07 01:41:03,066 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:41:03,067 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1638841248215,"modificationTime":1638841255616,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-12-07 01:41:03,070 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-12-07 01:41:03,070 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:41:03,070 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-12-07 01:41:03,073 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:03,162 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 223 2021-12-07 01:41:03,163 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-12-07 01:41:03,164 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1638841248215,"modificationTime":1638841254437} 2021-12-07 01:41:03,167 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-12-07 01:41:03,167 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:41:03,167 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:41:03,170 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:03,373 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 638 2021-12-07 01:41:03,375 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:41:03,375 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:41:03,385 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-12-07 01:41:03,385 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions 2021-12-07 01:41:03,385 DEBUG 132:onap_service.py(1) - [SDC][Submit Vsp] data sent: { "action": "Submit" } 2021-12-07 01:41:03,388 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:10,995 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions HTTP/1.1" 200 2 2021-12-07 01:41:10,999 INFO 142:onap_service.py(1) - [SDC][Submit Vsp] response code: 200 2021-12-07 01:41:11,000 DEBUG 146:onap_service.py(1) - [SDC][Submit Vsp] response: {} 2021-12-07 01:41:11,004 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-12-07 01:41:11,005 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:41:11,005 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:41:11,008 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:11,063 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 264 2021-12-07 01:41:11,064 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:41:11,065 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1638841248215,"modificationTime":1638841269713,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-12-07 01:41:11,067 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_vm_VSP in SDC 2021-12-07 01:41:11,068 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-12-07 01:41:11,068 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:41:11,068 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:41:11,070 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:11,124 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 264 2021-12-07 01:41:11,126 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:41:11,126 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1638841248215,"modificationTime":1638841269713,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-12-07 01:41:11,135 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-12-07 01:41:11,135 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions 2021-12-07 01:41:11,135 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-12-07 01:41:11,138 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:11,791 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions HTTP/1.1" 200 363 2021-12-07 01:41:11,792 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-12-07 01:41:11,793 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","versionId":"df1f6b7a4a97483c918685fe1c13db29","packageId":"bf3c6b857bb4430d8aba93caf5d5beb6","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-12-07 01:41:11,793 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","versionId":"df1f6b7a4a97483c918685fe1c13db29","packageId":"bf3c6b857bb4430d8aba93caf5d5beb6","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-12-07 01:41:11,796 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-12-07 01:41:11,797 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-12-07 01:41:11,797 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-12-07 01:41:11,798 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-12-07 01:41:11,798 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-12-07 01:41:11,800 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:11,877 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 363 2021-12-07 01:41:11,879 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-12-07 01:41:11,879 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","name":"vFW a01ab96d-42af","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9b40b16f-3479-4137-8700-a29052335694/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-12-07 01:41:11,882 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW a01ab96d-42af from SDC 2021-12-07 01:41:11,882 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:11,882 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:11,883 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:11,883 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-12-07 01:41:11,883 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:11,883 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-12-07 01:41:21,894 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-12-07 01:41:21,894 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-12-07 01:41:21,895 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-12-07 01:41:21,895 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-12-07 01:41:21,896 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-12-07 01:41:21,898 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:21,952 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 363 2021-12-07 01:41:21,954 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-12-07 01:41:21,954 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","name":"vFW a01ab96d-42af","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9b40b16f-3479-4137-8700-a29052335694/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-12-07 01:41:21,957 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW a01ab96d-42af from SDC 2021-12-07 01:41:21,957 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:21,958 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:21,958 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:21,958 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-12-07 01:41:21,959 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:21,959 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-12-07 01:41:21,959 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-12-07 01:41:21,959 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-12-07 01:41:21,960 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-12-07 01:41:21,960 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-12-07 01:41:21,960 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-12-07 01:41:21,963 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:22,018 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 363 2021-12-07 01:41:22,020 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-12-07 01:41:22,020 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","name":"vFW a01ab96d-42af","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9b40b16f-3479-4137-8700-a29052335694/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-12-07 01:41:22,023 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW a01ab96d-42af from SDC 2021-12-07 01:41:22,023 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:22,024 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:22,024 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:22,024 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-12-07 01:41:22,024 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:22,024 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-12-07 01:41:22,025 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC 2021-12-07 01:41:22,025 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC 2021-12-07 01:41:22,025 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-12-07 01:41:22,026 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-12-07 01:41:22,026 DEBUG 132:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2021-12-07 01:41:22,028 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:22,129 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-12-07 01:41:22,131 INFO 142:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200 2021-12-07 01:41:22,132 DEBUG 146:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"models":[{"name":"ETSI SOL001 v2.5.1","derivedFrom":null,"modelType":"NORMATIVE"}],"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"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":"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":"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":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"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":"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":"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}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"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":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"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":"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":"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":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"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":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"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":"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":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"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":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"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}],"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":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"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":"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":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.5"} 2021-12-07 01:41:22,140 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9 2021-12-07 01:41:22,141 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic 2021-12-07 01:41:22,141 INFO 192:__init__.py(1) - ResourceCategory found, updating information 2021-12-07 01:41:22,141 INFO 267:__init__.py(1) - attempting to create Vf basic_vm in SDC 2021-12-07 01:41:22,141 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-12-07 01:41:22,142 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-12-07 01:41:22,142 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-12-07 01:41:22,142 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-12-07 01:41:22,142 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-12-07 01:41:22,144 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:22,195 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 363 2021-12-07 01:41:22,196 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-12-07 01:41:22,196 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","name":"vFW a01ab96d-42af","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9b40b16f-3479-4137-8700-a29052335694/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-12-07 01:41:22,199 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW a01ab96d-42af from SDC 2021-12-07 01:41:22,199 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:22,199 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:22,199 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:22,200 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-12-07 01:41:22,200 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:22,200 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-12-07 01:41:22,221 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-12-07 01:41:22,221 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-12-07 01:41:22,221 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-12-07 01:41:22,222 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-12-07 01:41:22,222 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-12-07 01:41:22,223 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:22,351 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 877 2021-12-07 01:41:22,353 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-12-07 01:41:22,353 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 672f49d1-6007","description":"vendor software product","vendorName":"abf1b2b5-625f-4559-a351","vendorId":"37aeaaf23d6b46ffb6321d208bc8aa06","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"b95e29d825a245278e58f6cf81e5b804","owner":"cs0008","status":"ACTIVE"},{"name":"vFW a01ab96d-42af","description":"vendor software product","vendorName":"0b68a897-c80b-437e-9204","vendorId":"dc1e3c7290e2470e9661280199dfce57","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"0b582ba33999472fb5b911c52bc8d4fc","owner":"cs0008","status":"ACTIVE"}],"listCount":3} 2021-12-07 01:41:22,356 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-12-07 01:41:22,356 DEBUG 324:vsp.py(1) - importing VSP pNF 672f49d1-6007 from SDC 2021-12-07 01:41:22,357 DEBUG 324:vsp.py(1) - importing VSP vFW a01ab96d-42af from SDC 2021-12-07 01:41:22,357 DEBUG 147:__init__.py(1) - number of Vsp returned: 3 2021-12-07 01:41:22,357 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-12-07 01:41:22,358 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-12-07 01:41:22,358 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:41:22,358 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:41:22,360 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:22,423 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 264 2021-12-07 01:41:22,424 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:41:22,424 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1638841248215,"modificationTime":1638841269713,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-12-07 01:41:22,427 DEBUG 46:sdc_element.py(1) - details found, updating 2021-12-07 01:41:22,427 INFO 192:__init__.py(1) - Vsp found, updating information 2021-12-07 01:41:22,427 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_vm_VSP in SDC 2021-12-07 01:41:22,428 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-12-07 01:41:22,428 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:41:22,428 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:41:22,430 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:22,520 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 264 2021-12-07 01:41:22,522 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:41:22,522 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1638841248215,"modificationTime":1638841269713,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-12-07 01:41:22,526 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-12-07 01:41:22,526 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions 2021-12-07 01:41:22,526 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-12-07 01:41:22,529 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:22,621 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/bf3c6b857bb4430d8aba93caf5d5beb6/versions HTTP/1.1" 200 264 2021-12-07 01:41:22,623 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-12-07 01:41:22,623 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"df1f6b7a4a97483c918685fe1c13db29","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1638841248215,"modificationTime":1638841269713,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-12-07 01:41:22,626 DEBUG 46:sdc_element.py(1) - details found, updating 2021-12-07 01:41:22,632 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-12-07 01:41:22,632 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions 2021-12-07 01:41:22,633 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-12-07 01:41:22,635 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:23,415 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29/actions HTTP/1.1" 200 363 2021-12-07 01:41:23,417 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-12-07 01:41:23,417 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","versionId":"df1f6b7a4a97483c918685fe1c13db29","packageId":"bf3c6b857bb4430d8aba93caf5d5beb6","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-12-07 01:41:23,418 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","versionId":"df1f6b7a4a97483c918685fe1c13db29","packageId":"bf3c6b857bb4430d8aba93caf5d5beb6","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-12-07 01:41:23,421 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-12-07 01:41:23,422 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/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 2021-12-07 01:41:23,422 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-12-07 01:41:23,424 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:23,559 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/bf3c6b857bb4430d8aba93caf5d5beb6/versions/df1f6b7a4a97483c918685fe1c13db29 HTTP/1.1" 200 638 2021-12-07 01:41:23,560 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-12-07 01:41:23,561 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"e2a04a42db4e439183fbcaf71e70d9f3","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"bf3c6b857bb4430d8aba93caf5d5beb6","version":"df1f6b7a4a97483c918685fe1c13db29","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-12-07 01:41:23,564 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-12-07 01:41:23,565 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-12-07 01:41:23,565 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": "bf3c6b857bb4430d8aba93caf5d5beb6", "csarVersion": "1.0", "deploymentArtifacts": {}, "description": "VF", "icon": "defaulticon", "name": "basic_vm", "properties": [], "groups": [], "requirements": {}, "resourceType": "VF", "tags": ["basic_vm"], "toscaArtifacts": {}, "vendorName": "basicvm_vendor", "vendorRelease": "1.0" } 2021-12-07 01:41:23,567 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:27,179 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-12-07 01:41:27,190 INFO 142:onap_service.py(1) - [SDC][create Vf] response code: 201 2021-12-07 01:41:27,201 DEBUG 146:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1638841285648,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vspbasicvmvspinformationtxt","artifactName":"VSP_basic_vm_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"246fef95-4683-4772-b91f-d9ee6e6f81cc","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1638841285649,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1638841285648,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJSFZpZFc1MGRUSXdYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lIVmlkVzUwZFRJd1gyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnZFdKMWJuUjFNakJmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUhWaWRXNTBkVEl3WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnZFdKMWJuUjFNakJmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dkV0oxYm5SMU1qQmZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lIVmlkVzUwZFRJd1gyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJSFZpZFc1MGRUSXdYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUhWaWRXNTBkVEl3WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUhWaWRXNTBkVEl3WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQjFZblZ1ZEhVeU1GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ2RXSjFiblIxTWpCZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJSFZpZFc1MGRUSXdYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUhWaWRXNTBkVEl3WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1qQmZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1qQmZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUIxWW5WdWRIVXlNRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1638841285663,"description":"created from csar","artifactType":"HEAT","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1","artifactName":"base_ubuntu20.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=","artifactUUID":"1b1fa994-afa7-42e0-be98-bfcc89646429","artifactDisplayName":"base_ubuntu20","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1","duplicated":false,"payloadUpdateDate":1638841285677,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1638841285663,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1638841285648,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vspbasicvmvspinformationtxt","artifactName":"VSP_basic_vm_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"246fef95-4683-4772-b91f-d9ee6e6f81cc","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1638841285649,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1638841285648,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1638841285685,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1env","artifactName":"base_ubuntu20.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OWJjMjZkNTdiMDQwZTg2ZTc3Y2ZhMTc1OTc1NDc1OTc=","generatedFromId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1638841285685,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1638841285685,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1638841284506,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.assettoscacsar","artifactName":"resource-BasicVm-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":1638841284506,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1638841284506,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.assettoscatemplate","artifactName":"resource-BasicVm-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":1638841284506,"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":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"feature","uniqueId":"capability.3ee16a84-01d2-4f75-a2d3-3515ab418553.feature","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"feature_ubuntu20","empty":false},{"external":false,"type":"tosca.capabilities.Node","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"feature","uniqueId":"capability.3ee16a84-01d2-4f75-a2d3-3515ab418553.feature","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.Scalable","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"scalable","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.scalable","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"scalable_ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"external":false,"type":"org.openecomp.capabilities.Forwarder","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"forwarder","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.forwarder","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"type":"tosca.capabilities.network.Bindable","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"binding","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.binding","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"binding_ubuntu20","empty":false},{"external":false,"type":"tosca.capabilities.network.Bindable","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"binding","uniqueId":"capability.ead40c2d-5154-485f-9f25-3d0f2cd597af.binding","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"ubuntu20\",\"network_role\":{\"get_input\":\"port_ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","empty":false}],"type":"org.openecomp.capabilities.PortMirroring","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"port_mirroring","uniqueId":"capability.d1cec545-adb8-4478-9cfe-6b1abeb12885.port_mirroring","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_ubuntu20_ubuntu20_admin_plane_port_0","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.Container","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"host","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.host","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"host_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.ephemeral.size","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.ephemeral.size","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.ephemeral.size_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"instance","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.instance","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"instance_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"memory","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.memory","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.iops","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.iops","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.iops_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"cpu.delta","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.cpu.delta","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu.delta_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.capacity","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.capacity","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.capacity_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.latency","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.latency","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.latency_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.usage","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.usage","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.usage_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"cpu_util","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.cpu_util","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_util_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.allocation","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.allocation","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.allocation_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.requests.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.requests.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.latency","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.latency","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.latency_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"cpu","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.cpu","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.read.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.read.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.requests_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.root.size","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.root.size","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.root.size_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"vcpus","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.vcpus","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"vcpus_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.iops","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.iops","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.iops_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.usage","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.usage","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.usage_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.requests.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.requests.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.requests.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.requests.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.allocation","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.allocation","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.allocation_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.read.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.read.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.read.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.read.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"memory.usage","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.memory.usage","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.usage_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.capacity","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.capacity","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.capacity_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"memory.resident","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.memory.resident","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.resident_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests_ubuntu20","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":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.packets.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.packets.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outgoing.bytes","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outgoing.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outgoing.packets.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outgoing.packets.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outpoing.packets","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outpoing.packets","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.bytes.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.bytes","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outgoing.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.packets","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.packets","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_ubuntu20_ubuntu20_admin_plane_port_0","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"os","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.os","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"os_ubuntu20","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"endpoint","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.endpoint","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"endpoint_ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"type":"tosca.capabilities.Attachment","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"attachment","uniqueId":"capability.ead40c2d-5154-485f-9f25-3d0f2cd597af.attachment","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"dependency","uniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553.dependency","capability":"tosca.capabilities.Node","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","ownerName":"ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu20","empty":false},{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"dependency","uniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553.dependency","capability":"tosca.capabilities.Node","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"link","uniqueId":"71f72dac-306f-4d33-86ac-2bdbfd929180.link","capability":"tosca.capabilities.network.Linkable","ownerId":"71f72dac-306f-4d33-86ac-2bdbfd929180","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","name":"link_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"node":"tosca.nodes.BlockStorage","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"local_storage","uniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","ownerName":"ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_ubuntu20","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_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":"port_ubuntu20_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu20_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"ubuntu20_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","getInputValues":[{"propName":"vm_flavor_name","inputName":"ubuntu20_flavor_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu20_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"7b3285e7-79df-408a-ba15-2df6ab562670.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_ubuntu20ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"ubuntu20_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","getInputValues":[{"propName":"vm_image_name","inputName":"ubuntu20_image_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu20_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_key_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_ubuntu20_key_name","value":"[\"UNSUPPORTED_RESOURCE_ubuntu20_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_user_data_format","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_ubuntu20_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_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_ubuntu20_name","value":"[{\"get_input\":\"ubuntu20_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"compute_ubuntu20_name","inputName":"ubuntu20_name_0","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_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":"a967b873-7d85-4802-821e-5bc7242accbe.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.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":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_security_groups","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":"port_ubuntu20_admin_plane_port_0_security_groups","value":"[[\"ubuntu20_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_network","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":"port_ubuntu20_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"port_ubuntu20_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.admin_plane_net_name","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":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_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_ubuntu20_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":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.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":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.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":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_ubuntu20"},"actualComponentUid":"dd4c0d90-59fa-4161-b354-9699c4832fbb","createdFromCsar":true,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","normalizedName":"abstract_ubuntu20","name":"abstract_ubuntu20","icon":"defaulticon","creationTime":1638841285341,"originType":"CVFC","toscaArtifacts":{},"isProxy":false,"directives":["substitutable"],"invariantName":"abstract_ubuntu20","createdFrom":"CSAR","componentUid":"dd4c0d90-59fa-4161-b354-9699c4832fbb","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicVmcvfc.abstract.abstract.nodes.ubuntu20","modificationTime":1638841285559,"customizationUUID":"1fb740fd-2e28-4f7f-94f3-5a9d325dfc37","posX":"475.0","posY":"325.0","componentName":"basic_vm-nodes.ubuntu20Cvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false},{"capabilities":{"tosca.capabilities.Node":[{"external":false,"type":"tosca.capabilities.Node","path":["59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"],"source":"853f78b3-df56-4d70-b699-397fd59fa5fb","uniqueId":"capability.3ee16a84-01d2-4f75-a2d3-3515ab418553.feature","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group","ownerName":"ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"],"node":"tosca.nodes.Root","source":"853f78b3-df56-4d70-b699-397fd59fa5fb","uniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553.dependency","capability":"tosca.capabilities.Node","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","ownerName":"ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","source":"853f78b3-df56-4d70-b699-397fd59fa5fb","uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.port","capability":"tosca.capabilities.Attachment","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group","ownerName":"ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false}]},"properties":[{"definition":false,"hidden":false,"uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.name","type":"string","required":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.description","type":"string","required":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.rules","type":"list","required":false,"description":"List of security group rules","schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}],"attributes":[{"parentUniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","definition":false,"name":"tosca_name","type":"string","uniqueId":"attribute.3ee16a84-01d2-4f75-a2d3-3515ab418553.tosca_name","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","empty":false},{"definition":false,"name":"show","type":"string","description":"Detailed information about resource","status":"supported","uniqueId":"attribute.853f78b3-df56-4d70-b699-397fd59fa5fb.show","empty":false},{"parentUniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","definition":false,"name":"state","type":"string","uniqueId":"attribute.3ee16a84-01d2-4f75-a2d3-3515ab418553.state","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","empty":false},{"parentUniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","definition":false,"name":"tosca_id","type":"string","uniqueId":"attribute.3ee16a84-01d2-4f75-a2d3-3515ab418553.tosca_id","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"ubuntu20_admin_security_group"},"actualComponentUid":"853f78b3-df56-4d70-b699-397fd59fa5fb","createdFromCsar":true,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group","normalizedName":"ubuntu20_admin_security_group","name":"ubuntu20_admin_security_group","icon":"securityrules","creationTime":1638841285340,"originType":"VFC","toscaArtifacts":{},"isProxy":false,"directives":[],"invariantName":"ubuntu20_admin_security_group","createdFrom":"CSAR","componentUid":"853f78b3-df56-4d70-b699-397fd59fa5fb","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules","modificationTime":1638841285559,"customizationUUID":"aefc525c-5acd-4fc2-bfbc-9828ecd06b4f","posX":"275.0","posY":"325.0","componentName":"SecurityRules","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[{"toNode":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","relationships":[{"relation":{"requirement":"port","capabilityOwnerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","requirementOwnerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group","id":"f917b9c6-4a6f-412e-95c1-e27d56e055eb","relationship":{"type":"org.openecomp.relationships.AttachesTo"},"capability":"attachment_ubuntu20_ubuntu20_admin_plane_port_0","capabilityUid":"capability.ead40c2d-5154-485f-9f25-3d0f2cd597af.attachment","requirementUid":"853f78b3-df56-4d70-b699-397fd59fa5fb.port"},"operations":[]}],"fromNode":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group","originUI":false}],"componentInstancesInputs":{"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20":[{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_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":"port_ubuntu20_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu20_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"ubuntu20_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_flavor_name","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","getInputValues":[{"propName":"vm_flavor_name","inputName":"ubuntu20_flavor_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu20_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"7b3285e7-79df-408a-ba15-2df6ab562670.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_ubuntu20ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"ubuntu20_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_image_name","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","getInputValues":[{"propName":"vm_image_name","inputName":"ubuntu20_image_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu20_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_key_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_ubuntu20_key_name","value":"[\"UNSUPPORTED_RESOURCE_ubuntu20_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"ubuntu20","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_user_data_format","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_ubuntu20_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_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_ubuntu20_name","value":"[{\"get_input\":\"ubuntu20_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_name_0","getInputValues":[{"propName":"compute_ubuntu20_name","inputName":"ubuntu20_name_0","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_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":"a967b873-7d85-4802-821e-5bc7242accbe.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.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":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_security_groups","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":"port_ubuntu20_admin_plane_port_0_security_groups","value":"[[\"ubuntu20_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"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":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_network","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":"port_ubuntu20_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.admin_plane_net_name","getInputValues":[{"propName":"port_ubuntu20_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.admin_plane_net_name","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":"dd4c0d90-59fa-4161-b354-9699c4832fbb.compute_ubuntu20_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_ubuntu20_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":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.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":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"a967b873-7d85-4802-821e-5bc7242accbe.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":"a967b873-7d85-4802-821e-5bc7242accbe","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"a967b873-7d85-4802-821e-5bc7242accbe","empty":false},{"definition":false,"hidden":false,"uniqueId":"dd4c0d90-59fa-4161-b354-9699c4832fbb.port_ubuntu20_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_ubuntu20_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}]},"componentInstancesProperties":{"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group":[{"definition":false,"hidden":false,"uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.name","type":"string","required":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.description","type":"string","required":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.rules","type":"list","required":false,"description":"List of security group rules","schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}]},"componentInstancesAttributes":{"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group":[{"parentUniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","uniqueId":"attribute.3ee16a84-01d2-4f75-a2d3-3515ab418553.tosca_name","name":"tosca_name","type":"string","definition":false,"ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","empty":false},{"uniqueId":"attribute.853f78b3-df56-4d70-b699-397fd59fa5fb.show","name":"show","type":"string","definition":false,"description":"Detailed information about resource","status":"supported","empty":false},{"parentUniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","uniqueId":"attribute.3ee16a84-01d2-4f75-a2d3-3515ab418553.state","name":"state","type":"string","definition":false,"ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","empty":false},{"parentUniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","uniqueId":"attribute.3ee16a84-01d2-4f75-a2d3-3515ab418553.tosca_id","name":"tosca_id","type":"string","definition":false,"ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"type":"tosca.capabilities.Node","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"feature","uniqueId":"capability.3ee16a84-01d2-4f75-a2d3-3515ab418553.feature","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"feature_ubuntu20","empty":false},{"external":false,"type":"tosca.capabilities.Node","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"feature","uniqueId":"capability.3ee16a84-01d2-4f75-a2d3-3515ab418553.feature","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_ubuntu20_ubuntu20_admin_plane_port_0","empty":false},{"external":false,"type":"tosca.capabilities.Node","path":["59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"],"source":"853f78b3-df56-4d70-b699-397fd59fa5fb","uniqueId":"capability.3ee16a84-01d2-4f75-a2d3-3515ab418553.feature","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group","ownerName":"ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.Scalable","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"scalable","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.scalable","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"scalable_ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"external":false,"type":"org.openecomp.capabilities.Forwarder","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"forwarder","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.forwarder","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"type":"tosca.capabilities.network.Bindable","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"binding","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.binding","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"binding_ubuntu20","empty":false},{"external":false,"type":"tosca.capabilities.network.Bindable","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"binding","uniqueId":"capability.ead40c2d-5154-485f-9f25-3d0f2cd597af.binding","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"ubuntu20\",\"network_role\":{\"get_input\":\"port_ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","empty":false}],"type":"org.openecomp.capabilities.PortMirroring","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"port_mirroring","uniqueId":"capability.d1cec545-adb8-4478-9cfe-6b1abeb12885.port_mirroring","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_ubuntu20_ubuntu20_admin_plane_port_0","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.Container","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"host","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.host","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"host_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.ephemeral.size","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.ephemeral.size","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.ephemeral.size_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"instance","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.instance","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"instance_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"memory","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.memory","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.iops","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.iops","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.iops_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"cpu.delta","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.cpu.delta","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu.delta_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.capacity","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.capacity","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.capacity_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.latency","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.latency","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.latency_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.usage","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.usage","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.usage_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"cpu_util","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.cpu_util","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_util_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.allocation","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.allocation","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.allocation_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.requests.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.requests.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.latency","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.latency","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.latency_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"cpu","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.cpu","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.read.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.read.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.requests_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.root.size","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.root.size","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.root.size_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"vcpus","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.vcpus","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"vcpus_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.iops","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.iops","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.iops_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.usage","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.usage","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.usage_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.read.requests.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.read.requests.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.write.requests.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.write.requests.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.allocation","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.allocation","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.allocation_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.read.bytes.rate","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.read.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes.rate_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.read.bytes","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.read.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"memory.usage","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.memory.usage","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.usage_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.device.capacity","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.device.capacity","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.capacity_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"memory.resident","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.memory.resident","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.resident_ubuntu20","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":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"32a9e5f9-1018-47a5-8a91-1ad08a6b716b","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"disk.write.requests","uniqueId":"capability.32a9e5f9-1018-47a5-8a91-1ad08a6b716b.disk.write.requests","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests_ubuntu20","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":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.packets.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.packets.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outgoing.bytes","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outgoing.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outgoing.packets.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outgoing.packets.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outpoing.packets","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outpoing.packets","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.bytes.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.bytes","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.bytes","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.outgoing.bytes.rate","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_ubuntu20_ubuntu20_admin_plane_port_0","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":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6da09a6a-57df-44cb-883f-391d59b8fbc6","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"network.incoming.packets","uniqueId":"capability.6da09a6a-57df-44cb-883f-391d59b8fbc6.network.incoming.packets","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_ubuntu20_ubuntu20_admin_plane_port_0","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"os","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.os","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"os_ubuntu20","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":"16adc53e-b372-48c0-9b85-d7017a8bef52","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"endpoint","uniqueId":"capability.16adc53e-b372-48c0-9b85-d7017a8bef52.endpoint","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20","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.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"endpoint_ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"type":"tosca.capabilities.Attachment","path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"attachment","uniqueId":"capability.ead40c2d-5154-485f-9f25-3d0f2cd597af.attachment","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"dependency","uniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553.dependency","capability":"tosca.capabilities.Node","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","ownerName":"ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu20","empty":false},{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"node":"tosca.nodes.Root","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"dependency","uniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553.dependency","capability":"tosca.capabilities.Node","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu20_ubuntu20_admin_plane_port_0","empty":false},{"external":false,"path":["59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"],"node":"tosca.nodes.Root","source":"853f78b3-df56-4d70-b699-397fd59fa5fb","uniqueId":"3ee16a84-01d2-4f75-a2d3-3515ab418553.dependency","capability":"tosca.capabilities.Node","ownerId":"3ee16a84-01d2-4f75-a2d3-3515ab418553","ownerName":"ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.ead40c2d-5154-485f-9f25-3d0f2cd597af.ubuntu20_ubuntu20_admin_plane_port_0","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"link","uniqueId":"71f72dac-306f-4d33-86ac-2bdbfd929180.link","capability":"tosca.capabilities.network.Linkable","ownerId":"71f72dac-306f-4d33-86ac-2bdbfd929180","ownerName":"ubuntu20_ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","name":"link_ubuntu20_ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["dd4c0d90-59fa-4161-b354-9699c4832fbb.be59e83d-f296-4413-93c7-6d07936269ab.ubuntu20","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20"],"node":"tosca.nodes.BlockStorage","source":"dd4c0d90-59fa-4161-b354-9699c4832fbb","parentName":"local_storage","uniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"16adc53e-b372-48c0-9b85-d7017a8bef52","ownerName":"ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_ubuntu20","empty":false},{"external":false,"path":["59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","source":"853f78b3-df56-4d70-b699-397fd59fa5fb","uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb.port","capability":"tosca.capabilities.Attachment","ownerId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group","ownerName":"ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vf_module_id","type":"string","required":false,"defaultValue":"Ubuntu20-VF-module","description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_pub_key","type":"string","required":false,"defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","description":"Public key to be installed on the compute instance","password":false,"name":"ubuntu20_pub_key","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vnf_name","type":"string","required":false,"defaultValue":"Ubuntu20-VNF-name","description":"The VM name","password":false,"name":"vnf_name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_name_0","type":"string","required":false,"defaultValue":"Ubuntu20","description":"The VM name","password":false,"name":"ubuntu20_name_0","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dcae_collector_ip","type":"string","required":false,"defaultValue":"10.4.2.166","description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_flavor_name","type":"string","required":false,"defaultValue":"m1.small","description":"Type of instance (flavor) to be used","password":false,"name":"ubuntu20_flavor_name","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vnf_id","type":"string","required":false,"defaultValue":"Ubuntu20-VNF","description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dcae_collector_port","type":"string","required":false,"defaultValue":"30417","description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_image_name","type":"string","required":false,"defaultValue":"ubuntu-20.04","description":"Image to be used for compute instance","password":false,"name":"ubuntu20_image_name","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.admin_plane_net_name","type":"string","required":false,"defaultValue":"admin","description":"The external management network","password":false,"name":"admin_plane_net_name","label":"management network","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_ubuntu20_group","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.base_ubuntu20_group","name":"base_ubuntu20_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_ubuntu20_group","createdFrom":"CSAR","invariantUUID":"c88471e4-a2fa-43e6-9909-1bd9657bf301","groupUUID":"8961675c-f61f-4f64-86e5-8b8d2fd8063a","members":{"abstract_ubuntu20":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ubuntu20_admin_security_group":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"},"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_ubuntu20.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 ubuntu VM Closed Loop for ONAP","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":"BasicVm..base_ubuntu20..module-0","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.BasicVm..base_ubuntu20..module-0","name":"BasicVm..base_ubuntu20..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1","59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1env"],"invariantName":"BasicVm..base_ubuntu20..module-0","createdFrom":"CSAR","invariantUUID":"4bd8fa17-12f9-427f-91ba-74d3d939d127","artifactsUuid":["1b1fa994-afa7-42e0-be98-bfcc89646429"],"groupUUID":"2a308292-7d47-4941-bd37-82da4c8aa9bd","members":{"abstract_ubuntu20":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dd4c0d90-59fa-4161-b354-9699c4832fbb.abstract_ubuntu20","ubuntu20_admin_security_group":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.853f78b3-df56-4d70-b699-397fd59fa5fb.ubuntu20_admin_security_group"},"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_ubuntu20","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.BasicVm","vendorName":"basicvm_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","version":"0.1","icon":"defaulticon","creationDate":1638841284506,"description":"VF","tags":["basic_vm"],"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32","componentMetadataForSupportLog":{"SupportablityComponentUUID":"ae1b5a66-884c-468e-bfe4-a35b461616d6","SupportablityComponentName":"basic_vm","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"bf3c6b857bb4430d8aba93caf5d5beb6","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","systemName":"BasicVm","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","normalizedName":"basicvm","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1638841285515,"allArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJSFZpZFc1MGRUSXdYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lIVmlkVzUwZFRJd1gyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnZFdKMWJuUjFNakJmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUhWaWRXNTBkVEl3WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnZFdKMWJuUjFNakJmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dkV0oxYm5SMU1qQmZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lIVmlkVzUwZFRJd1gyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJSFZpZFc1MGRUSXdYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUhWaWRXNTBkVEl3WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUhWaWRXNTBkVEl3WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQjFZblZ1ZEhVeU1GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ2RXSjFiblIxTWpCZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJSFZpZFc1MGRUSXdYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUhWaWRXNTBkVEl3WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1qQmZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1qQmZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUIxWW5WdWRIVXlNRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1638841285663,"description":"created from csar","artifactType":"HEAT","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1","artifactName":"base_ubuntu20.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=","artifactUUID":"1b1fa994-afa7-42e0-be98-bfcc89646429","artifactDisplayName":"base_ubuntu20","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1","duplicated":false,"payloadUpdateDate":1638841285677,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1638841285663,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1638841285648,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vspbasicvmvspinformationtxt","artifactName":"VSP_basic_vm_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"246fef95-4683-4772-b91f-d9ee6e6f81cc","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1638841285649,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1638841285648,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1638841285685,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1env","artifactName":"base_ubuntu20.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OWJjMjZkNTdiMDQwZTg2ZTc3Y2ZhMTc1OTc1NDc1OTc=","generatedFromId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1638841285685,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1638841285685,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32"},"categorySpecificMetadata":{},"csarUUID":"bf3c6b857bb4430d8aba93caf5d5beb6","csarVersion":"1.0","archiveTime":0,"vspArchived":false,"service":false,"name":"basic_vm"} 2021-12-07 01:41:27,215 INFO 285:__init__.py(1) - Vf basic_vm is created in SDC 2021-12-07 01:41:27,215 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:37,227 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_vm in SDC 2021-12-07 01:41:37,232 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-12-07 01:41:37,233 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/59ba541e-3b0f-4b5b-a6f9-0574c68ddf32/lifecycleState/Certify 2021-12-07 01:41:37,233 DEBUG 132:onap_service.py(1) - [SDC][Certify Vf] data sent: { "userRemarks": "certify" } 2021-12-07 01:41:37,235 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:41,094 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/59ba541e-3b0f-4b5b-a6f9-0574c68ddf32/lifecycleState/Certify HTTP/1.1" 200 1276 2021-12-07 01:41:41,096 INFO 142:onap_service.py(1) - [SDC][Certify Vf] response code: 200 2021-12-07 01:41:41,097 DEBUG 146:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"5652c773-7714-4d7c-b6d4-83a5228e3001","name":"basic_vm","version":"1.0","isHighestVersion":true,"creationDate":1638841284506,"lastUpdateDate":1638841298182,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_vm"],"icon":"defaulticon","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"1.0":"5652c773-7714-4d7c-b6d4-83a5228e3001"},"csarUUID":"bf3c6b857bb4430d8aba93caf5d5beb6","csarVersion":"1.0","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","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":"basicvm_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicVm","uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6"} 2021-12-07 01:41:41,101 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-12-07 01:41:41,101 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-12-07 01:41:41,102 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-12-07 01:41:41,102 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-12-07 01:41:41,102 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-12-07 01:41:41,105 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:41,217 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 716 2021-12-07 01:41:41,219 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-12-07 01:41:41,220 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ae1b5a66-884c-468e-bfe4-a35b461616d6/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","name":"vFW a01ab96d-42af","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9b40b16f-3479-4137-8700-a29052335694/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-12-07 01:41:41,223 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-12-07 01:41:41,223 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:41,223 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:41,223 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:41,224 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW a01ab96d-42af from SDC 2021-12-07 01:41:41,224 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:41,224 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:41,224 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:41,225 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-12-07 01:41:41,225 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:41,225 INFO 192:__init__.py(1) - Vf found, updating information 2021-12-07 01:41:41,226 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-12-07 01:41:41,226 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-12-07 01:41:41,226 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-12-07 01:41:41,228 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:41,390 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-12-07 01:41:41,394 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-12-07 01:41:41,398 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"624af91f-0eb7-4152-b39d-fcbd3b593737","lifecycleState":"CERTIFIED","lastUpdateDate":1638832854889,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"062820cc-ce25-47d8-8f80-38c2ee17b520","invariantUUID":"cf6aef78-9fb4-4232-949f-9f08fb7d90de","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":"defaulticon","uniqueId":"42d9b1a9-3cac-48d2-8d8b-f8778e2bd347","lifecycleState":"CERTIFIED","lastUpdateDate":1638838166295,"name":"vFW a01ab96d-42af","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","systemName":"VfwA01ab96d42af","description":"vendor software product","tags":["vFW a01ab96d-42af"],"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":"networkrules","uniqueId":"3cc565f7-9e89-4add-8803-68ad3c959d29","lifecycleState":"CERTIFIED","lastUpdateDate":1638832794382,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9f119be3-1e0c-4446-a981-2a437380fd09","invariantUUID":"3951fef6-b8eb-4a91-af8b-46793b94b06f","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6e553c2e-bb89-4cba-8e23-a9b13d5bf22f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832767258,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c7be021-0a6f-4c7e-88a9-1452d727187f","invariantUUID":"0f998643-b2f4-4808-b195-e5ada1e68784","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3a235d64-ecb6-4c36-ab56-fa8da142346e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832911837,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59fad012-47ce-4031-a93a-bddb8f49f674","invariantUUID":"1f5b9031-bd49-4735-bc17-83461ceff49f","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","lifecycleState":"CERTIFIED","lastUpdateDate":1638832815359,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8de101fc-a2fd-4951-a2c7-d718b73abd0b","invariantUUID":"8c676959-e52a-447f-a7ec-c503711d2c94","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":"defaulticon","uniqueId":"c6c858dd-215d-4c57-9712-786334f87d30","lifecycleState":"CERTIFIED","lastUpdateDate":1638832844528,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"de955c26-f490-4d55-908a-f20018be1540","invariantUUID":"6b0a4931-a832-4928-898e-07a5ee70b591","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":"compute","uniqueId":"5cf85f5e-e3ea-45a4-8fe4-9a84a091df76","lifecycleState":"CERTIFIED","lastUpdateDate":1638832953461,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a10eeff-c1fc-48d3-a3a7-a9cb90335b0f","invariantUUID":"46b80e3e-10dd-40cb-9750-7950e98ee553","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"92b5ba6d-2153-4b77-ac41-a127f013ad7f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832867786,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5c9c71f2-17b7-4633-bcd0-de56aa684b27","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"de7efd9b-6f00-4fb4-ac54-7b8a8d0b116e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832776207,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c3cbe15a-c355-4a0c-bf45-04841da1e787","invariantUUID":"c34ad923-f8ea-4cec-ad16-5069d8f75a86","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"1653da44-b2b3-42e2-b2b1-70787edafcc6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832893164,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a733d57-04ef-4a87-bc60-0ea0842bdff6","invariantUUID":"b04f027e-e5e4-426c-8b1d-5358a5ebd0fe","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a38ba73d-4c6d-4195-a935-04fbf9427047","lifecycleState":"CERTIFIED","lastUpdateDate":1638832757200,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"1a8eb9a1-9665-4049-92b8-540b5accaa2c","invariantUUID":"b55b970c-d8cf-4c1f-b1b8-7a6bed396d5b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"a8e5a4db-1f7a-451e-99c4-a218ddf9fcd6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832924679,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d2aa84b-8b18-41f5-b806-0abdfc20109d","invariantUUID":"7967ca29-e545-43d4-8a80-f8ed0c331e8c","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":"compute","uniqueId":"d060cf32-3cfe-4223-a99f-55e8e71f8131","lifecycleState":"CERTIFIED","lastUpdateDate":1638832862123,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51eb4c83-ecfd-4ff0-8abf-74ecee0f4ec3","invariantUUID":"5b1b5249-c93e-4ef5-93e8-71b4c100896e","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":"networkrules","uniqueId":"69465fd1-10e9-4a9d-b935-04e9020e76aa","lifecycleState":"CERTIFIED","lastUpdateDate":1638832801158,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"061eb31d-1228-41a7-a664-bf03de0772c3","invariantUUID":"c30f1ede-d8b9-44e9-936a-2108ad405dca","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":"30470fd6-ca13-4884-999a-59216c7f6ec5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832856747,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d17dd715-a7a7-4067-baa9-4c834e311f8a","invariantUUID":"d20d7ed6-4b73-4f21-af0d-dfd82fd368de","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":"objectStorage","uniqueId":"7277247e-d48e-4164-b821-8d5277611393","lifecycleState":"CERTIFIED","lastUpdateDate":1638832960871,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"030af797-57bf-41a5-9367-c91cf18ee125","invariantUUID":"ce699687-0559-4b96-8a3a-8744c9da8ad0","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"66e386cd-d0f6-41e0-9128-6c9d5c7b6f82","lifecycleState":"CERTIFIED","lastUpdateDate":1638832877385,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dcaf9a69-cc06-4334-a50f-a755113e51e5","invariantUUID":"f8d88fc7-31cb-481b-98cd-ebacd5d6e18d","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9f45f49d-69b2-49c0-8bb3-1c8e3c785bd7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832842391,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f38cfd74-9838-4d9d-a822-e774d6bfc7d7","invariantUUID":"31177456-acc5-4d6a-9688-d16d2e90603e","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":"port","uniqueId":"9d416fbe-4866-41ee-88be-bbcec4b70cfe","lifecycleState":"CERTIFIED","lastUpdateDate":1638832883752,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"565a1ce0-6497-4ac2-8936-6ad30036e271","invariantUUID":"5e5dded4-6ae6-4cf3-bf4f-9880725a686e","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":"defaulticon","uniqueId":"68d5ae68-f23f-411f-aaf5-c959eb40f9a6","lifecycleState":"CERTIFIED","lastUpdateDate":1638840591630,"name":"pNF 672f49d1-6007","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0af28a22-3e80-4e64-8575-ca894fe3b577","invariantUUID":"76222cbe-ec57-4db2-9bb3-fdccf0a82950","systemName":"Pnf672f49d16007","description":"vendor software product","tags":["pNF 672f49d1-6007"],"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":"port","uniqueId":"bf046291-b957-47ee-80e5-e25db1dc242b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832880590,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bbfb00f3-0abd-4de0-a133-d299560c188a","invariantUUID":"ef6ba27f-6fc7-4ef9-8644-745ba4392a87","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"387db3f0-71dd-47bd-8ae1-2dafe510835b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832970027,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3c5cf7d-d449-4f5f-a7c1-549efe39d32c","invariantUUID":"2cdf73ac-c0fe-4267-9e9d-60ffdff42a37","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bbb2bf5a-6e2d-4403-80c5-f87747da699e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832863593,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1733771a-405e-4719-8328-04c8969ff3bb","invariantUUID":"cdb26d8f-6d10-4b54-adfd-c894e33fc190","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"642d1d19-f97a-45a0-8905-e91ce8413ec8","lifecycleState":"CERTIFIED","lastUpdateDate":1638832796021,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c82e94ec-6922-41fd-b2b7-88436306d6e4","invariantUUID":"a5c35126-5f00-44a1-87c3-da0d761cbc0f","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":"082bcc8e-0a6d-4b35-b3b6-3110eb664a16","lifecycleState":"CERTIFIED","lastUpdateDate":1638832889618,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ebd87a55-6a76-4d20-b380-db81ee7db2f3","invariantUUID":"e1059add-4041-4817-b038-61b746c5403d","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"045ad331-f1ed-4fe9-949a-e232250254a7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832918631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d7a358a6-97c9-4389-8b12-bf30428ce0db","invariantUUID":"a5f61344-d0a8-47b3-be83-08ed6ec952ad","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":"objectStorage","uniqueId":"9a5a1152-7078-47da-909d-5bfbfd31141c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832964034,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"32d84e5e-b99f-485a-aee1-55e8fe2e64fe","invariantUUID":"a67074b0-9f62-493a-80ba-f05277b92329","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"17ee4824-ea8b-488f-bee9-c7dc1946dc39","lifecycleState":"CERTIFIED","lastUpdateDate":1638832771763,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"84291101-a0cb-485b-9a9d-aa7abb022231","invariantUUID":"e9328a8c-bfae-4c4b-89f2-8f70dde6b94d","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":"loadBalancer","uniqueId":"36222e62-a952-4c9f-9c99-33872e209309","lifecycleState":"CERTIFIED","lastUpdateDate":1638832763920,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cabb8220-d9c7-4ba9-b606-08629e3bafdd","invariantUUID":"3e11fac0-538d-4fc6-a3ad-883ec90a18aa","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":"232b7cca-841f-4eec-8272-02c9e663df57","lifecycleState":"CERTIFIED","lastUpdateDate":1638832891068,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"518cf10f-8e3b-4cd0-a609-0ee4b0c7e293","invariantUUID":"8243fe9a-8b3c-43e5-84e7-16be76f0be35","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":"compute","uniqueId":"fce6b044-db04-4b67-830e-09d50725c217","lifecycleState":"CERTIFIED","lastUpdateDate":1638832968290,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59b123db-fdff-4b8e-9543-d9b1356a0337","invariantUUID":"24f966bb-a1b0-42ec-8250-72806f6856c4","systemName":"VduCompute","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":["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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"10bbefb7-9e20-42ba-af79-dac0407ac881","lifecycleState":"CERTIFIED","lastUpdateDate":1638832783111,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"6aebef8e-96bf-4f78-8fc5-fe90ce7496fd","invariantUUID":"419bdbdc-3e31-4972-b4e4-e0ca557dab9a","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":"ea61852b-41b0-4abb-9f22-73a2d287e34c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832837417,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"246dd7ad-4c7f-469e-a0fe-cb91d52bffc2","invariantUUID":"a000bd81-623c-42ce-b35b-f9af3cfdd81b","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":"port","uniqueId":"c7ef728c-5a40-4468-b2ea-862cea14a839","lifecycleState":"CERTIFIED","lastUpdateDate":1638832910268,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc974487-1330-4b72-85bb-8b07ea4c542b","invariantUUID":"1189f8b9-8826-4b93-84ad-d60af2adf53e","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ccead6c3-fcc3-45dc-bc76-79fa355b2cd2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832922515,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e9d2fff1-3b6c-45ae-b007-8d9361fde267","invariantUUID":"c189ef95-9ecd-4494-9f27-1f9477b471a8","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c2b0e230-d573-4236-a2b8-22a1e5ea55b0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832906802,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41dff679-e3e4-444a-9a80-21fa8c5fce61","invariantUUID":"a66f9147-9c32-4e68-8161-73bdba085018","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":"port","uniqueId":"71f72dac-306f-4d33-86ac-2bdbfd929180","lifecycleState":"CERTIFIED","lastUpdateDate":1638832765661,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"695ee1d8-ea30-497d-a372-faa7c6e11c60","invariantUUID":"e3838fa5-4489-4cfb-8062-c189f0ec6e3d","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":"port","uniqueId":"17218d2c-88d6-4e89-babf-37d3e5c209ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832926972,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"069027ba-382c-4408-8a89-3469e796cd8b","invariantUUID":"0ec23002-e2a5-429a-923d-9509fe807e50","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":"defaulticon","uniqueId":"7e72c5a0-1763-4d80-8107-d12144e1c7bb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832779301,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db936d1e-f856-40e7-a96c-1e50ea982f3c","invariantUUID":"323adfbe-df56-4204-b2d5-3bae1837bf3d","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":"compute","uniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","lifecycleState":"CERTIFIED","lastUpdateDate":1638832750137,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fee9164d-a9d1-4b11-8123-bb06cbdf1d5f","invariantUUID":"cb37f82f-141c-476a-9c7a-a2713c7052c2","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"59e8f1b4-b07f-4476-9175-54ad18717bb2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832885179,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c33c117-d9fa-46fb-9165-bed6b7d5d672","invariantUUID":"bbc958c1-4091-4d4b-a99e-6922024cb771","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"46c42d46-fe06-4d42-95a7-961d8b31281b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832956621,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"22b43821-e13a-4117-87a3-9c62e3e871db","invariantUUID":"ab00ad79-031e-4bdc-86fd-ce513f13832c","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5f7ba78c-32d4-4aaf-9014-6c97038694d2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832954791,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfa79910-22dc-44cb-b95d-83318a144725","invariantUUID":"200a0cdc-0f2c-44cd-a136-9f5515972322","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"819093b4-4ebc-4e6a-b055-c1464def99ad","lifecycleState":"CERTIFIED","lastUpdateDate":1638832971375,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7c58dca3-c9e0-4d46-8c97-210a9498eaf2","invariantUUID":"4e398ce9-b775-4f28-a799-4863a3e032eb","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"20cd67ae-344a-4b30-8cb7-946ee5259f2f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832831948,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e349a2e-a2da-4642-bc0f-23bf361f97ab","invariantUUID":"611aceb0-30ac-4a73-b9e2-b2d89dd5edbe","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":"compute","uniqueId":"e315d3f9-bfc9-4248-8174-9afea79a78ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832858788,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f86663f-94ac-4442-8210-4ca23c8dd60b","invariantUUID":"5e200ca9-6bca-41b5-9be5-166be727f450","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":"ead40c2d-5154-485f-9f25-3d0f2cd597af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832816805,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b76b16da-956e-4d39-862c-609d999b2b7b","invariantUUID":"9e50ab94-ef33-4788-8513-21df3c63380f","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8405e8ed-bd16-4a81-af5c-cc0ebef3a588","lifecycleState":"CERTIFIED","lastUpdateDate":1638832958813,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"254af5e5-37c6-4031-bf2d-55b1e4225a50","invariantUUID":"7eadca23-e0b2-49bd-b02e-77aa82fb455f","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5652c773-7714-4d7c-b6d4-83a5228e3001","lifecycleState":"CERTIFIED","lastUpdateDate":1638841298182,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"83b5ba9c-7a64-429e-99bc-9eea8c23ba87","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1638832895540,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e66a3b5e-b29d-49d4-aad2-2416a95c0459","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","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":"objectStorage","uniqueId":"59781c88-0008-44c2-bf89-7df92173ef53","lifecycleState":"CERTIFIED","lastUpdateDate":1638832758780,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"74453a5f-cc7c-4a76-be60-a7372f62f2c6","invariantUUID":"f438d7f5-c257-4db6-b7e3-fa7aba2be9d2","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":"a6ef4814-f5bf-4171-9b1f-63ad746ce128","lifecycleState":"CERTIFIED","lastUpdateDate":1638832846029,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fad1be43-2558-46c8-ac74-87fac1efe693","invariantUUID":"f4e15eaa-568e-4c6c-9502-8d38974a2023","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b51177f1-2ba0-458b-a0ae-c12954af94b1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832788286,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"16b6f6c6-3187-4450-9e82-ecf560fac1d0","invariantUUID":"2fe702de-0a73-461d-b175-fb4dbb6a1be7","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"d6d58950-6a9b-4350-bf06-a72616ef5383","lifecycleState":"CERTIFIED","lastUpdateDate":1638832869881,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"de632db5-c148-4d41-af3f-9928b5bb9e09","invariantUUID":"34b3ab1e-e828-446a-9c1f-760fcb33bdb8","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52eace64-6356-4005-8b9a-cc84e6900ced","lifecycleState":"CERTIFIED","lastUpdateDate":1638832965512,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f195315-8f34-4a51-9d9b-9163f4ee4cee","invariantUUID":"b6826395-72c5-48f9-8cc9-af99274af657","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8e3fbd37-19f1-448a-9ad3-df342d374a43","lifecycleState":"CERTIFIED","lastUpdateDate":1638832807360,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5724dbaf-c91f-44d7-8c3d-1e531268abb7","invariantUUID":"225d7369-947b-479b-b1b7-cfe11ca01d44","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"db954eef-9979-40c2-8248-0c9e22dec96a","lifecycleState":"CERTIFIED","lastUpdateDate":1638832871502,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dac1e008-55cf-4b69-a02a-55a91aeb95a9","invariantUUID":"961ef152-073a-48a2-8776-1a8e565a0885","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":"objectStorage","uniqueId":"7f2fb3f3-6323-4984-8607-7267dc928bdd","lifecycleState":"CERTIFIED","lastUpdateDate":1638832962671,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"318c149e-4c5f-4323-9b18-9b4c40ae4015","invariantUUID":"af902d56-990d-40cb-92da-61e6921f0ad5","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f5fc01a0-6315-4ea2-a43a-fcbc2df3e651","lifecycleState":"CERTIFIED","lastUpdateDate":1638832818258,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4de711ee-e310-486a-9711-ac50656d289d","invariantUUID":"81b4adf9-b304-49bf-b9e4-6597e39c0530","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"60a64023-de41-4a51-9689-d4752c7264d6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832802553,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3a94235-6980-44da-88f8-59b55ee92bdd","invariantUUID":"365d1b23-6c45-4556-bef5-473165f79686","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":"compute","uniqueId":"4a43854f-2330-464a-a0f7-6f552813c441","lifecycleState":"CERTIFIED","lastUpdateDate":1638832920905,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5589e642-79ef-4d95-a9a4-a864f87e8b3c","invariantUUID":"38daa3cb-d29d-4295-afb1-9d3dd20561b6","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"98856294-d573-43fe-99e9-1fdbfa7b743d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832848939,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a0c10ea-c8bb-4837-beb9-27558ebcd978","invariantUUID":"fd76b64f-153d-4f04-8248-969693a6bc76","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":"port","uniqueId":"95bb3a08-f4c6-4a3d-a77e-4745a1984098","lifecycleState":"CERTIFIED","lastUpdateDate":1638832777788,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"047e72dc-1e1b-48d3-a126-33fefcdc7f7a","invariantUUID":"432601e3-add0-4354-b906-94f4aae865cd","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":"91aece5c-b239-4e48-a4b3-c67513197d9d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832850546,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f176d00d-9f2d-4c21-8809-2142d2c10789","invariantUUID":"a5dfe01a-18b4-4057-8be8-9f60c8ebf2e7","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":"securityrules","uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832804171,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"8b158f8e-7c78-4a0a-9886-5d20824213ce","invariantUUID":"8cf2efbe-44f8-4e45-a8dd-21d97df2d1cc","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66768288-2b79-4340-9392-497584929303","lifecycleState":"CERTIFIED","lastUpdateDate":1638832886557,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8af7a3b4-04a5-4d99-b3e4-f9bb1ca29192","invariantUUID":"75627f47-7a6e-4e20-be16-edaa552dceba","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":"f95a7756-b7e1-4246-a6d6-5cd3087fa95c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832785162,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6d149ca-b3e9-4c59-8481-1ce0db4b0375","invariantUUID":"02a7e1f0-051c-4d14-b4cb-f4da64372407","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8af050d3-22ac-4229-bd9c-cc607c61d7ff","lifecycleState":"CERTIFIED","lastUpdateDate":1638832839536,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e5d57215-d3d0-49b9-9cdf-0cba5a8c1220","invariantUUID":"6cab2f46-d4a8-497e-a2ab-9b5bf9b2f15f","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ad457f4c-367a-4730-9521-22af6787dec0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832882294,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54bc3a42-1473-4269-a819-4e0767e75dcb","invariantUUID":"a7ee93d2-88c0-4d06-b26c-62edc45500f7","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":"ec256627-86d2-4a1d-8722-83032efbbb68","lifecycleState":"CERTIFIED","lastUpdateDate":1638832851964,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"04ea3816-5085-4264-aa57-7445e905ca93","invariantUUID":"d0a5b439-ccf9-497b-9499-971d8084fff8","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":"5ec35299-204f-4fa2-883e-8fe7072f6e90","lifecycleState":"CERTIFIED","lastUpdateDate":1638832966832,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3e8033bc-60d4-4a5e-8fe5-08324050d10b","invariantUUID":"974d8c02-2f70-4e72-9586-391b1a19b973","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64d03819-2677-44fc-aa9e-8b0d73e2c2c1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832812337,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e18272f0-5645-4971-98d2-40e971e5c93b","invariantUUID":"16c2d4cb-4ea1-46bb-aa33-7be46963733c","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ad0a3506-d1be-4d1b-9af2-f362dba45749","lifecycleState":"CERTIFIED","lastUpdateDate":1638832781110,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b4675391-5657-4c8c-a9b1-74e4f0cd5b0c","invariantUUID":"aaf503e1-b63a-43a9-993f-fed95b53ef7c","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e71adc2-c52a-488a-a6f2-3a2fc116aea5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832887957,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9a04fec2-c037-4391-a27f-7aaa7d67b6b3","invariantUUID":"15674f77-328a-4836-bdca-8aacbb92d46b","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":"41af7018-1e65-45c3-be41-df2c0b2808df","lifecycleState":"CERTIFIED","lastUpdateDate":1638832833740,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f5855880-14c4-4ac4-8446-fe5953b1c8b0","invariantUUID":"dd9426aa-69dd-4d8a-83d4-d7d1e8b89df7","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":"objectStorage","uniqueId":"3069850b-19b2-4424-926a-4d24f9c3ab4b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832760476,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5521a11-55a5-4511-9b9a-092c9e7defe3","invariantUUID":"99f9be7c-1ad0-46a6-87ea-d6b01366a5fd","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52905c9c-576f-40f5-a687-44e23ce19257","lifecycleState":"CERTIFIED","lastUpdateDate":1638832786759,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"19613e67-2e7f-41b1-9fd4-312a661517e9","invariantUUID":"7d1c5fbf-6939-47b3-a578-86f38096c6e1","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":"defaulticon","uniqueId":"27e0748f-702e-4913-a303-911c813ab9af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832878805,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ff1c286-2789-40ee-b268-8c72f6179f70","invariantUUID":"3d35c427-d4c0-4e2c-84fd-07d5138170a1","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":"76fe4aab-05d8-4e2c-8c2e-3640be43156b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832810916,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"444e69de-68d7-4f39-a0fd-8da242f77d96","invariantUUID":"85850dd5-4919-4f06-8a53-55d4b4b1ae05","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":"110011db-de20-4dd5-8386-b49a352ca8ea","lifecycleState":"CERTIFIED","lastUpdateDate":1638832774774,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"49785726-7b0a-49d1-8414-ddf3dc923d0c","invariantUUID":"c302ba44-6ace-4d97-88c9-7dbc1c6b1938","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"712fc6e0-7660-43cb-9362-73347de36573","lifecycleState":"CERTIFIED","lastUpdateDate":1638832826496,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"635344e5-c228-4a88-b5ea-794f6a2f5191","invariantUUID":"c5a3d1b0-4170-423e-b96c-5f86085ced6f","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":"network","uniqueId":"a69751dd-a08d-49c1-930c-acd37adbaa0d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832809433,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"742b9792-d5db-4265-af0b-7d759a6036be","invariantUUID":"dc064c46-2cad-464f-a841-c6f277174787","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":"c17c3f6f-f27b-4887-b31d-57d759d91d03","lifecycleState":"CERTIFIED","lastUpdateDate":1638832847494,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1acd0600-2b76-4af5-b78b-182151cc0234","invariantUUID":"553f763f-6dcc-49eb-9546-7c4684ecf5c1","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":"objectStorage","uniqueId":"4edf214b-b139-48b4-a4c0-468429ddff35","lifecycleState":"CERTIFIED","lastUpdateDate":1638832773313,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ce8a1b37-9752-4882-93c9-dbc376b93b60","invariantUUID":"033dd65e-f73d-413b-ad18-c6004ba07c5e","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c0fb9bda-c813-4b07-a253-64f108b0f603","lifecycleState":"CERTIFIED","lastUpdateDate":1638832915836,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52c0bf01-1b41-40f4-898b-f8341b60382d","invariantUUID":"71ccdb45-06a8-4a8d-b200-eae301f10c39","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3b02b51b-b62a-4fd2-8e24-f0015109a264","lifecycleState":"CERTIFIED","lastUpdateDate":1638841228229,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","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":"c4f7155e-0778-4e2a-96cf-48fa1dfaad23","lifecycleState":"CERTIFIED","lastUpdateDate":1638838174373,"name":"vFW 2021-12-07 00-48-40","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","systemName":"Vfw20211207004840","description":"catalog service description","tags":["robot-ete","vFW 2021-12-07 00-48-40"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5a1a138e-f737-4d60-9fc4-79b247932404","lifecycleState":"CERTIFIED","lastUpdateDate":1638840598055,"name":"Demo_pNF_NwhYPTF1PI31amomEmyC","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","systemName":"DemoPnfNwhyptf1pi31amomemyc","description":"catalog service description","tags":["robot-ete","Demo_pNF_NwhYPTF1PI31amomEmyC"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-12-07 01:41:41,405 DEBUG 118:sdc_resource.py(1) - Resource basic_vm found in resources list 2021-12-07 01:41:51,416 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-12-07 01:41:51,416 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-12-07 01:41:51,417 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-12-07 01:41:51,417 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-12-07 01:41:51,418 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-12-07 01:41:51,420 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:51,492 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 716 2021-12-07 01:41:51,493 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-12-07 01:41:51,494 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ae1b5a66-884c-468e-bfe4-a35b461616d6/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","name":"vFW a01ab96d-42af","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9b40b16f-3479-4137-8700-a29052335694/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-12-07 01:41:51,496 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-12-07 01:41:51,497 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,497 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,497 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,497 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW a01ab96d-42af from SDC 2021-12-07 01:41:51,498 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,498 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,498 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,498 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-12-07 01:41:51,498 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:51,499 INFO 192:__init__.py(1) - Vf found, updating information 2021-12-07 01:41:51,499 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-12-07 01:41:51,499 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-12-07 01:41:51,500 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-12-07 01:41:51,502 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:51,580 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-12-07 01:41:51,584 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-12-07 01:41:51,588 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"624af91f-0eb7-4152-b39d-fcbd3b593737","lifecycleState":"CERTIFIED","lastUpdateDate":1638832854889,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"062820cc-ce25-47d8-8f80-38c2ee17b520","invariantUUID":"cf6aef78-9fb4-4232-949f-9f08fb7d90de","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":"defaulticon","uniqueId":"42d9b1a9-3cac-48d2-8d8b-f8778e2bd347","lifecycleState":"CERTIFIED","lastUpdateDate":1638838166295,"name":"vFW a01ab96d-42af","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","systemName":"VfwA01ab96d42af","description":"vendor software product","tags":["vFW a01ab96d-42af"],"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":"networkrules","uniqueId":"3cc565f7-9e89-4add-8803-68ad3c959d29","lifecycleState":"CERTIFIED","lastUpdateDate":1638832794382,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9f119be3-1e0c-4446-a981-2a437380fd09","invariantUUID":"3951fef6-b8eb-4a91-af8b-46793b94b06f","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6e553c2e-bb89-4cba-8e23-a9b13d5bf22f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832767258,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c7be021-0a6f-4c7e-88a9-1452d727187f","invariantUUID":"0f998643-b2f4-4808-b195-e5ada1e68784","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3a235d64-ecb6-4c36-ab56-fa8da142346e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832911837,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59fad012-47ce-4031-a93a-bddb8f49f674","invariantUUID":"1f5b9031-bd49-4735-bc17-83461ceff49f","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","lifecycleState":"CERTIFIED","lastUpdateDate":1638832815359,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8de101fc-a2fd-4951-a2c7-d718b73abd0b","invariantUUID":"8c676959-e52a-447f-a7ec-c503711d2c94","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":"defaulticon","uniqueId":"c6c858dd-215d-4c57-9712-786334f87d30","lifecycleState":"CERTIFIED","lastUpdateDate":1638832844528,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"de955c26-f490-4d55-908a-f20018be1540","invariantUUID":"6b0a4931-a832-4928-898e-07a5ee70b591","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":"compute","uniqueId":"5cf85f5e-e3ea-45a4-8fe4-9a84a091df76","lifecycleState":"CERTIFIED","lastUpdateDate":1638832953461,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a10eeff-c1fc-48d3-a3a7-a9cb90335b0f","invariantUUID":"46b80e3e-10dd-40cb-9750-7950e98ee553","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"92b5ba6d-2153-4b77-ac41-a127f013ad7f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832867786,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5c9c71f2-17b7-4633-bcd0-de56aa684b27","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"de7efd9b-6f00-4fb4-ac54-7b8a8d0b116e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832776207,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c3cbe15a-c355-4a0c-bf45-04841da1e787","invariantUUID":"c34ad923-f8ea-4cec-ad16-5069d8f75a86","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"1653da44-b2b3-42e2-b2b1-70787edafcc6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832893164,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a733d57-04ef-4a87-bc60-0ea0842bdff6","invariantUUID":"b04f027e-e5e4-426c-8b1d-5358a5ebd0fe","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a38ba73d-4c6d-4195-a935-04fbf9427047","lifecycleState":"CERTIFIED","lastUpdateDate":1638832757200,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"1a8eb9a1-9665-4049-92b8-540b5accaa2c","invariantUUID":"b55b970c-d8cf-4c1f-b1b8-7a6bed396d5b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"a8e5a4db-1f7a-451e-99c4-a218ddf9fcd6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832924679,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d2aa84b-8b18-41f5-b806-0abdfc20109d","invariantUUID":"7967ca29-e545-43d4-8a80-f8ed0c331e8c","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":"compute","uniqueId":"d060cf32-3cfe-4223-a99f-55e8e71f8131","lifecycleState":"CERTIFIED","lastUpdateDate":1638832862123,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51eb4c83-ecfd-4ff0-8abf-74ecee0f4ec3","invariantUUID":"5b1b5249-c93e-4ef5-93e8-71b4c100896e","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":"networkrules","uniqueId":"69465fd1-10e9-4a9d-b935-04e9020e76aa","lifecycleState":"CERTIFIED","lastUpdateDate":1638832801158,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"061eb31d-1228-41a7-a664-bf03de0772c3","invariantUUID":"c30f1ede-d8b9-44e9-936a-2108ad405dca","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":"30470fd6-ca13-4884-999a-59216c7f6ec5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832856747,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d17dd715-a7a7-4067-baa9-4c834e311f8a","invariantUUID":"d20d7ed6-4b73-4f21-af0d-dfd82fd368de","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":"objectStorage","uniqueId":"7277247e-d48e-4164-b821-8d5277611393","lifecycleState":"CERTIFIED","lastUpdateDate":1638832960871,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"030af797-57bf-41a5-9367-c91cf18ee125","invariantUUID":"ce699687-0559-4b96-8a3a-8744c9da8ad0","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"66e386cd-d0f6-41e0-9128-6c9d5c7b6f82","lifecycleState":"CERTIFIED","lastUpdateDate":1638832877385,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dcaf9a69-cc06-4334-a50f-a755113e51e5","invariantUUID":"f8d88fc7-31cb-481b-98cd-ebacd5d6e18d","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9f45f49d-69b2-49c0-8bb3-1c8e3c785bd7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832842391,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f38cfd74-9838-4d9d-a822-e774d6bfc7d7","invariantUUID":"31177456-acc5-4d6a-9688-d16d2e90603e","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":"port","uniqueId":"9d416fbe-4866-41ee-88be-bbcec4b70cfe","lifecycleState":"CERTIFIED","lastUpdateDate":1638832883752,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"565a1ce0-6497-4ac2-8936-6ad30036e271","invariantUUID":"5e5dded4-6ae6-4cf3-bf4f-9880725a686e","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":"defaulticon","uniqueId":"68d5ae68-f23f-411f-aaf5-c959eb40f9a6","lifecycleState":"CERTIFIED","lastUpdateDate":1638840591630,"name":"pNF 672f49d1-6007","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0af28a22-3e80-4e64-8575-ca894fe3b577","invariantUUID":"76222cbe-ec57-4db2-9bb3-fdccf0a82950","systemName":"Pnf672f49d16007","description":"vendor software product","tags":["pNF 672f49d1-6007"],"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":"port","uniqueId":"bf046291-b957-47ee-80e5-e25db1dc242b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832880590,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bbfb00f3-0abd-4de0-a133-d299560c188a","invariantUUID":"ef6ba27f-6fc7-4ef9-8644-745ba4392a87","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"387db3f0-71dd-47bd-8ae1-2dafe510835b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832970027,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3c5cf7d-d449-4f5f-a7c1-549efe39d32c","invariantUUID":"2cdf73ac-c0fe-4267-9e9d-60ffdff42a37","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bbb2bf5a-6e2d-4403-80c5-f87747da699e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832863593,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1733771a-405e-4719-8328-04c8969ff3bb","invariantUUID":"cdb26d8f-6d10-4b54-adfd-c894e33fc190","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"642d1d19-f97a-45a0-8905-e91ce8413ec8","lifecycleState":"CERTIFIED","lastUpdateDate":1638832796021,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c82e94ec-6922-41fd-b2b7-88436306d6e4","invariantUUID":"a5c35126-5f00-44a1-87c3-da0d761cbc0f","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":"082bcc8e-0a6d-4b35-b3b6-3110eb664a16","lifecycleState":"CERTIFIED","lastUpdateDate":1638832889618,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ebd87a55-6a76-4d20-b380-db81ee7db2f3","invariantUUID":"e1059add-4041-4817-b038-61b746c5403d","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"045ad331-f1ed-4fe9-949a-e232250254a7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832918631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d7a358a6-97c9-4389-8b12-bf30428ce0db","invariantUUID":"a5f61344-d0a8-47b3-be83-08ed6ec952ad","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":"objectStorage","uniqueId":"9a5a1152-7078-47da-909d-5bfbfd31141c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832964034,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"32d84e5e-b99f-485a-aee1-55e8fe2e64fe","invariantUUID":"a67074b0-9f62-493a-80ba-f05277b92329","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"17ee4824-ea8b-488f-bee9-c7dc1946dc39","lifecycleState":"CERTIFIED","lastUpdateDate":1638832771763,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"84291101-a0cb-485b-9a9d-aa7abb022231","invariantUUID":"e9328a8c-bfae-4c4b-89f2-8f70dde6b94d","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":"loadBalancer","uniqueId":"36222e62-a952-4c9f-9c99-33872e209309","lifecycleState":"CERTIFIED","lastUpdateDate":1638832763920,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cabb8220-d9c7-4ba9-b606-08629e3bafdd","invariantUUID":"3e11fac0-538d-4fc6-a3ad-883ec90a18aa","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":"232b7cca-841f-4eec-8272-02c9e663df57","lifecycleState":"CERTIFIED","lastUpdateDate":1638832891068,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"518cf10f-8e3b-4cd0-a609-0ee4b0c7e293","invariantUUID":"8243fe9a-8b3c-43e5-84e7-16be76f0be35","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":"compute","uniqueId":"fce6b044-db04-4b67-830e-09d50725c217","lifecycleState":"CERTIFIED","lastUpdateDate":1638832968290,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59b123db-fdff-4b8e-9543-d9b1356a0337","invariantUUID":"24f966bb-a1b0-42ec-8250-72806f6856c4","systemName":"VduCompute","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":["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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"10bbefb7-9e20-42ba-af79-dac0407ac881","lifecycleState":"CERTIFIED","lastUpdateDate":1638832783111,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"6aebef8e-96bf-4f78-8fc5-fe90ce7496fd","invariantUUID":"419bdbdc-3e31-4972-b4e4-e0ca557dab9a","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":"ea61852b-41b0-4abb-9f22-73a2d287e34c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832837417,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"246dd7ad-4c7f-469e-a0fe-cb91d52bffc2","invariantUUID":"a000bd81-623c-42ce-b35b-f9af3cfdd81b","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":"port","uniqueId":"c7ef728c-5a40-4468-b2ea-862cea14a839","lifecycleState":"CERTIFIED","lastUpdateDate":1638832910268,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc974487-1330-4b72-85bb-8b07ea4c542b","invariantUUID":"1189f8b9-8826-4b93-84ad-d60af2adf53e","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ccead6c3-fcc3-45dc-bc76-79fa355b2cd2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832922515,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e9d2fff1-3b6c-45ae-b007-8d9361fde267","invariantUUID":"c189ef95-9ecd-4494-9f27-1f9477b471a8","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c2b0e230-d573-4236-a2b8-22a1e5ea55b0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832906802,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41dff679-e3e4-444a-9a80-21fa8c5fce61","invariantUUID":"a66f9147-9c32-4e68-8161-73bdba085018","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":"port","uniqueId":"71f72dac-306f-4d33-86ac-2bdbfd929180","lifecycleState":"CERTIFIED","lastUpdateDate":1638832765661,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"695ee1d8-ea30-497d-a372-faa7c6e11c60","invariantUUID":"e3838fa5-4489-4cfb-8062-c189f0ec6e3d","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":"port","uniqueId":"17218d2c-88d6-4e89-babf-37d3e5c209ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832926972,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"069027ba-382c-4408-8a89-3469e796cd8b","invariantUUID":"0ec23002-e2a5-429a-923d-9509fe807e50","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":"defaulticon","uniqueId":"7e72c5a0-1763-4d80-8107-d12144e1c7bb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832779301,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db936d1e-f856-40e7-a96c-1e50ea982f3c","invariantUUID":"323adfbe-df56-4204-b2d5-3bae1837bf3d","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":"compute","uniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","lifecycleState":"CERTIFIED","lastUpdateDate":1638832750137,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fee9164d-a9d1-4b11-8123-bb06cbdf1d5f","invariantUUID":"cb37f82f-141c-476a-9c7a-a2713c7052c2","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"59e8f1b4-b07f-4476-9175-54ad18717bb2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832885179,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c33c117-d9fa-46fb-9165-bed6b7d5d672","invariantUUID":"bbc958c1-4091-4d4b-a99e-6922024cb771","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"46c42d46-fe06-4d42-95a7-961d8b31281b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832956621,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"22b43821-e13a-4117-87a3-9c62e3e871db","invariantUUID":"ab00ad79-031e-4bdc-86fd-ce513f13832c","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5f7ba78c-32d4-4aaf-9014-6c97038694d2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832954791,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfa79910-22dc-44cb-b95d-83318a144725","invariantUUID":"200a0cdc-0f2c-44cd-a136-9f5515972322","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"819093b4-4ebc-4e6a-b055-c1464def99ad","lifecycleState":"CERTIFIED","lastUpdateDate":1638832971375,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7c58dca3-c9e0-4d46-8c97-210a9498eaf2","invariantUUID":"4e398ce9-b775-4f28-a799-4863a3e032eb","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"20cd67ae-344a-4b30-8cb7-946ee5259f2f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832831948,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e349a2e-a2da-4642-bc0f-23bf361f97ab","invariantUUID":"611aceb0-30ac-4a73-b9e2-b2d89dd5edbe","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":"compute","uniqueId":"e315d3f9-bfc9-4248-8174-9afea79a78ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832858788,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f86663f-94ac-4442-8210-4ca23c8dd60b","invariantUUID":"5e200ca9-6bca-41b5-9be5-166be727f450","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":"ead40c2d-5154-485f-9f25-3d0f2cd597af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832816805,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b76b16da-956e-4d39-862c-609d999b2b7b","invariantUUID":"9e50ab94-ef33-4788-8513-21df3c63380f","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8405e8ed-bd16-4a81-af5c-cc0ebef3a588","lifecycleState":"CERTIFIED","lastUpdateDate":1638832958813,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"254af5e5-37c6-4031-bf2d-55b1e4225a50","invariantUUID":"7eadca23-e0b2-49bd-b02e-77aa82fb455f","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5652c773-7714-4d7c-b6d4-83a5228e3001","lifecycleState":"CERTIFIED","lastUpdateDate":1638841298182,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"83b5ba9c-7a64-429e-99bc-9eea8c23ba87","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1638832895540,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e66a3b5e-b29d-49d4-aad2-2416a95c0459","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","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":"objectStorage","uniqueId":"59781c88-0008-44c2-bf89-7df92173ef53","lifecycleState":"CERTIFIED","lastUpdateDate":1638832758780,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"74453a5f-cc7c-4a76-be60-a7372f62f2c6","invariantUUID":"f438d7f5-c257-4db6-b7e3-fa7aba2be9d2","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":"a6ef4814-f5bf-4171-9b1f-63ad746ce128","lifecycleState":"CERTIFIED","lastUpdateDate":1638832846029,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fad1be43-2558-46c8-ac74-87fac1efe693","invariantUUID":"f4e15eaa-568e-4c6c-9502-8d38974a2023","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b51177f1-2ba0-458b-a0ae-c12954af94b1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832788286,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"16b6f6c6-3187-4450-9e82-ecf560fac1d0","invariantUUID":"2fe702de-0a73-461d-b175-fb4dbb6a1be7","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"d6d58950-6a9b-4350-bf06-a72616ef5383","lifecycleState":"CERTIFIED","lastUpdateDate":1638832869881,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"de632db5-c148-4d41-af3f-9928b5bb9e09","invariantUUID":"34b3ab1e-e828-446a-9c1f-760fcb33bdb8","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52eace64-6356-4005-8b9a-cc84e6900ced","lifecycleState":"CERTIFIED","lastUpdateDate":1638832965512,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f195315-8f34-4a51-9d9b-9163f4ee4cee","invariantUUID":"b6826395-72c5-48f9-8cc9-af99274af657","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8e3fbd37-19f1-448a-9ad3-df342d374a43","lifecycleState":"CERTIFIED","lastUpdateDate":1638832807360,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5724dbaf-c91f-44d7-8c3d-1e531268abb7","invariantUUID":"225d7369-947b-479b-b1b7-cfe11ca01d44","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"db954eef-9979-40c2-8248-0c9e22dec96a","lifecycleState":"CERTIFIED","lastUpdateDate":1638832871502,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dac1e008-55cf-4b69-a02a-55a91aeb95a9","invariantUUID":"961ef152-073a-48a2-8776-1a8e565a0885","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":"objectStorage","uniqueId":"7f2fb3f3-6323-4984-8607-7267dc928bdd","lifecycleState":"CERTIFIED","lastUpdateDate":1638832962671,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"318c149e-4c5f-4323-9b18-9b4c40ae4015","invariantUUID":"af902d56-990d-40cb-92da-61e6921f0ad5","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f5fc01a0-6315-4ea2-a43a-fcbc2df3e651","lifecycleState":"CERTIFIED","lastUpdateDate":1638832818258,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4de711ee-e310-486a-9711-ac50656d289d","invariantUUID":"81b4adf9-b304-49bf-b9e4-6597e39c0530","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"60a64023-de41-4a51-9689-d4752c7264d6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832802553,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3a94235-6980-44da-88f8-59b55ee92bdd","invariantUUID":"365d1b23-6c45-4556-bef5-473165f79686","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":"compute","uniqueId":"4a43854f-2330-464a-a0f7-6f552813c441","lifecycleState":"CERTIFIED","lastUpdateDate":1638832920905,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5589e642-79ef-4d95-a9a4-a864f87e8b3c","invariantUUID":"38daa3cb-d29d-4295-afb1-9d3dd20561b6","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"98856294-d573-43fe-99e9-1fdbfa7b743d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832848939,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a0c10ea-c8bb-4837-beb9-27558ebcd978","invariantUUID":"fd76b64f-153d-4f04-8248-969693a6bc76","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":"port","uniqueId":"95bb3a08-f4c6-4a3d-a77e-4745a1984098","lifecycleState":"CERTIFIED","lastUpdateDate":1638832777788,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"047e72dc-1e1b-48d3-a126-33fefcdc7f7a","invariantUUID":"432601e3-add0-4354-b906-94f4aae865cd","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":"91aece5c-b239-4e48-a4b3-c67513197d9d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832850546,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f176d00d-9f2d-4c21-8809-2142d2c10789","invariantUUID":"a5dfe01a-18b4-4057-8be8-9f60c8ebf2e7","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":"securityrules","uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832804171,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"8b158f8e-7c78-4a0a-9886-5d20824213ce","invariantUUID":"8cf2efbe-44f8-4e45-a8dd-21d97df2d1cc","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66768288-2b79-4340-9392-497584929303","lifecycleState":"CERTIFIED","lastUpdateDate":1638832886557,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8af7a3b4-04a5-4d99-b3e4-f9bb1ca29192","invariantUUID":"75627f47-7a6e-4e20-be16-edaa552dceba","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":"f95a7756-b7e1-4246-a6d6-5cd3087fa95c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832785162,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6d149ca-b3e9-4c59-8481-1ce0db4b0375","invariantUUID":"02a7e1f0-051c-4d14-b4cb-f4da64372407","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8af050d3-22ac-4229-bd9c-cc607c61d7ff","lifecycleState":"CERTIFIED","lastUpdateDate":1638832839536,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e5d57215-d3d0-49b9-9cdf-0cba5a8c1220","invariantUUID":"6cab2f46-d4a8-497e-a2ab-9b5bf9b2f15f","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ad457f4c-367a-4730-9521-22af6787dec0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832882294,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54bc3a42-1473-4269-a819-4e0767e75dcb","invariantUUID":"a7ee93d2-88c0-4d06-b26c-62edc45500f7","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":"ec256627-86d2-4a1d-8722-83032efbbb68","lifecycleState":"CERTIFIED","lastUpdateDate":1638832851964,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"04ea3816-5085-4264-aa57-7445e905ca93","invariantUUID":"d0a5b439-ccf9-497b-9499-971d8084fff8","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":"5ec35299-204f-4fa2-883e-8fe7072f6e90","lifecycleState":"CERTIFIED","lastUpdateDate":1638832966832,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3e8033bc-60d4-4a5e-8fe5-08324050d10b","invariantUUID":"974d8c02-2f70-4e72-9586-391b1a19b973","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64d03819-2677-44fc-aa9e-8b0d73e2c2c1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832812337,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e18272f0-5645-4971-98d2-40e971e5c93b","invariantUUID":"16c2d4cb-4ea1-46bb-aa33-7be46963733c","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ad0a3506-d1be-4d1b-9af2-f362dba45749","lifecycleState":"CERTIFIED","lastUpdateDate":1638832781110,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b4675391-5657-4c8c-a9b1-74e4f0cd5b0c","invariantUUID":"aaf503e1-b63a-43a9-993f-fed95b53ef7c","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e71adc2-c52a-488a-a6f2-3a2fc116aea5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832887957,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9a04fec2-c037-4391-a27f-7aaa7d67b6b3","invariantUUID":"15674f77-328a-4836-bdca-8aacbb92d46b","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":"41af7018-1e65-45c3-be41-df2c0b2808df","lifecycleState":"CERTIFIED","lastUpdateDate":1638832833740,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f5855880-14c4-4ac4-8446-fe5953b1c8b0","invariantUUID":"dd9426aa-69dd-4d8a-83d4-d7d1e8b89df7","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":"objectStorage","uniqueId":"3069850b-19b2-4424-926a-4d24f9c3ab4b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832760476,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5521a11-55a5-4511-9b9a-092c9e7defe3","invariantUUID":"99f9be7c-1ad0-46a6-87ea-d6b01366a5fd","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52905c9c-576f-40f5-a687-44e23ce19257","lifecycleState":"CERTIFIED","lastUpdateDate":1638832786759,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"19613e67-2e7f-41b1-9fd4-312a661517e9","invariantUUID":"7d1c5fbf-6939-47b3-a578-86f38096c6e1","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":"defaulticon","uniqueId":"27e0748f-702e-4913-a303-911c813ab9af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832878805,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ff1c286-2789-40ee-b268-8c72f6179f70","invariantUUID":"3d35c427-d4c0-4e2c-84fd-07d5138170a1","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":"76fe4aab-05d8-4e2c-8c2e-3640be43156b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832810916,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"444e69de-68d7-4f39-a0fd-8da242f77d96","invariantUUID":"85850dd5-4919-4f06-8a53-55d4b4b1ae05","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":"110011db-de20-4dd5-8386-b49a352ca8ea","lifecycleState":"CERTIFIED","lastUpdateDate":1638832774774,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"49785726-7b0a-49d1-8414-ddf3dc923d0c","invariantUUID":"c302ba44-6ace-4d97-88c9-7dbc1c6b1938","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"712fc6e0-7660-43cb-9362-73347de36573","lifecycleState":"CERTIFIED","lastUpdateDate":1638832826496,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"635344e5-c228-4a88-b5ea-794f6a2f5191","invariantUUID":"c5a3d1b0-4170-423e-b96c-5f86085ced6f","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":"network","uniqueId":"a69751dd-a08d-49c1-930c-acd37adbaa0d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832809433,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"742b9792-d5db-4265-af0b-7d759a6036be","invariantUUID":"dc064c46-2cad-464f-a841-c6f277174787","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":"c17c3f6f-f27b-4887-b31d-57d759d91d03","lifecycleState":"CERTIFIED","lastUpdateDate":1638832847494,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1acd0600-2b76-4af5-b78b-182151cc0234","invariantUUID":"553f763f-6dcc-49eb-9546-7c4684ecf5c1","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":"objectStorage","uniqueId":"4edf214b-b139-48b4-a4c0-468429ddff35","lifecycleState":"CERTIFIED","lastUpdateDate":1638832773313,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ce8a1b37-9752-4882-93c9-dbc376b93b60","invariantUUID":"033dd65e-f73d-413b-ad18-c6004ba07c5e","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c0fb9bda-c813-4b07-a253-64f108b0f603","lifecycleState":"CERTIFIED","lastUpdateDate":1638832915836,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52c0bf01-1b41-40f4-898b-f8341b60382d","invariantUUID":"71ccdb45-06a8-4a8d-b200-eae301f10c39","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3b02b51b-b62a-4fd2-8e24-f0015109a264","lifecycleState":"CERTIFIED","lastUpdateDate":1638841228229,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","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":"c4f7155e-0778-4e2a-96cf-48fa1dfaad23","lifecycleState":"CERTIFIED","lastUpdateDate":1638838174373,"name":"vFW 2021-12-07 00-48-40","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","systemName":"Vfw20211207004840","description":"catalog service description","tags":["robot-ete","vFW 2021-12-07 00-48-40"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5a1a138e-f737-4d60-9fc4-79b247932404","lifecycleState":"CERTIFIED","lastUpdateDate":1638840598055,"name":"Demo_pNF_NwhYPTF1PI31amomEmyC","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","systemName":"DemoPnfNwhyptf1pi31amomemyc","description":"catalog service description","tags":["robot-ete","Demo_pNF_NwhYPTF1PI31amomEmyC"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-12-07 01:41:51,595 DEBUG 118:sdc_resource.py(1) - Resource basic_vm found in resources list 2021-12-07 01:41:51,595 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-12-07 01:41:51,596 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-12-07 01:41:51,596 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-12-07 01:41:51,597 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-12-07 01:41:51,597 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-12-07 01:41:51,599 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:51,673 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1128 2021-12-07 01:41:51,674 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-12-07 01:41:51,674 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","name":"vFW 2021-12-07 00-48-40","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/58d54007-5461-41b9-8f96-16e167a177cf/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ff64e18d-8ec1-449d-a3ca-59f004b7ae04/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","name":"Demo_pNF_NwhYPTF1PI31amomEmyC","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ebb6e3dc-7026-4a1b-bd8e-01343dc67566/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-12-07 01:41:51,677 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2021-12-07 00-48-40 from SDC 2021-12-07 01:41:51,677 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,677 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,678 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,678 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-12-07 01:41:51,678 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,679 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,679 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,679 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_NwhYPTF1PI31amomEmyC from SDC 2021-12-07 01:41:51,679 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,679 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,680 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,680 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-12-07 01:41:51,680 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:51,680 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC 2021-12-07 01:41:51,680 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-12-07 01:41:51,681 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-12-07 01:41:51,681 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-12-07 01:41:51,681 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-12-07 01:41:51,682 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-12-07 01:41:51,683 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:51,745 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1128 2021-12-07 01:41:51,747 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-12-07 01:41:51,747 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","name":"vFW 2021-12-07 00-48-40","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/58d54007-5461-41b9-8f96-16e167a177cf/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ff64e18d-8ec1-449d-a3ca-59f004b7ae04/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","name":"Demo_pNF_NwhYPTF1PI31amomEmyC","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ebb6e3dc-7026-4a1b-bd8e-01343dc67566/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-12-07 01:41:51,750 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2021-12-07 00-48-40 from SDC 2021-12-07 01:41:51,750 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,750 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,751 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,751 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-12-07 01:41:51,751 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,751 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,752 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,752 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_NwhYPTF1PI31amomEmyC from SDC 2021-12-07 01:41:51,752 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,752 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,752 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,753 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-12-07 01:41:51,753 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:51,753 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC 2021-12-07 01:41:51,753 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2021-12-07 01:41:51,753 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2021-12-07 01:41:51,754 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-12-07 01:41:51,754 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-12-07 01:41:51,754 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-12-07 01:41:51,756 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:51,818 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-12-07 01:41:51,820 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2021-12-07 01:41:51,821 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"models":[{"name":"ETSI SOL001 v2.5.1","derivedFrom":null,"modelType":"NORMATIVE"}],"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"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":"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":"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":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"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":"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":"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}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"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":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"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":"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":"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":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"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":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"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":"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":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"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":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"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}],"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":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"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":"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":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.5"} 2021-12-07 01:41:51,826 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2021-12-07 01:41:51,826 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2021-12-07 01:41:51,827 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2021-12-07 01:41:51,827 INFO 267:__init__.py(1) - attempting to create Service basic_vm in SDC 2021-12-07 01:41:51,827 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-12-07 01:41:51,827 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-12-07 01:41:51,828 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-12-07 01:41:51,828 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-12-07 01:41:51,828 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-12-07 01:41:51,830 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:51,912 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1128 2021-12-07 01:41:51,913 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-12-07 01:41:51,913 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","name":"vFW 2021-12-07 00-48-40","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/58d54007-5461-41b9-8f96-16e167a177cf/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ff64e18d-8ec1-449d-a3ca-59f004b7ae04/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","name":"Demo_pNF_NwhYPTF1PI31amomEmyC","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ebb6e3dc-7026-4a1b-bd8e-01343dc67566/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-12-07 01:41:51,916 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2021-12-07 00-48-40 from SDC 2021-12-07 01:41:51,916 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,917 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,917 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,917 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-12-07 01:41:51,917 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,918 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,918 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,918 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_NwhYPTF1PI31amomEmyC from SDC 2021-12-07 01:41:51,918 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:51,918 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:51,918 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:51,919 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-12-07 01:41:51,919 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:51,919 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC 2021-12-07 01:41:51,938 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-12-07 01:41:51,939 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-12-07 01:41:51,939 DEBUG 132:onap_service.py(1) - [SDC][create Service] data sent: { "componentType": "SERVICE", "properties": [], "requirements": {}, "toscaArtifacts": {}, "tags": ["basic_vm"], "artifacts": {}, "description": "service", "serviceApiArtifacts": {}, "capabilities": {}, "name": "basic_vm", "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-12-07 01:41:51,941 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:53,169 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-12-07 01:41:53,172 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2021-12-07 01:41:53,174 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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,"model":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":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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,"model":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":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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,"model":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":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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,"model":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":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false}],"attributes":null,"artifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.assettoscacsar","artifactName":"service-BasicVm-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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.assettoscatemplate","artifactName":"service-BasicVm-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":1638841312523,"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":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","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":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","empty":false},{"definition":false,"hidden":false,"uniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","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":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","empty":false},{"definition":false,"hidden":false,"uniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","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":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","empty":false},{"definition":false,"hidden":false,"uniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","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":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","empty":false},{"definition":false,"hidden":false,"uniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","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":"9b6494fa-a0f3-4a06-b0f8-0aae305fdd99","empty":false}],"outputs":null,"groups":null,"policies":null,"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"dataTypes":null,"substitutionFilter":null,"model":null,"serviceApiArtifacts":{"configuration":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"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","icon":"network_l_1-3","creationDate":1638841312541,"description":"service","tags":["basic_vm"],"uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0","componentMetadataForSupportLog":{"SupportablityComponentUUID":"e6418852-1e97-47fd-a103-0be4672eee5b","SupportablityComponentName":"basic_vm","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"e6418852-1e97-47fd-a103-0be4672eee5b","systemName":"BasicVm","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","normalizedName":"basicvm","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1638841312541,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1638841312523,"description":null,"artifactType":"OTHER","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.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":1638841312523,"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_vm"} 2021-12-07 01:41:53,179 INFO 285:__init__.py(1) - Service basic_vm is created in SDC 2021-12-07 01:41:53,180 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:53,188 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-12-07 01:41:53,189 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-12-07 01:41:53,189 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-12-07 01:41:53,189 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-12-07 01:41:53,190 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-12-07 01:41:53,192 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:53,250 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 716 2021-12-07 01:41:53,252 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-12-07 01:41:53,252 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ae1b5a66-884c-468e-bfe4-a35b461616d6/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","name":"vFW a01ab96d-42af","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9b40b16f-3479-4137-8700-a29052335694/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-12-07 01:41:53,254 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-12-07 01:41:53,255 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:53,255 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:53,255 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:53,255 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW a01ab96d-42af from SDC 2021-12-07 01:41:53,256 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:53,256 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:53,256 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:53,256 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-12-07 01:41:53,256 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:53,256 INFO 192:__init__.py(1) - Vf found, updating information 2021-12-07 01:41:53,257 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-12-07 01:41:53,257 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-12-07 01:41:53,257 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-12-07 01:41:53,259 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:53,339 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-12-07 01:41:53,342 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-12-07 01:41:53,346 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"624af91f-0eb7-4152-b39d-fcbd3b593737","lifecycleState":"CERTIFIED","lastUpdateDate":1638832854889,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"062820cc-ce25-47d8-8f80-38c2ee17b520","invariantUUID":"cf6aef78-9fb4-4232-949f-9f08fb7d90de","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":"defaulticon","uniqueId":"42d9b1a9-3cac-48d2-8d8b-f8778e2bd347","lifecycleState":"CERTIFIED","lastUpdateDate":1638838166295,"name":"vFW a01ab96d-42af","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","systemName":"VfwA01ab96d42af","description":"vendor software product","tags":["vFW a01ab96d-42af"],"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":"networkrules","uniqueId":"3cc565f7-9e89-4add-8803-68ad3c959d29","lifecycleState":"CERTIFIED","lastUpdateDate":1638832794382,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9f119be3-1e0c-4446-a981-2a437380fd09","invariantUUID":"3951fef6-b8eb-4a91-af8b-46793b94b06f","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6e553c2e-bb89-4cba-8e23-a9b13d5bf22f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832767258,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c7be021-0a6f-4c7e-88a9-1452d727187f","invariantUUID":"0f998643-b2f4-4808-b195-e5ada1e68784","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3a235d64-ecb6-4c36-ab56-fa8da142346e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832911837,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59fad012-47ce-4031-a93a-bddb8f49f674","invariantUUID":"1f5b9031-bd49-4735-bc17-83461ceff49f","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","lifecycleState":"CERTIFIED","lastUpdateDate":1638832815359,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8de101fc-a2fd-4951-a2c7-d718b73abd0b","invariantUUID":"8c676959-e52a-447f-a7ec-c503711d2c94","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":"defaulticon","uniqueId":"c6c858dd-215d-4c57-9712-786334f87d30","lifecycleState":"CERTIFIED","lastUpdateDate":1638832844528,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"de955c26-f490-4d55-908a-f20018be1540","invariantUUID":"6b0a4931-a832-4928-898e-07a5ee70b591","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":"compute","uniqueId":"5cf85f5e-e3ea-45a4-8fe4-9a84a091df76","lifecycleState":"CERTIFIED","lastUpdateDate":1638832953461,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a10eeff-c1fc-48d3-a3a7-a9cb90335b0f","invariantUUID":"46b80e3e-10dd-40cb-9750-7950e98ee553","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"92b5ba6d-2153-4b77-ac41-a127f013ad7f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832867786,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5c9c71f2-17b7-4633-bcd0-de56aa684b27","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"de7efd9b-6f00-4fb4-ac54-7b8a8d0b116e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832776207,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c3cbe15a-c355-4a0c-bf45-04841da1e787","invariantUUID":"c34ad923-f8ea-4cec-ad16-5069d8f75a86","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"1653da44-b2b3-42e2-b2b1-70787edafcc6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832893164,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a733d57-04ef-4a87-bc60-0ea0842bdff6","invariantUUID":"b04f027e-e5e4-426c-8b1d-5358a5ebd0fe","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a38ba73d-4c6d-4195-a935-04fbf9427047","lifecycleState":"CERTIFIED","lastUpdateDate":1638832757200,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"1a8eb9a1-9665-4049-92b8-540b5accaa2c","invariantUUID":"b55b970c-d8cf-4c1f-b1b8-7a6bed396d5b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"a8e5a4db-1f7a-451e-99c4-a218ddf9fcd6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832924679,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d2aa84b-8b18-41f5-b806-0abdfc20109d","invariantUUID":"7967ca29-e545-43d4-8a80-f8ed0c331e8c","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":"compute","uniqueId":"d060cf32-3cfe-4223-a99f-55e8e71f8131","lifecycleState":"CERTIFIED","lastUpdateDate":1638832862123,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51eb4c83-ecfd-4ff0-8abf-74ecee0f4ec3","invariantUUID":"5b1b5249-c93e-4ef5-93e8-71b4c100896e","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":"networkrules","uniqueId":"69465fd1-10e9-4a9d-b935-04e9020e76aa","lifecycleState":"CERTIFIED","lastUpdateDate":1638832801158,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"061eb31d-1228-41a7-a664-bf03de0772c3","invariantUUID":"c30f1ede-d8b9-44e9-936a-2108ad405dca","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":"30470fd6-ca13-4884-999a-59216c7f6ec5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832856747,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d17dd715-a7a7-4067-baa9-4c834e311f8a","invariantUUID":"d20d7ed6-4b73-4f21-af0d-dfd82fd368de","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":"objectStorage","uniqueId":"7277247e-d48e-4164-b821-8d5277611393","lifecycleState":"CERTIFIED","lastUpdateDate":1638832960871,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"030af797-57bf-41a5-9367-c91cf18ee125","invariantUUID":"ce699687-0559-4b96-8a3a-8744c9da8ad0","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"66e386cd-d0f6-41e0-9128-6c9d5c7b6f82","lifecycleState":"CERTIFIED","lastUpdateDate":1638832877385,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dcaf9a69-cc06-4334-a50f-a755113e51e5","invariantUUID":"f8d88fc7-31cb-481b-98cd-ebacd5d6e18d","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9f45f49d-69b2-49c0-8bb3-1c8e3c785bd7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832842391,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f38cfd74-9838-4d9d-a822-e774d6bfc7d7","invariantUUID":"31177456-acc5-4d6a-9688-d16d2e90603e","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":"port","uniqueId":"9d416fbe-4866-41ee-88be-bbcec4b70cfe","lifecycleState":"CERTIFIED","lastUpdateDate":1638832883752,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"565a1ce0-6497-4ac2-8936-6ad30036e271","invariantUUID":"5e5dded4-6ae6-4cf3-bf4f-9880725a686e","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":"defaulticon","uniqueId":"68d5ae68-f23f-411f-aaf5-c959eb40f9a6","lifecycleState":"CERTIFIED","lastUpdateDate":1638840591630,"name":"pNF 672f49d1-6007","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0af28a22-3e80-4e64-8575-ca894fe3b577","invariantUUID":"76222cbe-ec57-4db2-9bb3-fdccf0a82950","systemName":"Pnf672f49d16007","description":"vendor software product","tags":["pNF 672f49d1-6007"],"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":"port","uniqueId":"bf046291-b957-47ee-80e5-e25db1dc242b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832880590,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bbfb00f3-0abd-4de0-a133-d299560c188a","invariantUUID":"ef6ba27f-6fc7-4ef9-8644-745ba4392a87","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"387db3f0-71dd-47bd-8ae1-2dafe510835b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832970027,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3c5cf7d-d449-4f5f-a7c1-549efe39d32c","invariantUUID":"2cdf73ac-c0fe-4267-9e9d-60ffdff42a37","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bbb2bf5a-6e2d-4403-80c5-f87747da699e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832863593,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1733771a-405e-4719-8328-04c8969ff3bb","invariantUUID":"cdb26d8f-6d10-4b54-adfd-c894e33fc190","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"642d1d19-f97a-45a0-8905-e91ce8413ec8","lifecycleState":"CERTIFIED","lastUpdateDate":1638832796021,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c82e94ec-6922-41fd-b2b7-88436306d6e4","invariantUUID":"a5c35126-5f00-44a1-87c3-da0d761cbc0f","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":"082bcc8e-0a6d-4b35-b3b6-3110eb664a16","lifecycleState":"CERTIFIED","lastUpdateDate":1638832889618,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ebd87a55-6a76-4d20-b380-db81ee7db2f3","invariantUUID":"e1059add-4041-4817-b038-61b746c5403d","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"045ad331-f1ed-4fe9-949a-e232250254a7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832918631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d7a358a6-97c9-4389-8b12-bf30428ce0db","invariantUUID":"a5f61344-d0a8-47b3-be83-08ed6ec952ad","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":"objectStorage","uniqueId":"9a5a1152-7078-47da-909d-5bfbfd31141c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832964034,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"32d84e5e-b99f-485a-aee1-55e8fe2e64fe","invariantUUID":"a67074b0-9f62-493a-80ba-f05277b92329","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"17ee4824-ea8b-488f-bee9-c7dc1946dc39","lifecycleState":"CERTIFIED","lastUpdateDate":1638832771763,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"84291101-a0cb-485b-9a9d-aa7abb022231","invariantUUID":"e9328a8c-bfae-4c4b-89f2-8f70dde6b94d","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":"loadBalancer","uniqueId":"36222e62-a952-4c9f-9c99-33872e209309","lifecycleState":"CERTIFIED","lastUpdateDate":1638832763920,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cabb8220-d9c7-4ba9-b606-08629e3bafdd","invariantUUID":"3e11fac0-538d-4fc6-a3ad-883ec90a18aa","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":"232b7cca-841f-4eec-8272-02c9e663df57","lifecycleState":"CERTIFIED","lastUpdateDate":1638832891068,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"518cf10f-8e3b-4cd0-a609-0ee4b0c7e293","invariantUUID":"8243fe9a-8b3c-43e5-84e7-16be76f0be35","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":"compute","uniqueId":"fce6b044-db04-4b67-830e-09d50725c217","lifecycleState":"CERTIFIED","lastUpdateDate":1638832968290,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59b123db-fdff-4b8e-9543-d9b1356a0337","invariantUUID":"24f966bb-a1b0-42ec-8250-72806f6856c4","systemName":"VduCompute","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":["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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"10bbefb7-9e20-42ba-af79-dac0407ac881","lifecycleState":"CERTIFIED","lastUpdateDate":1638832783111,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"6aebef8e-96bf-4f78-8fc5-fe90ce7496fd","invariantUUID":"419bdbdc-3e31-4972-b4e4-e0ca557dab9a","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":"ea61852b-41b0-4abb-9f22-73a2d287e34c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832837417,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"246dd7ad-4c7f-469e-a0fe-cb91d52bffc2","invariantUUID":"a000bd81-623c-42ce-b35b-f9af3cfdd81b","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":"port","uniqueId":"c7ef728c-5a40-4468-b2ea-862cea14a839","lifecycleState":"CERTIFIED","lastUpdateDate":1638832910268,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc974487-1330-4b72-85bb-8b07ea4c542b","invariantUUID":"1189f8b9-8826-4b93-84ad-d60af2adf53e","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ccead6c3-fcc3-45dc-bc76-79fa355b2cd2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832922515,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e9d2fff1-3b6c-45ae-b007-8d9361fde267","invariantUUID":"c189ef95-9ecd-4494-9f27-1f9477b471a8","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c2b0e230-d573-4236-a2b8-22a1e5ea55b0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832906802,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41dff679-e3e4-444a-9a80-21fa8c5fce61","invariantUUID":"a66f9147-9c32-4e68-8161-73bdba085018","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":"port","uniqueId":"71f72dac-306f-4d33-86ac-2bdbfd929180","lifecycleState":"CERTIFIED","lastUpdateDate":1638832765661,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"695ee1d8-ea30-497d-a372-faa7c6e11c60","invariantUUID":"e3838fa5-4489-4cfb-8062-c189f0ec6e3d","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":"port","uniqueId":"17218d2c-88d6-4e89-babf-37d3e5c209ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832926972,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"069027ba-382c-4408-8a89-3469e796cd8b","invariantUUID":"0ec23002-e2a5-429a-923d-9509fe807e50","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":"defaulticon","uniqueId":"7e72c5a0-1763-4d80-8107-d12144e1c7bb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832779301,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db936d1e-f856-40e7-a96c-1e50ea982f3c","invariantUUID":"323adfbe-df56-4204-b2d5-3bae1837bf3d","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":"compute","uniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","lifecycleState":"CERTIFIED","lastUpdateDate":1638832750137,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fee9164d-a9d1-4b11-8123-bb06cbdf1d5f","invariantUUID":"cb37f82f-141c-476a-9c7a-a2713c7052c2","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"59e8f1b4-b07f-4476-9175-54ad18717bb2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832885179,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c33c117-d9fa-46fb-9165-bed6b7d5d672","invariantUUID":"bbc958c1-4091-4d4b-a99e-6922024cb771","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"46c42d46-fe06-4d42-95a7-961d8b31281b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832956621,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"22b43821-e13a-4117-87a3-9c62e3e871db","invariantUUID":"ab00ad79-031e-4bdc-86fd-ce513f13832c","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5f7ba78c-32d4-4aaf-9014-6c97038694d2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832954791,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfa79910-22dc-44cb-b95d-83318a144725","invariantUUID":"200a0cdc-0f2c-44cd-a136-9f5515972322","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"819093b4-4ebc-4e6a-b055-c1464def99ad","lifecycleState":"CERTIFIED","lastUpdateDate":1638832971375,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7c58dca3-c9e0-4d46-8c97-210a9498eaf2","invariantUUID":"4e398ce9-b775-4f28-a799-4863a3e032eb","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"20cd67ae-344a-4b30-8cb7-946ee5259f2f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832831948,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e349a2e-a2da-4642-bc0f-23bf361f97ab","invariantUUID":"611aceb0-30ac-4a73-b9e2-b2d89dd5edbe","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":"compute","uniqueId":"e315d3f9-bfc9-4248-8174-9afea79a78ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832858788,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f86663f-94ac-4442-8210-4ca23c8dd60b","invariantUUID":"5e200ca9-6bca-41b5-9be5-166be727f450","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":"ead40c2d-5154-485f-9f25-3d0f2cd597af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832816805,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b76b16da-956e-4d39-862c-609d999b2b7b","invariantUUID":"9e50ab94-ef33-4788-8513-21df3c63380f","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8405e8ed-bd16-4a81-af5c-cc0ebef3a588","lifecycleState":"CERTIFIED","lastUpdateDate":1638832958813,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"254af5e5-37c6-4031-bf2d-55b1e4225a50","invariantUUID":"7eadca23-e0b2-49bd-b02e-77aa82fb455f","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5652c773-7714-4d7c-b6d4-83a5228e3001","lifecycleState":"CERTIFIED","lastUpdateDate":1638841298182,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"83b5ba9c-7a64-429e-99bc-9eea8c23ba87","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1638832895540,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e66a3b5e-b29d-49d4-aad2-2416a95c0459","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","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":"objectStorage","uniqueId":"59781c88-0008-44c2-bf89-7df92173ef53","lifecycleState":"CERTIFIED","lastUpdateDate":1638832758780,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"74453a5f-cc7c-4a76-be60-a7372f62f2c6","invariantUUID":"f438d7f5-c257-4db6-b7e3-fa7aba2be9d2","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":"a6ef4814-f5bf-4171-9b1f-63ad746ce128","lifecycleState":"CERTIFIED","lastUpdateDate":1638832846029,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fad1be43-2558-46c8-ac74-87fac1efe693","invariantUUID":"f4e15eaa-568e-4c6c-9502-8d38974a2023","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b51177f1-2ba0-458b-a0ae-c12954af94b1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832788286,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"16b6f6c6-3187-4450-9e82-ecf560fac1d0","invariantUUID":"2fe702de-0a73-461d-b175-fb4dbb6a1be7","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"d6d58950-6a9b-4350-bf06-a72616ef5383","lifecycleState":"CERTIFIED","lastUpdateDate":1638832869881,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"de632db5-c148-4d41-af3f-9928b5bb9e09","invariantUUID":"34b3ab1e-e828-446a-9c1f-760fcb33bdb8","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52eace64-6356-4005-8b9a-cc84e6900ced","lifecycleState":"CERTIFIED","lastUpdateDate":1638832965512,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f195315-8f34-4a51-9d9b-9163f4ee4cee","invariantUUID":"b6826395-72c5-48f9-8cc9-af99274af657","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8e3fbd37-19f1-448a-9ad3-df342d374a43","lifecycleState":"CERTIFIED","lastUpdateDate":1638832807360,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5724dbaf-c91f-44d7-8c3d-1e531268abb7","invariantUUID":"225d7369-947b-479b-b1b7-cfe11ca01d44","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"db954eef-9979-40c2-8248-0c9e22dec96a","lifecycleState":"CERTIFIED","lastUpdateDate":1638832871502,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dac1e008-55cf-4b69-a02a-55a91aeb95a9","invariantUUID":"961ef152-073a-48a2-8776-1a8e565a0885","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":"objectStorage","uniqueId":"7f2fb3f3-6323-4984-8607-7267dc928bdd","lifecycleState":"CERTIFIED","lastUpdateDate":1638832962671,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"318c149e-4c5f-4323-9b18-9b4c40ae4015","invariantUUID":"af902d56-990d-40cb-92da-61e6921f0ad5","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f5fc01a0-6315-4ea2-a43a-fcbc2df3e651","lifecycleState":"CERTIFIED","lastUpdateDate":1638832818258,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4de711ee-e310-486a-9711-ac50656d289d","invariantUUID":"81b4adf9-b304-49bf-b9e4-6597e39c0530","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"60a64023-de41-4a51-9689-d4752c7264d6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832802553,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3a94235-6980-44da-88f8-59b55ee92bdd","invariantUUID":"365d1b23-6c45-4556-bef5-473165f79686","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":"compute","uniqueId":"4a43854f-2330-464a-a0f7-6f552813c441","lifecycleState":"CERTIFIED","lastUpdateDate":1638832920905,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5589e642-79ef-4d95-a9a4-a864f87e8b3c","invariantUUID":"38daa3cb-d29d-4295-afb1-9d3dd20561b6","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"98856294-d573-43fe-99e9-1fdbfa7b743d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832848939,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a0c10ea-c8bb-4837-beb9-27558ebcd978","invariantUUID":"fd76b64f-153d-4f04-8248-969693a6bc76","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":"port","uniqueId":"95bb3a08-f4c6-4a3d-a77e-4745a1984098","lifecycleState":"CERTIFIED","lastUpdateDate":1638832777788,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"047e72dc-1e1b-48d3-a126-33fefcdc7f7a","invariantUUID":"432601e3-add0-4354-b906-94f4aae865cd","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":"91aece5c-b239-4e48-a4b3-c67513197d9d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832850546,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f176d00d-9f2d-4c21-8809-2142d2c10789","invariantUUID":"a5dfe01a-18b4-4057-8be8-9f60c8ebf2e7","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":"securityrules","uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832804171,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"8b158f8e-7c78-4a0a-9886-5d20824213ce","invariantUUID":"8cf2efbe-44f8-4e45-a8dd-21d97df2d1cc","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66768288-2b79-4340-9392-497584929303","lifecycleState":"CERTIFIED","lastUpdateDate":1638832886557,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8af7a3b4-04a5-4d99-b3e4-f9bb1ca29192","invariantUUID":"75627f47-7a6e-4e20-be16-edaa552dceba","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":"f95a7756-b7e1-4246-a6d6-5cd3087fa95c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832785162,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6d149ca-b3e9-4c59-8481-1ce0db4b0375","invariantUUID":"02a7e1f0-051c-4d14-b4cb-f4da64372407","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8af050d3-22ac-4229-bd9c-cc607c61d7ff","lifecycleState":"CERTIFIED","lastUpdateDate":1638832839536,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e5d57215-d3d0-49b9-9cdf-0cba5a8c1220","invariantUUID":"6cab2f46-d4a8-497e-a2ab-9b5bf9b2f15f","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ad457f4c-367a-4730-9521-22af6787dec0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832882294,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54bc3a42-1473-4269-a819-4e0767e75dcb","invariantUUID":"a7ee93d2-88c0-4d06-b26c-62edc45500f7","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":"ec256627-86d2-4a1d-8722-83032efbbb68","lifecycleState":"CERTIFIED","lastUpdateDate":1638832851964,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"04ea3816-5085-4264-aa57-7445e905ca93","invariantUUID":"d0a5b439-ccf9-497b-9499-971d8084fff8","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":"5ec35299-204f-4fa2-883e-8fe7072f6e90","lifecycleState":"CERTIFIED","lastUpdateDate":1638832966832,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3e8033bc-60d4-4a5e-8fe5-08324050d10b","invariantUUID":"974d8c02-2f70-4e72-9586-391b1a19b973","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64d03819-2677-44fc-aa9e-8b0d73e2c2c1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832812337,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e18272f0-5645-4971-98d2-40e971e5c93b","invariantUUID":"16c2d4cb-4ea1-46bb-aa33-7be46963733c","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ad0a3506-d1be-4d1b-9af2-f362dba45749","lifecycleState":"CERTIFIED","lastUpdateDate":1638832781110,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b4675391-5657-4c8c-a9b1-74e4f0cd5b0c","invariantUUID":"aaf503e1-b63a-43a9-993f-fed95b53ef7c","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e71adc2-c52a-488a-a6f2-3a2fc116aea5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832887957,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9a04fec2-c037-4391-a27f-7aaa7d67b6b3","invariantUUID":"15674f77-328a-4836-bdca-8aacbb92d46b","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":"41af7018-1e65-45c3-be41-df2c0b2808df","lifecycleState":"CERTIFIED","lastUpdateDate":1638832833740,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f5855880-14c4-4ac4-8446-fe5953b1c8b0","invariantUUID":"dd9426aa-69dd-4d8a-83d4-d7d1e8b89df7","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":"objectStorage","uniqueId":"3069850b-19b2-4424-926a-4d24f9c3ab4b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832760476,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5521a11-55a5-4511-9b9a-092c9e7defe3","invariantUUID":"99f9be7c-1ad0-46a6-87ea-d6b01366a5fd","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52905c9c-576f-40f5-a687-44e23ce19257","lifecycleState":"CERTIFIED","lastUpdateDate":1638832786759,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"19613e67-2e7f-41b1-9fd4-312a661517e9","invariantUUID":"7d1c5fbf-6939-47b3-a578-86f38096c6e1","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":"defaulticon","uniqueId":"27e0748f-702e-4913-a303-911c813ab9af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832878805,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ff1c286-2789-40ee-b268-8c72f6179f70","invariantUUID":"3d35c427-d4c0-4e2c-84fd-07d5138170a1","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":"76fe4aab-05d8-4e2c-8c2e-3640be43156b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832810916,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"444e69de-68d7-4f39-a0fd-8da242f77d96","invariantUUID":"85850dd5-4919-4f06-8a53-55d4b4b1ae05","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":"110011db-de20-4dd5-8386-b49a352ca8ea","lifecycleState":"CERTIFIED","lastUpdateDate":1638832774774,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"49785726-7b0a-49d1-8414-ddf3dc923d0c","invariantUUID":"c302ba44-6ace-4d97-88c9-7dbc1c6b1938","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"712fc6e0-7660-43cb-9362-73347de36573","lifecycleState":"CERTIFIED","lastUpdateDate":1638832826496,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"635344e5-c228-4a88-b5ea-794f6a2f5191","invariantUUID":"c5a3d1b0-4170-423e-b96c-5f86085ced6f","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":"network","uniqueId":"a69751dd-a08d-49c1-930c-acd37adbaa0d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832809433,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"742b9792-d5db-4265-af0b-7d759a6036be","invariantUUID":"dc064c46-2cad-464f-a841-c6f277174787","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":"c17c3f6f-f27b-4887-b31d-57d759d91d03","lifecycleState":"CERTIFIED","lastUpdateDate":1638832847494,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1acd0600-2b76-4af5-b78b-182151cc0234","invariantUUID":"553f763f-6dcc-49eb-9546-7c4684ecf5c1","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":"objectStorage","uniqueId":"4edf214b-b139-48b4-a4c0-468429ddff35","lifecycleState":"CERTIFIED","lastUpdateDate":1638832773313,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ce8a1b37-9752-4882-93c9-dbc376b93b60","invariantUUID":"033dd65e-f73d-413b-ad18-c6004ba07c5e","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c0fb9bda-c813-4b07-a253-64f108b0f603","lifecycleState":"CERTIFIED","lastUpdateDate":1638832915836,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52c0bf01-1b41-40f4-898b-f8341b60382d","invariantUUID":"71ccdb45-06a8-4a8d-b200-eae301f10c39","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3b02b51b-b62a-4fd2-8e24-f0015109a264","lifecycleState":"CERTIFIED","lastUpdateDate":1638841228229,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","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":"c4f7155e-0778-4e2a-96cf-48fa1dfaad23","lifecycleState":"CERTIFIED","lastUpdateDate":1638838174373,"name":"vFW 2021-12-07 00-48-40","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","systemName":"Vfw20211207004840","description":"catalog service description","tags":["robot-ete","vFW 2021-12-07 00-48-40"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5a1a138e-f737-4d60-9fc4-79b247932404","lifecycleState":"CERTIFIED","lastUpdateDate":1638840598055,"name":"Demo_pNF_NwhYPTF1PI31amomEmyC","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","systemName":"DemoPnfNwhyptf1pi31amomemyc","description":"catalog service description","tags":["robot-ete","Demo_pNF_NwhYPTF1PI31amomEmyC"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1638841312541,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"e6418852-1e97-47fd-a103-0be4672eee5b","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","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-12-07 01:41:53,354 DEBUG 118:sdc_resource.py(1) - Resource basic_vm found in resources list 2021-12-07 01:41:53,354 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-12-07 01:41:53,355 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/05850d9f-da44-40d0-89b1-27cfff92d2c0/resourceInstance 2021-12-07 01:41:53,355 DEBUG 132:onap_service.py(1) - [SDC][Add VF to service] data sent: { "name": "basic_vm", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "5652c773-7714-4d7c-b6d4-83a5228e3001", "originType": "VF", "componentUid": "5652c773-7714-4d7c-b6d4-83a5228e3001", "icon": "defaulticon" } 2021-12-07 01:41:53,358 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:55,241 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/05850d9f-da44-40d0-89b1-27cfff92d2c0/resourceInstance HTTP/1.1" 201 None 2021-12-07 01:41:55,243 INFO 142:onap_service.py(1) - [SDC][Add VF to service] response code: 201 2021-12-07 01:41:55,244 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":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vf_module_id","type":"string","required":false,"defaultValue":null,"description":"The VF Module ID is provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"Ubuntu20-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_pub_key","type":"string","required":false,"defaultValue":null,"description":"Public key to be installed on the compute instance","schema":null,"password":false,"name":"ubuntu20_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vnf_name","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"vnf_name","value":"Ubuntu20-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_name_0","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"ubuntu20_name_0","value":"Ubuntu20","label":"VM name","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dcae_collector_ip","type":"string","required":false,"defaultValue":null,"description":"IP address of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_flavor_name","type":"string","required":false,"defaultValue":null,"description":"Type of instance (flavor) to be used","schema":null,"password":false,"name":"ubuntu20_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.vnf_id","type":"string","required":false,"defaultValue":null,"description":"The VNF ID is provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"Ubuntu20-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false},{"definition":false,"hidden":false,"uniqueId":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.dcae_collector_port","type":"string","required":false,"defaultValue":null,"description":"Port of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.ubuntu20_image_name","type":"string","required":false,"defaultValue":null,"description":"Image to be used for compute instance","schema":null,"password":false,"name":"ubuntu20_image_name","value":"ubuntu-20.04","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"59ba541e-3b0f-4b5b-a6f9-0574c68ddf32.admin_plane_net_name","type":"string","required":false,"defaultValue":null,"description":"The external management network","schema":null,"password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":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":"e2abc0de-a52e-410d-8356-b9014a4aa98f.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,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"e2abc0de-a52e-410d-8356-b9014a4aa98f","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":"e2abc0de-a52e-410d-8356-b9014a4aa98f","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_vm 0","SupportablityComponentVersion":null},"actualComponentUid":"5652c773-7714-4d7c-b6d4-83a5228e3001","createdFromCsar":false,"uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0.5652c773-7714-4d7c-b6d4-83a5228e3001.basic_vm0","normalizedName":"basic_vm0","name":"basic_vm 0","icon":"defaulticon","creationTime":1638841314076,"description":null,"originType":"VF","toscaArtifacts":{},"isProxy":false,"directives":[],"invariantName":"basic_vm0","createdFrom":null,"componentUid":"5652c773-7714-4d7c-b6d4-83a5228e3001","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicVm","modificationTime":1638841314076,"customizationUUID":"d4ac4376-1a60-4028-96ee-7c4d8bde12f5","posX":"200","posY":"100","componentName":"basic_vm","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"version":null,"type":null,"ownerId":null,"empty":false} 2021-12-07 01:41:55,244 INFO 511:service.py(1) - Resource VF basic_vm has been added on serice basic_vm 2021-12-07 01:41:55,247 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-12-07 01:41:55,248 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/e6418852-1e97-47fd-a103-0be4672eee5b/distribution 2021-12-07 01:41:55,248 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_vm] data sent: None 2021-12-07 01:41:55,250 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:55,326 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/e6418852-1e97-47fd-a103-0be4672eee5b/distribution HTTP/1.1" 200 38 2021-12-07 01:41:55,327 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response code: 200 2021-12-07 01:41:55,327 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response: {"distributionStatusOfServiceList":[]} 2021-12-07 01:41:55,330 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-12-07 01:41:55,330 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None 2021-12-07 01:41:55,330 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-12-07 01:41:55,331 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:55,420 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-12-07 01:41:55,422 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-12-07 01:41:55,422 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[]} 2021-12-07 01:41:55,424 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-12-07 01:41:55,424 INFO 728:service.py(1) - attempting to checkin Service basic_vm in SDC 2021-12-07 01:41:55,427 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-12-07 01:41:55,427 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/05850d9f-da44-40d0-89b1-27cfff92d2c0/lifecycleState/checkin 2021-12-07 01:41:55,428 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2021-12-07 01:41:55,429 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:57,727 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/05850d9f-da44-40d0-89b1-27cfff92d2c0/lifecycleState/checkin HTTP/1.1" 200 1179 2021-12-07 01:41:57,729 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2021-12-07 01:41:57,729 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0","name":"basic_vm","version":"0.1","isHighestVersion":true,"creationDate":1638841312541,"lastUpdateDate":1638841316245,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_vm"],"icon":"network_l_1-3","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"0.1":"05850d9f-da44-40d0-89b1-27cfff92d2c0"},"projectCode":"123456","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","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":"e6418852-1e97-47fd-a103-0be4672eee5b"} 2021-12-07 01:41:57,732 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-12-07 01:41:57,733 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-12-07 01:41:57,733 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-12-07 01:41:57,734 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-12-07 01:41:57,734 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-12-07 01:41:57,736 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:41:57,825 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1504 2021-12-07 01:41:57,826 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-12-07 01:41:57,827 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","name":"vFW 2021-12-07 00-48-40","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/58d54007-5461-41b9-8f96-16e167a177cf/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"e6418852-1e97-47fd-a103-0be4672eee5b","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/e6418852-1e97-47fd-a103-0be4672eee5b/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ff64e18d-8ec1-449d-a3ca-59f004b7ae04/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","name":"Demo_pNF_NwhYPTF1PI31amomEmyC","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ebb6e3dc-7026-4a1b-bd8e-01343dc67566/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-12-07 01:41:57,829 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2021-12-07 00-48-40 from SDC 2021-12-07 01:41:57,830 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:57,830 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:57,830 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:57,830 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-12-07 01:41:57,831 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:57,831 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:57,831 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-12-07 01:41:57,831 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-12-07 01:41:57,831 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:57,832 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:57,832 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:57,832 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_NwhYPTF1PI31amomEmyC from SDC 2021-12-07 01:41:57,832 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:41:57,832 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:41:57,833 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:41:57,833 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-12-07 01:41:57,833 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:41:57,833 INFO 192:__init__.py(1) - Service found, updating information 2021-12-07 01:41:57,834 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-12-07 01:41:57,834 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-12-07 01:41:57,834 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-12-07 01:41:57,836 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:41:57,930 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-12-07 01:41:57,933 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-12-07 01:41:57,937 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"624af91f-0eb7-4152-b39d-fcbd3b593737","lifecycleState":"CERTIFIED","lastUpdateDate":1638832854889,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"062820cc-ce25-47d8-8f80-38c2ee17b520","invariantUUID":"cf6aef78-9fb4-4232-949f-9f08fb7d90de","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":"defaulticon","uniqueId":"42d9b1a9-3cac-48d2-8d8b-f8778e2bd347","lifecycleState":"CERTIFIED","lastUpdateDate":1638838166295,"name":"vFW a01ab96d-42af","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","systemName":"VfwA01ab96d42af","description":"vendor software product","tags":["vFW a01ab96d-42af"],"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":"networkrules","uniqueId":"3cc565f7-9e89-4add-8803-68ad3c959d29","lifecycleState":"CERTIFIED","lastUpdateDate":1638832794382,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9f119be3-1e0c-4446-a981-2a437380fd09","invariantUUID":"3951fef6-b8eb-4a91-af8b-46793b94b06f","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6e553c2e-bb89-4cba-8e23-a9b13d5bf22f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832767258,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c7be021-0a6f-4c7e-88a9-1452d727187f","invariantUUID":"0f998643-b2f4-4808-b195-e5ada1e68784","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3a235d64-ecb6-4c36-ab56-fa8da142346e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832911837,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59fad012-47ce-4031-a93a-bddb8f49f674","invariantUUID":"1f5b9031-bd49-4735-bc17-83461ceff49f","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","lifecycleState":"CERTIFIED","lastUpdateDate":1638832815359,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8de101fc-a2fd-4951-a2c7-d718b73abd0b","invariantUUID":"8c676959-e52a-447f-a7ec-c503711d2c94","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":"defaulticon","uniqueId":"c6c858dd-215d-4c57-9712-786334f87d30","lifecycleState":"CERTIFIED","lastUpdateDate":1638832844528,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"de955c26-f490-4d55-908a-f20018be1540","invariantUUID":"6b0a4931-a832-4928-898e-07a5ee70b591","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":"compute","uniqueId":"5cf85f5e-e3ea-45a4-8fe4-9a84a091df76","lifecycleState":"CERTIFIED","lastUpdateDate":1638832953461,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a10eeff-c1fc-48d3-a3a7-a9cb90335b0f","invariantUUID":"46b80e3e-10dd-40cb-9750-7950e98ee553","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"92b5ba6d-2153-4b77-ac41-a127f013ad7f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832867786,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5c9c71f2-17b7-4633-bcd0-de56aa684b27","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"de7efd9b-6f00-4fb4-ac54-7b8a8d0b116e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832776207,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c3cbe15a-c355-4a0c-bf45-04841da1e787","invariantUUID":"c34ad923-f8ea-4cec-ad16-5069d8f75a86","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"1653da44-b2b3-42e2-b2b1-70787edafcc6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832893164,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a733d57-04ef-4a87-bc60-0ea0842bdff6","invariantUUID":"b04f027e-e5e4-426c-8b1d-5358a5ebd0fe","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a38ba73d-4c6d-4195-a935-04fbf9427047","lifecycleState":"CERTIFIED","lastUpdateDate":1638832757200,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"1a8eb9a1-9665-4049-92b8-540b5accaa2c","invariantUUID":"b55b970c-d8cf-4c1f-b1b8-7a6bed396d5b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"a8e5a4db-1f7a-451e-99c4-a218ddf9fcd6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832924679,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d2aa84b-8b18-41f5-b806-0abdfc20109d","invariantUUID":"7967ca29-e545-43d4-8a80-f8ed0c331e8c","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":"compute","uniqueId":"d060cf32-3cfe-4223-a99f-55e8e71f8131","lifecycleState":"CERTIFIED","lastUpdateDate":1638832862123,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51eb4c83-ecfd-4ff0-8abf-74ecee0f4ec3","invariantUUID":"5b1b5249-c93e-4ef5-93e8-71b4c100896e","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":"networkrules","uniqueId":"69465fd1-10e9-4a9d-b935-04e9020e76aa","lifecycleState":"CERTIFIED","lastUpdateDate":1638832801158,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"061eb31d-1228-41a7-a664-bf03de0772c3","invariantUUID":"c30f1ede-d8b9-44e9-936a-2108ad405dca","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":"30470fd6-ca13-4884-999a-59216c7f6ec5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832856747,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d17dd715-a7a7-4067-baa9-4c834e311f8a","invariantUUID":"d20d7ed6-4b73-4f21-af0d-dfd82fd368de","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":"objectStorage","uniqueId":"7277247e-d48e-4164-b821-8d5277611393","lifecycleState":"CERTIFIED","lastUpdateDate":1638832960871,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"030af797-57bf-41a5-9367-c91cf18ee125","invariantUUID":"ce699687-0559-4b96-8a3a-8744c9da8ad0","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"66e386cd-d0f6-41e0-9128-6c9d5c7b6f82","lifecycleState":"CERTIFIED","lastUpdateDate":1638832877385,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dcaf9a69-cc06-4334-a50f-a755113e51e5","invariantUUID":"f8d88fc7-31cb-481b-98cd-ebacd5d6e18d","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9f45f49d-69b2-49c0-8bb3-1c8e3c785bd7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832842391,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f38cfd74-9838-4d9d-a822-e774d6bfc7d7","invariantUUID":"31177456-acc5-4d6a-9688-d16d2e90603e","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":"port","uniqueId":"9d416fbe-4866-41ee-88be-bbcec4b70cfe","lifecycleState":"CERTIFIED","lastUpdateDate":1638832883752,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"565a1ce0-6497-4ac2-8936-6ad30036e271","invariantUUID":"5e5dded4-6ae6-4cf3-bf4f-9880725a686e","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":"defaulticon","uniqueId":"68d5ae68-f23f-411f-aaf5-c959eb40f9a6","lifecycleState":"CERTIFIED","lastUpdateDate":1638840591630,"name":"pNF 672f49d1-6007","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0af28a22-3e80-4e64-8575-ca894fe3b577","invariantUUID":"76222cbe-ec57-4db2-9bb3-fdccf0a82950","systemName":"Pnf672f49d16007","description":"vendor software product","tags":["pNF 672f49d1-6007"],"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":"port","uniqueId":"bf046291-b957-47ee-80e5-e25db1dc242b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832880590,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bbfb00f3-0abd-4de0-a133-d299560c188a","invariantUUID":"ef6ba27f-6fc7-4ef9-8644-745ba4392a87","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"387db3f0-71dd-47bd-8ae1-2dafe510835b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832970027,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3c5cf7d-d449-4f5f-a7c1-549efe39d32c","invariantUUID":"2cdf73ac-c0fe-4267-9e9d-60ffdff42a37","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bbb2bf5a-6e2d-4403-80c5-f87747da699e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832863593,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1733771a-405e-4719-8328-04c8969ff3bb","invariantUUID":"cdb26d8f-6d10-4b54-adfd-c894e33fc190","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"642d1d19-f97a-45a0-8905-e91ce8413ec8","lifecycleState":"CERTIFIED","lastUpdateDate":1638832796021,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c82e94ec-6922-41fd-b2b7-88436306d6e4","invariantUUID":"a5c35126-5f00-44a1-87c3-da0d761cbc0f","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":"082bcc8e-0a6d-4b35-b3b6-3110eb664a16","lifecycleState":"CERTIFIED","lastUpdateDate":1638832889618,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ebd87a55-6a76-4d20-b380-db81ee7db2f3","invariantUUID":"e1059add-4041-4817-b038-61b746c5403d","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"045ad331-f1ed-4fe9-949a-e232250254a7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832918631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d7a358a6-97c9-4389-8b12-bf30428ce0db","invariantUUID":"a5f61344-d0a8-47b3-be83-08ed6ec952ad","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":"objectStorage","uniqueId":"9a5a1152-7078-47da-909d-5bfbfd31141c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832964034,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"32d84e5e-b99f-485a-aee1-55e8fe2e64fe","invariantUUID":"a67074b0-9f62-493a-80ba-f05277b92329","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"17ee4824-ea8b-488f-bee9-c7dc1946dc39","lifecycleState":"CERTIFIED","lastUpdateDate":1638832771763,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"84291101-a0cb-485b-9a9d-aa7abb022231","invariantUUID":"e9328a8c-bfae-4c4b-89f2-8f70dde6b94d","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":"loadBalancer","uniqueId":"36222e62-a952-4c9f-9c99-33872e209309","lifecycleState":"CERTIFIED","lastUpdateDate":1638832763920,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cabb8220-d9c7-4ba9-b606-08629e3bafdd","invariantUUID":"3e11fac0-538d-4fc6-a3ad-883ec90a18aa","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":"232b7cca-841f-4eec-8272-02c9e663df57","lifecycleState":"CERTIFIED","lastUpdateDate":1638832891068,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"518cf10f-8e3b-4cd0-a609-0ee4b0c7e293","invariantUUID":"8243fe9a-8b3c-43e5-84e7-16be76f0be35","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":"compute","uniqueId":"fce6b044-db04-4b67-830e-09d50725c217","lifecycleState":"CERTIFIED","lastUpdateDate":1638832968290,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59b123db-fdff-4b8e-9543-d9b1356a0337","invariantUUID":"24f966bb-a1b0-42ec-8250-72806f6856c4","systemName":"VduCompute","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":["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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"10bbefb7-9e20-42ba-af79-dac0407ac881","lifecycleState":"CERTIFIED","lastUpdateDate":1638832783111,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"6aebef8e-96bf-4f78-8fc5-fe90ce7496fd","invariantUUID":"419bdbdc-3e31-4972-b4e4-e0ca557dab9a","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":"ea61852b-41b0-4abb-9f22-73a2d287e34c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832837417,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"246dd7ad-4c7f-469e-a0fe-cb91d52bffc2","invariantUUID":"a000bd81-623c-42ce-b35b-f9af3cfdd81b","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":"port","uniqueId":"c7ef728c-5a40-4468-b2ea-862cea14a839","lifecycleState":"CERTIFIED","lastUpdateDate":1638832910268,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc974487-1330-4b72-85bb-8b07ea4c542b","invariantUUID":"1189f8b9-8826-4b93-84ad-d60af2adf53e","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ccead6c3-fcc3-45dc-bc76-79fa355b2cd2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832922515,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e9d2fff1-3b6c-45ae-b007-8d9361fde267","invariantUUID":"c189ef95-9ecd-4494-9f27-1f9477b471a8","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c2b0e230-d573-4236-a2b8-22a1e5ea55b0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832906802,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41dff679-e3e4-444a-9a80-21fa8c5fce61","invariantUUID":"a66f9147-9c32-4e68-8161-73bdba085018","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":"port","uniqueId":"71f72dac-306f-4d33-86ac-2bdbfd929180","lifecycleState":"CERTIFIED","lastUpdateDate":1638832765661,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"695ee1d8-ea30-497d-a372-faa7c6e11c60","invariantUUID":"e3838fa5-4489-4cfb-8062-c189f0ec6e3d","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":"port","uniqueId":"17218d2c-88d6-4e89-babf-37d3e5c209ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832926972,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"069027ba-382c-4408-8a89-3469e796cd8b","invariantUUID":"0ec23002-e2a5-429a-923d-9509fe807e50","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":"defaulticon","uniqueId":"7e72c5a0-1763-4d80-8107-d12144e1c7bb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832779301,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db936d1e-f856-40e7-a96c-1e50ea982f3c","invariantUUID":"323adfbe-df56-4204-b2d5-3bae1837bf3d","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":"compute","uniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","lifecycleState":"CERTIFIED","lastUpdateDate":1638832750137,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fee9164d-a9d1-4b11-8123-bb06cbdf1d5f","invariantUUID":"cb37f82f-141c-476a-9c7a-a2713c7052c2","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"59e8f1b4-b07f-4476-9175-54ad18717bb2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832885179,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c33c117-d9fa-46fb-9165-bed6b7d5d672","invariantUUID":"bbc958c1-4091-4d4b-a99e-6922024cb771","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"46c42d46-fe06-4d42-95a7-961d8b31281b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832956621,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"22b43821-e13a-4117-87a3-9c62e3e871db","invariantUUID":"ab00ad79-031e-4bdc-86fd-ce513f13832c","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5f7ba78c-32d4-4aaf-9014-6c97038694d2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832954791,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfa79910-22dc-44cb-b95d-83318a144725","invariantUUID":"200a0cdc-0f2c-44cd-a136-9f5515972322","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"819093b4-4ebc-4e6a-b055-c1464def99ad","lifecycleState":"CERTIFIED","lastUpdateDate":1638832971375,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7c58dca3-c9e0-4d46-8c97-210a9498eaf2","invariantUUID":"4e398ce9-b775-4f28-a799-4863a3e032eb","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"20cd67ae-344a-4b30-8cb7-946ee5259f2f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832831948,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e349a2e-a2da-4642-bc0f-23bf361f97ab","invariantUUID":"611aceb0-30ac-4a73-b9e2-b2d89dd5edbe","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":"compute","uniqueId":"e315d3f9-bfc9-4248-8174-9afea79a78ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832858788,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f86663f-94ac-4442-8210-4ca23c8dd60b","invariantUUID":"5e200ca9-6bca-41b5-9be5-166be727f450","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":"ead40c2d-5154-485f-9f25-3d0f2cd597af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832816805,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b76b16da-956e-4d39-862c-609d999b2b7b","invariantUUID":"9e50ab94-ef33-4788-8513-21df3c63380f","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8405e8ed-bd16-4a81-af5c-cc0ebef3a588","lifecycleState":"CERTIFIED","lastUpdateDate":1638832958813,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"254af5e5-37c6-4031-bf2d-55b1e4225a50","invariantUUID":"7eadca23-e0b2-49bd-b02e-77aa82fb455f","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5652c773-7714-4d7c-b6d4-83a5228e3001","lifecycleState":"CERTIFIED","lastUpdateDate":1638841298182,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"83b5ba9c-7a64-429e-99bc-9eea8c23ba87","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1638832895540,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e66a3b5e-b29d-49d4-aad2-2416a95c0459","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","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":"objectStorage","uniqueId":"59781c88-0008-44c2-bf89-7df92173ef53","lifecycleState":"CERTIFIED","lastUpdateDate":1638832758780,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"74453a5f-cc7c-4a76-be60-a7372f62f2c6","invariantUUID":"f438d7f5-c257-4db6-b7e3-fa7aba2be9d2","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":"a6ef4814-f5bf-4171-9b1f-63ad746ce128","lifecycleState":"CERTIFIED","lastUpdateDate":1638832846029,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fad1be43-2558-46c8-ac74-87fac1efe693","invariantUUID":"f4e15eaa-568e-4c6c-9502-8d38974a2023","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b51177f1-2ba0-458b-a0ae-c12954af94b1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832788286,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"16b6f6c6-3187-4450-9e82-ecf560fac1d0","invariantUUID":"2fe702de-0a73-461d-b175-fb4dbb6a1be7","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"d6d58950-6a9b-4350-bf06-a72616ef5383","lifecycleState":"CERTIFIED","lastUpdateDate":1638832869881,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"de632db5-c148-4d41-af3f-9928b5bb9e09","invariantUUID":"34b3ab1e-e828-446a-9c1f-760fcb33bdb8","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52eace64-6356-4005-8b9a-cc84e6900ced","lifecycleState":"CERTIFIED","lastUpdateDate":1638832965512,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f195315-8f34-4a51-9d9b-9163f4ee4cee","invariantUUID":"b6826395-72c5-48f9-8cc9-af99274af657","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8e3fbd37-19f1-448a-9ad3-df342d374a43","lifecycleState":"CERTIFIED","lastUpdateDate":1638832807360,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5724dbaf-c91f-44d7-8c3d-1e531268abb7","invariantUUID":"225d7369-947b-479b-b1b7-cfe11ca01d44","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"db954eef-9979-40c2-8248-0c9e22dec96a","lifecycleState":"CERTIFIED","lastUpdateDate":1638832871502,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dac1e008-55cf-4b69-a02a-55a91aeb95a9","invariantUUID":"961ef152-073a-48a2-8776-1a8e565a0885","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":"objectStorage","uniqueId":"7f2fb3f3-6323-4984-8607-7267dc928bdd","lifecycleState":"CERTIFIED","lastUpdateDate":1638832962671,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"318c149e-4c5f-4323-9b18-9b4c40ae4015","invariantUUID":"af902d56-990d-40cb-92da-61e6921f0ad5","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f5fc01a0-6315-4ea2-a43a-fcbc2df3e651","lifecycleState":"CERTIFIED","lastUpdateDate":1638832818258,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4de711ee-e310-486a-9711-ac50656d289d","invariantUUID":"81b4adf9-b304-49bf-b9e4-6597e39c0530","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"60a64023-de41-4a51-9689-d4752c7264d6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832802553,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3a94235-6980-44da-88f8-59b55ee92bdd","invariantUUID":"365d1b23-6c45-4556-bef5-473165f79686","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":"compute","uniqueId":"4a43854f-2330-464a-a0f7-6f552813c441","lifecycleState":"CERTIFIED","lastUpdateDate":1638832920905,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5589e642-79ef-4d95-a9a4-a864f87e8b3c","invariantUUID":"38daa3cb-d29d-4295-afb1-9d3dd20561b6","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"98856294-d573-43fe-99e9-1fdbfa7b743d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832848939,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a0c10ea-c8bb-4837-beb9-27558ebcd978","invariantUUID":"fd76b64f-153d-4f04-8248-969693a6bc76","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":"port","uniqueId":"95bb3a08-f4c6-4a3d-a77e-4745a1984098","lifecycleState":"CERTIFIED","lastUpdateDate":1638832777788,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"047e72dc-1e1b-48d3-a126-33fefcdc7f7a","invariantUUID":"432601e3-add0-4354-b906-94f4aae865cd","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":"91aece5c-b239-4e48-a4b3-c67513197d9d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832850546,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f176d00d-9f2d-4c21-8809-2142d2c10789","invariantUUID":"a5dfe01a-18b4-4057-8be8-9f60c8ebf2e7","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":"securityrules","uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832804171,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"8b158f8e-7c78-4a0a-9886-5d20824213ce","invariantUUID":"8cf2efbe-44f8-4e45-a8dd-21d97df2d1cc","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66768288-2b79-4340-9392-497584929303","lifecycleState":"CERTIFIED","lastUpdateDate":1638832886557,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8af7a3b4-04a5-4d99-b3e4-f9bb1ca29192","invariantUUID":"75627f47-7a6e-4e20-be16-edaa552dceba","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":"f95a7756-b7e1-4246-a6d6-5cd3087fa95c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832785162,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6d149ca-b3e9-4c59-8481-1ce0db4b0375","invariantUUID":"02a7e1f0-051c-4d14-b4cb-f4da64372407","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8af050d3-22ac-4229-bd9c-cc607c61d7ff","lifecycleState":"CERTIFIED","lastUpdateDate":1638832839536,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e5d57215-d3d0-49b9-9cdf-0cba5a8c1220","invariantUUID":"6cab2f46-d4a8-497e-a2ab-9b5bf9b2f15f","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ad457f4c-367a-4730-9521-22af6787dec0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832882294,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54bc3a42-1473-4269-a819-4e0767e75dcb","invariantUUID":"a7ee93d2-88c0-4d06-b26c-62edc45500f7","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":"ec256627-86d2-4a1d-8722-83032efbbb68","lifecycleState":"CERTIFIED","lastUpdateDate":1638832851964,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"04ea3816-5085-4264-aa57-7445e905ca93","invariantUUID":"d0a5b439-ccf9-497b-9499-971d8084fff8","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":"5ec35299-204f-4fa2-883e-8fe7072f6e90","lifecycleState":"CERTIFIED","lastUpdateDate":1638832966832,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3e8033bc-60d4-4a5e-8fe5-08324050d10b","invariantUUID":"974d8c02-2f70-4e72-9586-391b1a19b973","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64d03819-2677-44fc-aa9e-8b0d73e2c2c1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832812337,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e18272f0-5645-4971-98d2-40e971e5c93b","invariantUUID":"16c2d4cb-4ea1-46bb-aa33-7be46963733c","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ad0a3506-d1be-4d1b-9af2-f362dba45749","lifecycleState":"CERTIFIED","lastUpdateDate":1638832781110,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b4675391-5657-4c8c-a9b1-74e4f0cd5b0c","invariantUUID":"aaf503e1-b63a-43a9-993f-fed95b53ef7c","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e71adc2-c52a-488a-a6f2-3a2fc116aea5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832887957,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9a04fec2-c037-4391-a27f-7aaa7d67b6b3","invariantUUID":"15674f77-328a-4836-bdca-8aacbb92d46b","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":"41af7018-1e65-45c3-be41-df2c0b2808df","lifecycleState":"CERTIFIED","lastUpdateDate":1638832833740,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f5855880-14c4-4ac4-8446-fe5953b1c8b0","invariantUUID":"dd9426aa-69dd-4d8a-83d4-d7d1e8b89df7","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":"objectStorage","uniqueId":"3069850b-19b2-4424-926a-4d24f9c3ab4b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832760476,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5521a11-55a5-4511-9b9a-092c9e7defe3","invariantUUID":"99f9be7c-1ad0-46a6-87ea-d6b01366a5fd","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52905c9c-576f-40f5-a687-44e23ce19257","lifecycleState":"CERTIFIED","lastUpdateDate":1638832786759,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"19613e67-2e7f-41b1-9fd4-312a661517e9","invariantUUID":"7d1c5fbf-6939-47b3-a578-86f38096c6e1","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":"defaulticon","uniqueId":"27e0748f-702e-4913-a303-911c813ab9af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832878805,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ff1c286-2789-40ee-b268-8c72f6179f70","invariantUUID":"3d35c427-d4c0-4e2c-84fd-07d5138170a1","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":"76fe4aab-05d8-4e2c-8c2e-3640be43156b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832810916,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"444e69de-68d7-4f39-a0fd-8da242f77d96","invariantUUID":"85850dd5-4919-4f06-8a53-55d4b4b1ae05","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":"110011db-de20-4dd5-8386-b49a352ca8ea","lifecycleState":"CERTIFIED","lastUpdateDate":1638832774774,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"49785726-7b0a-49d1-8414-ddf3dc923d0c","invariantUUID":"c302ba44-6ace-4d97-88c9-7dbc1c6b1938","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"712fc6e0-7660-43cb-9362-73347de36573","lifecycleState":"CERTIFIED","lastUpdateDate":1638832826496,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"635344e5-c228-4a88-b5ea-794f6a2f5191","invariantUUID":"c5a3d1b0-4170-423e-b96c-5f86085ced6f","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":"network","uniqueId":"a69751dd-a08d-49c1-930c-acd37adbaa0d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832809433,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"742b9792-d5db-4265-af0b-7d759a6036be","invariantUUID":"dc064c46-2cad-464f-a841-c6f277174787","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":"c17c3f6f-f27b-4887-b31d-57d759d91d03","lifecycleState":"CERTIFIED","lastUpdateDate":1638832847494,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1acd0600-2b76-4af5-b78b-182151cc0234","invariantUUID":"553f763f-6dcc-49eb-9546-7c4684ecf5c1","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":"objectStorage","uniqueId":"4edf214b-b139-48b4-a4c0-468429ddff35","lifecycleState":"CERTIFIED","lastUpdateDate":1638832773313,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ce8a1b37-9752-4882-93c9-dbc376b93b60","invariantUUID":"033dd65e-f73d-413b-ad18-c6004ba07c5e","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c0fb9bda-c813-4b07-a253-64f108b0f603","lifecycleState":"CERTIFIED","lastUpdateDate":1638832915836,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52c0bf01-1b41-40f4-898b-f8341b60382d","invariantUUID":"71ccdb45-06a8-4a8d-b200-eae301f10c39","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3b02b51b-b62a-4fd2-8e24-f0015109a264","lifecycleState":"CERTIFIED","lastUpdateDate":1638841228229,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","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":"c4f7155e-0778-4e2a-96cf-48fa1dfaad23","lifecycleState":"CERTIFIED","lastUpdateDate":1638838174373,"name":"vFW 2021-12-07 00-48-40","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","systemName":"Vfw20211207004840","description":"catalog service description","tags":["robot-ete","vFW 2021-12-07 00-48-40"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5a1a138e-f737-4d60-9fc4-79b247932404","lifecycleState":"CERTIFIED","lastUpdateDate":1638840598055,"name":"Demo_pNF_NwhYPTF1PI31amomEmyC","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","systemName":"DemoPnfNwhyptf1pi31amomemyc","description":"catalog service description","tags":["robot-ete","Demo_pNF_NwhYPTF1PI31amomEmyC"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"05850d9f-da44-40d0-89b1-27cfff92d2c0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1638841316245,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"e6418852-1e97-47fd-a103-0be4672eee5b","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","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-12-07 01:41:57,944 DEBUG 118:sdc_resource.py(1) - Resource basic_vm found in services list 2021-12-07 01:41:57,944 INFO 728:service.py(1) - attempting to Certify Service basic_vm in SDC 2021-12-07 01:41:57,949 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-12-07 01:41:57,949 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/05850d9f-da44-40d0-89b1-27cfff92d2c0/lifecycleState/Certify 2021-12-07 01:41:57,949 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2021-12-07 01:41:57,952 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:42:02,868 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/05850d9f-da44-40d0-89b1-27cfff92d2c0/lifecycleState/Certify HTTP/1.1" 200 1167 2021-12-07 01:42:02,870 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2021-12-07 01:42:02,870 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"b6ba0437-f763-429e-809b-dde9be40d8f5","name":"basic_vm","version":"1.0","isHighestVersion":true,"creationDate":1638841312541,"lastUpdateDate":1638841316245,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_vm"],"icon":"network_l_1-3","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"1.0":"b6ba0437-f763-429e-809b-dde9be40d8f5"},"projectCode":"123456","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","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":"e6418852-1e97-47fd-a103-0be4672eee5b"} 2021-12-07 01:42:02,874 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-12-07 01:42:02,874 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-12-07 01:42:02,875 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-12-07 01:42:02,875 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-12-07 01:42:02,875 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-12-07 01:42:02,878 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-12-07 01:42:02,965 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1492 2021-12-07 01:42:02,967 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-12-07 01:42:02,967 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","name":"vFW 2021-12-07 00-48-40","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/58d54007-5461-41b9-8f96-16e167a177cf/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"e6418852-1e97-47fd-a103-0be4672eee5b","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/e6418852-1e97-47fd-a103-0be4672eee5b/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ff64e18d-8ec1-449d-a3ca-59f004b7ae04/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","name":"Demo_pNF_NwhYPTF1PI31amomEmyC","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ebb6e3dc-7026-4a1b-bd8e-01343dc67566/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-12-07 01:42:02,970 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2021-12-07 00-48-40 from SDC 2021-12-07 01:42:02,970 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:42:02,971 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:42:02,971 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:42:02,971 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-12-07 01:42:02,972 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:42:02,972 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:42:02,972 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:42:02,972 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-12-07 01:42:02,973 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:42:02,973 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:42:02,973 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:42:02,973 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_NwhYPTF1PI31amomEmyC from SDC 2021-12-07 01:42:02,973 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-12-07 01:42:02,974 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-12-07 01:42:02,974 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-12-07 01:42:02,974 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-12-07 01:42:02,974 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-12-07 01:42:02,975 INFO 192:__init__.py(1) - Service found, updating information 2021-12-07 01:42:02,975 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-12-07 01:42:02,975 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-12-07 01:42:02,976 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-12-07 01:42:02,978 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:42:03,072 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-12-07 01:42:03,074 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-12-07 01:42:03,078 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"624af91f-0eb7-4152-b39d-fcbd3b593737","lifecycleState":"CERTIFIED","lastUpdateDate":1638832854889,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"062820cc-ce25-47d8-8f80-38c2ee17b520","invariantUUID":"cf6aef78-9fb4-4232-949f-9f08fb7d90de","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":"defaulticon","uniqueId":"42d9b1a9-3cac-48d2-8d8b-f8778e2bd347","lifecycleState":"CERTIFIED","lastUpdateDate":1638838166295,"name":"vFW a01ab96d-42af","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9b40b16f-3479-4137-8700-a29052335694","invariantUUID":"469d4d19-98fd-4991-b8e5-6b3346b35c6a","systemName":"VfwA01ab96d42af","description":"vendor software product","tags":["vFW a01ab96d-42af"],"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":"networkrules","uniqueId":"3cc565f7-9e89-4add-8803-68ad3c959d29","lifecycleState":"CERTIFIED","lastUpdateDate":1638832794382,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9f119be3-1e0c-4446-a981-2a437380fd09","invariantUUID":"3951fef6-b8eb-4a91-af8b-46793b94b06f","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6e553c2e-bb89-4cba-8e23-a9b13d5bf22f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832767258,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c7be021-0a6f-4c7e-88a9-1452d727187f","invariantUUID":"0f998643-b2f4-4808-b195-e5ada1e68784","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3a235d64-ecb6-4c36-ab56-fa8da142346e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832911837,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59fad012-47ce-4031-a93a-bddb8f49f674","invariantUUID":"1f5b9031-bd49-4735-bc17-83461ceff49f","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d1cec545-adb8-4478-9cfe-6b1abeb12885","lifecycleState":"CERTIFIED","lastUpdateDate":1638832815359,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8de101fc-a2fd-4951-a2c7-d718b73abd0b","invariantUUID":"8c676959-e52a-447f-a7ec-c503711d2c94","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":"defaulticon","uniqueId":"c6c858dd-215d-4c57-9712-786334f87d30","lifecycleState":"CERTIFIED","lastUpdateDate":1638832844528,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"de955c26-f490-4d55-908a-f20018be1540","invariantUUID":"6b0a4931-a832-4928-898e-07a5ee70b591","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":"compute","uniqueId":"5cf85f5e-e3ea-45a4-8fe4-9a84a091df76","lifecycleState":"CERTIFIED","lastUpdateDate":1638832953461,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7a10eeff-c1fc-48d3-a3a7-a9cb90335b0f","invariantUUID":"46b80e3e-10dd-40cb-9750-7950e98ee553","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"92b5ba6d-2153-4b77-ac41-a127f013ad7f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832867786,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5c9c71f2-17b7-4633-bcd0-de56aa684b27","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"de7efd9b-6f00-4fb4-ac54-7b8a8d0b116e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832776207,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c3cbe15a-c355-4a0c-bf45-04841da1e787","invariantUUID":"c34ad923-f8ea-4cec-ad16-5069d8f75a86","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"1653da44-b2b3-42e2-b2b1-70787edafcc6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832893164,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a733d57-04ef-4a87-bc60-0ea0842bdff6","invariantUUID":"b04f027e-e5e4-426c-8b1d-5358a5ebd0fe","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a38ba73d-4c6d-4195-a935-04fbf9427047","lifecycleState":"CERTIFIED","lastUpdateDate":1638832757200,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"1a8eb9a1-9665-4049-92b8-540b5accaa2c","invariantUUID":"b55b970c-d8cf-4c1f-b1b8-7a6bed396d5b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"a8e5a4db-1f7a-451e-99c4-a218ddf9fcd6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832924679,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5d2aa84b-8b18-41f5-b806-0abdfc20109d","invariantUUID":"7967ca29-e545-43d4-8a80-f8ed0c331e8c","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":"compute","uniqueId":"d060cf32-3cfe-4223-a99f-55e8e71f8131","lifecycleState":"CERTIFIED","lastUpdateDate":1638832862123,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"51eb4c83-ecfd-4ff0-8abf-74ecee0f4ec3","invariantUUID":"5b1b5249-c93e-4ef5-93e8-71b4c100896e","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":"networkrules","uniqueId":"69465fd1-10e9-4a9d-b935-04e9020e76aa","lifecycleState":"CERTIFIED","lastUpdateDate":1638832801158,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"061eb31d-1228-41a7-a664-bf03de0772c3","invariantUUID":"c30f1ede-d8b9-44e9-936a-2108ad405dca","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":"30470fd6-ca13-4884-999a-59216c7f6ec5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832856747,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d17dd715-a7a7-4067-baa9-4c834e311f8a","invariantUUID":"d20d7ed6-4b73-4f21-af0d-dfd82fd368de","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":"objectStorage","uniqueId":"7277247e-d48e-4164-b821-8d5277611393","lifecycleState":"CERTIFIED","lastUpdateDate":1638832960871,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"030af797-57bf-41a5-9367-c91cf18ee125","invariantUUID":"ce699687-0559-4b96-8a3a-8744c9da8ad0","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"66e386cd-d0f6-41e0-9128-6c9d5c7b6f82","lifecycleState":"CERTIFIED","lastUpdateDate":1638832877385,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dcaf9a69-cc06-4334-a50f-a755113e51e5","invariantUUID":"f8d88fc7-31cb-481b-98cd-ebacd5d6e18d","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9f45f49d-69b2-49c0-8bb3-1c8e3c785bd7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832842391,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f38cfd74-9838-4d9d-a822-e774d6bfc7d7","invariantUUID":"31177456-acc5-4d6a-9688-d16d2e90603e","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":"port","uniqueId":"9d416fbe-4866-41ee-88be-bbcec4b70cfe","lifecycleState":"CERTIFIED","lastUpdateDate":1638832883752,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"565a1ce0-6497-4ac2-8936-6ad30036e271","invariantUUID":"5e5dded4-6ae6-4cf3-bf4f-9880725a686e","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":"defaulticon","uniqueId":"68d5ae68-f23f-411f-aaf5-c959eb40f9a6","lifecycleState":"CERTIFIED","lastUpdateDate":1638840591630,"name":"pNF 672f49d1-6007","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0af28a22-3e80-4e64-8575-ca894fe3b577","invariantUUID":"76222cbe-ec57-4db2-9bb3-fdccf0a82950","systemName":"Pnf672f49d16007","description":"vendor software product","tags":["pNF 672f49d1-6007"],"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":"port","uniqueId":"bf046291-b957-47ee-80e5-e25db1dc242b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832880590,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bbfb00f3-0abd-4de0-a133-d299560c188a","invariantUUID":"ef6ba27f-6fc7-4ef9-8644-745ba4392a87","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"387db3f0-71dd-47bd-8ae1-2dafe510835b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832970027,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3c5cf7d-d449-4f5f-a7c1-549efe39d32c","invariantUUID":"2cdf73ac-c0fe-4267-9e9d-60ffdff42a37","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bbb2bf5a-6e2d-4403-80c5-f87747da699e","lifecycleState":"CERTIFIED","lastUpdateDate":1638832863593,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1733771a-405e-4719-8328-04c8969ff3bb","invariantUUID":"cdb26d8f-6d10-4b54-adfd-c894e33fc190","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"642d1d19-f97a-45a0-8905-e91ce8413ec8","lifecycleState":"CERTIFIED","lastUpdateDate":1638832796021,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c82e94ec-6922-41fd-b2b7-88436306d6e4","invariantUUID":"a5c35126-5f00-44a1-87c3-da0d761cbc0f","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":"082bcc8e-0a6d-4b35-b3b6-3110eb664a16","lifecycleState":"CERTIFIED","lastUpdateDate":1638832889618,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ebd87a55-6a76-4d20-b380-db81ee7db2f3","invariantUUID":"e1059add-4041-4817-b038-61b746c5403d","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"045ad331-f1ed-4fe9-949a-e232250254a7","lifecycleState":"CERTIFIED","lastUpdateDate":1638832918631,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d7a358a6-97c9-4389-8b12-bf30428ce0db","invariantUUID":"a5f61344-d0a8-47b3-be83-08ed6ec952ad","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":"objectStorage","uniqueId":"9a5a1152-7078-47da-909d-5bfbfd31141c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832964034,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"32d84e5e-b99f-485a-aee1-55e8fe2e64fe","invariantUUID":"a67074b0-9f62-493a-80ba-f05277b92329","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"17ee4824-ea8b-488f-bee9-c7dc1946dc39","lifecycleState":"CERTIFIED","lastUpdateDate":1638832771763,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"84291101-a0cb-485b-9a9d-aa7abb022231","invariantUUID":"e9328a8c-bfae-4c4b-89f2-8f70dde6b94d","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":"loadBalancer","uniqueId":"36222e62-a952-4c9f-9c99-33872e209309","lifecycleState":"CERTIFIED","lastUpdateDate":1638832763920,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cabb8220-d9c7-4ba9-b606-08629e3bafdd","invariantUUID":"3e11fac0-538d-4fc6-a3ad-883ec90a18aa","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":"232b7cca-841f-4eec-8272-02c9e663df57","lifecycleState":"CERTIFIED","lastUpdateDate":1638832891068,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"518cf10f-8e3b-4cd0-a609-0ee4b0c7e293","invariantUUID":"8243fe9a-8b3c-43e5-84e7-16be76f0be35","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":"compute","uniqueId":"fce6b044-db04-4b67-830e-09d50725c217","lifecycleState":"CERTIFIED","lastUpdateDate":1638832968290,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59b123db-fdff-4b8e-9543-d9b1356a0337","invariantUUID":"24f966bb-a1b0-42ec-8250-72806f6856c4","systemName":"VduCompute","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":["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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"10bbefb7-9e20-42ba-af79-dac0407ac881","lifecycleState":"CERTIFIED","lastUpdateDate":1638832783111,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"6aebef8e-96bf-4f78-8fc5-fe90ce7496fd","invariantUUID":"419bdbdc-3e31-4972-b4e4-e0ca557dab9a","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":"ea61852b-41b0-4abb-9f22-73a2d287e34c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832837417,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"246dd7ad-4c7f-469e-a0fe-cb91d52bffc2","invariantUUID":"a000bd81-623c-42ce-b35b-f9af3cfdd81b","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":"port","uniqueId":"c7ef728c-5a40-4468-b2ea-862cea14a839","lifecycleState":"CERTIFIED","lastUpdateDate":1638832910268,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cc974487-1330-4b72-85bb-8b07ea4c542b","invariantUUID":"1189f8b9-8826-4b93-84ad-d60af2adf53e","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ccead6c3-fcc3-45dc-bc76-79fa355b2cd2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832922515,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e9d2fff1-3b6c-45ae-b007-8d9361fde267","invariantUUID":"c189ef95-9ecd-4494-9f27-1f9477b471a8","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c2b0e230-d573-4236-a2b8-22a1e5ea55b0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832906802,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"41dff679-e3e4-444a-9a80-21fa8c5fce61","invariantUUID":"a66f9147-9c32-4e68-8161-73bdba085018","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":"port","uniqueId":"71f72dac-306f-4d33-86ac-2bdbfd929180","lifecycleState":"CERTIFIED","lastUpdateDate":1638832765661,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"695ee1d8-ea30-497d-a372-faa7c6e11c60","invariantUUID":"e3838fa5-4489-4cfb-8062-c189f0ec6e3d","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":"port","uniqueId":"17218d2c-88d6-4e89-babf-37d3e5c209ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832926972,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"069027ba-382c-4408-8a89-3469e796cd8b","invariantUUID":"0ec23002-e2a5-429a-923d-9509fe807e50","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":"defaulticon","uniqueId":"7e72c5a0-1763-4d80-8107-d12144e1c7bb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832779301,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db936d1e-f856-40e7-a96c-1e50ea982f3c","invariantUUID":"323adfbe-df56-4204-b2d5-3bae1837bf3d","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":"compute","uniqueId":"16adc53e-b372-48c0-9b85-d7017a8bef52","lifecycleState":"CERTIFIED","lastUpdateDate":1638832750137,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fee9164d-a9d1-4b11-8123-bb06cbdf1d5f","invariantUUID":"cb37f82f-141c-476a-9c7a-a2713c7052c2","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"59e8f1b4-b07f-4476-9175-54ad18717bb2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832885179,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6c33c117-d9fa-46fb-9165-bed6b7d5d672","invariantUUID":"bbc958c1-4091-4d4b-a99e-6922024cb771","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"46c42d46-fe06-4d42-95a7-961d8b31281b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832956621,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"22b43821-e13a-4117-87a3-9c62e3e871db","invariantUUID":"ab00ad79-031e-4bdc-86fd-ce513f13832c","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5f7ba78c-32d4-4aaf-9014-6c97038694d2","lifecycleState":"CERTIFIED","lastUpdateDate":1638832954791,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cfa79910-22dc-44cb-b95d-83318a144725","invariantUUID":"200a0cdc-0f2c-44cd-a136-9f5515972322","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"819093b4-4ebc-4e6a-b055-c1464def99ad","lifecycleState":"CERTIFIED","lastUpdateDate":1638832971375,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7c58dca3-c9e0-4d46-8c97-210a9498eaf2","invariantUUID":"4e398ce9-b775-4f28-a799-4863a3e032eb","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"20cd67ae-344a-4b30-8cb7-946ee5259f2f","lifecycleState":"CERTIFIED","lastUpdateDate":1638832831948,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9e349a2e-a2da-4642-bc0f-23bf361f97ab","invariantUUID":"611aceb0-30ac-4a73-b9e2-b2d89dd5edbe","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":"compute","uniqueId":"e315d3f9-bfc9-4248-8174-9afea79a78ca","lifecycleState":"CERTIFIED","lastUpdateDate":1638832858788,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f86663f-94ac-4442-8210-4ca23c8dd60b","invariantUUID":"5e200ca9-6bca-41b5-9be5-166be727f450","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":"ead40c2d-5154-485f-9f25-3d0f2cd597af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832816805,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b76b16da-956e-4d39-862c-609d999b2b7b","invariantUUID":"9e50ab94-ef33-4788-8513-21df3c63380f","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8405e8ed-bd16-4a81-af5c-cc0ebef3a588","lifecycleState":"CERTIFIED","lastUpdateDate":1638832958813,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"254af5e5-37c6-4031-bf2d-55b1e4225a50","invariantUUID":"7eadca23-e0b2-49bd-b02e-77aa82fb455f","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5652c773-7714-4d7c-b6d4-83a5228e3001","lifecycleState":"CERTIFIED","lastUpdateDate":1638841298182,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"ae1b5a66-884c-468e-bfe4-a35b461616d6","invariantUUID":"eaeab407-4ac8-46b6-a63b-d65dc1ae92cd","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"83b5ba9c-7a64-429e-99bc-9eea8c23ba87","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1638832895540,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e66a3b5e-b29d-49d4-aad2-2416a95c0459","invariantUUID":"bc91e332-8907-4f39-9800-480234ebd733","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":"objectStorage","uniqueId":"59781c88-0008-44c2-bf89-7df92173ef53","lifecycleState":"CERTIFIED","lastUpdateDate":1638832758780,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"74453a5f-cc7c-4a76-be60-a7372f62f2c6","invariantUUID":"f438d7f5-c257-4db6-b7e3-fa7aba2be9d2","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":"a6ef4814-f5bf-4171-9b1f-63ad746ce128","lifecycleState":"CERTIFIED","lastUpdateDate":1638832846029,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fad1be43-2558-46c8-ac74-87fac1efe693","invariantUUID":"f4e15eaa-568e-4c6c-9502-8d38974a2023","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b51177f1-2ba0-458b-a0ae-c12954af94b1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832788286,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"16b6f6c6-3187-4450-9e82-ecf560fac1d0","invariantUUID":"2fe702de-0a73-461d-b175-fb4dbb6a1be7","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"d6d58950-6a9b-4350-bf06-a72616ef5383","lifecycleState":"CERTIFIED","lastUpdateDate":1638832869881,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"de632db5-c148-4d41-af3f-9928b5bb9e09","invariantUUID":"34b3ab1e-e828-446a-9c1f-760fcb33bdb8","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52eace64-6356-4005-8b9a-cc84e6900ced","lifecycleState":"CERTIFIED","lastUpdateDate":1638832965512,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f195315-8f34-4a51-9d9b-9163f4ee4cee","invariantUUID":"b6826395-72c5-48f9-8cc9-af99274af657","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8e3fbd37-19f1-448a-9ad3-df342d374a43","lifecycleState":"CERTIFIED","lastUpdateDate":1638832807360,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5724dbaf-c91f-44d7-8c3d-1e531268abb7","invariantUUID":"225d7369-947b-479b-b1b7-cfe11ca01d44","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"db954eef-9979-40c2-8248-0c9e22dec96a","lifecycleState":"CERTIFIED","lastUpdateDate":1638832871502,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dac1e008-55cf-4b69-a02a-55a91aeb95a9","invariantUUID":"961ef152-073a-48a2-8776-1a8e565a0885","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":"objectStorage","uniqueId":"7f2fb3f3-6323-4984-8607-7267dc928bdd","lifecycleState":"CERTIFIED","lastUpdateDate":1638832962671,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"318c149e-4c5f-4323-9b18-9b4c40ae4015","invariantUUID":"af902d56-990d-40cb-92da-61e6921f0ad5","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f5fc01a0-6315-4ea2-a43a-fcbc2df3e651","lifecycleState":"CERTIFIED","lastUpdateDate":1638832818258,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4de711ee-e310-486a-9711-ac50656d289d","invariantUUID":"81b4adf9-b304-49bf-b9e4-6597e39c0530","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"60a64023-de41-4a51-9689-d4752c7264d6","lifecycleState":"CERTIFIED","lastUpdateDate":1638832802553,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3a94235-6980-44da-88f8-59b55ee92bdd","invariantUUID":"365d1b23-6c45-4556-bef5-473165f79686","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":"compute","uniqueId":"4a43854f-2330-464a-a0f7-6f552813c441","lifecycleState":"CERTIFIED","lastUpdateDate":1638832920905,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5589e642-79ef-4d95-a9a4-a864f87e8b3c","invariantUUID":"38daa3cb-d29d-4295-afb1-9d3dd20561b6","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"98856294-d573-43fe-99e9-1fdbfa7b743d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832848939,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a0c10ea-c8bb-4837-beb9-27558ebcd978","invariantUUID":"fd76b64f-153d-4f04-8248-969693a6bc76","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":"port","uniqueId":"95bb3a08-f4c6-4a3d-a77e-4745a1984098","lifecycleState":"CERTIFIED","lastUpdateDate":1638832777788,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"047e72dc-1e1b-48d3-a126-33fefcdc7f7a","invariantUUID":"432601e3-add0-4354-b906-94f4aae865cd","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":"91aece5c-b239-4e48-a4b3-c67513197d9d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832850546,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f176d00d-9f2d-4c21-8809-2142d2c10789","invariantUUID":"a5dfe01a-18b4-4057-8be8-9f60c8ebf2e7","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":"securityrules","uniqueId":"853f78b3-df56-4d70-b699-397fd59fa5fb","lifecycleState":"CERTIFIED","lastUpdateDate":1638832804171,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"8b158f8e-7c78-4a0a-9886-5d20824213ce","invariantUUID":"8cf2efbe-44f8-4e45-a8dd-21d97df2d1cc","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"66768288-2b79-4340-9392-497584929303","lifecycleState":"CERTIFIED","lastUpdateDate":1638832886557,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8af7a3b4-04a5-4d99-b3e4-f9bb1ca29192","invariantUUID":"75627f47-7a6e-4e20-be16-edaa552dceba","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":"f95a7756-b7e1-4246-a6d6-5cd3087fa95c","lifecycleState":"CERTIFIED","lastUpdateDate":1638832785162,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f6d149ca-b3e9-4c59-8481-1ce0db4b0375","invariantUUID":"02a7e1f0-051c-4d14-b4cb-f4da64372407","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"8af050d3-22ac-4229-bd9c-cc607c61d7ff","lifecycleState":"CERTIFIED","lastUpdateDate":1638832839536,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e5d57215-d3d0-49b9-9cdf-0cba5a8c1220","invariantUUID":"6cab2f46-d4a8-497e-a2ab-9b5bf9b2f15f","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ad457f4c-367a-4730-9521-22af6787dec0","lifecycleState":"CERTIFIED","lastUpdateDate":1638832882294,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"54bc3a42-1473-4269-a819-4e0767e75dcb","invariantUUID":"a7ee93d2-88c0-4d06-b26c-62edc45500f7","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":"ec256627-86d2-4a1d-8722-83032efbbb68","lifecycleState":"CERTIFIED","lastUpdateDate":1638832851964,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"04ea3816-5085-4264-aa57-7445e905ca93","invariantUUID":"d0a5b439-ccf9-497b-9499-971d8084fff8","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":"5ec35299-204f-4fa2-883e-8fe7072f6e90","lifecycleState":"CERTIFIED","lastUpdateDate":1638832966832,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3e8033bc-60d4-4a5e-8fe5-08324050d10b","invariantUUID":"974d8c02-2f70-4e72-9586-391b1a19b973","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}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64d03819-2677-44fc-aa9e-8b0d73e2c2c1","lifecycleState":"CERTIFIED","lastUpdateDate":1638832812337,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e18272f0-5645-4971-98d2-40e971e5c93b","invariantUUID":"16c2d4cb-4ea1-46bb-aa33-7be46963733c","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ad0a3506-d1be-4d1b-9af2-f362dba45749","lifecycleState":"CERTIFIED","lastUpdateDate":1638832781110,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b4675391-5657-4c8c-a9b1-74e4f0cd5b0c","invariantUUID":"aaf503e1-b63a-43a9-993f-fed95b53ef7c","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e71adc2-c52a-488a-a6f2-3a2fc116aea5","lifecycleState":"CERTIFIED","lastUpdateDate":1638832887957,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9a04fec2-c037-4391-a27f-7aaa7d67b6b3","invariantUUID":"15674f77-328a-4836-bdca-8aacbb92d46b","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":"41af7018-1e65-45c3-be41-df2c0b2808df","lifecycleState":"CERTIFIED","lastUpdateDate":1638832833740,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f5855880-14c4-4ac4-8446-fe5953b1c8b0","invariantUUID":"dd9426aa-69dd-4d8a-83d4-d7d1e8b89df7","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":"objectStorage","uniqueId":"3069850b-19b2-4424-926a-4d24f9c3ab4b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832760476,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a5521a11-55a5-4511-9b9a-092c9e7defe3","invariantUUID":"99f9be7c-1ad0-46a6-87ea-d6b01366a5fd","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"52905c9c-576f-40f5-a687-44e23ce19257","lifecycleState":"CERTIFIED","lastUpdateDate":1638832786759,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"19613e67-2e7f-41b1-9fd4-312a661517e9","invariantUUID":"7d1c5fbf-6939-47b3-a578-86f38096c6e1","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":"defaulticon","uniqueId":"27e0748f-702e-4913-a303-911c813ab9af","lifecycleState":"CERTIFIED","lastUpdateDate":1638832878805,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ff1c286-2789-40ee-b268-8c72f6179f70","invariantUUID":"3d35c427-d4c0-4e2c-84fd-07d5138170a1","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":"76fe4aab-05d8-4e2c-8c2e-3640be43156b","lifecycleState":"CERTIFIED","lastUpdateDate":1638832810916,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"444e69de-68d7-4f39-a0fd-8da242f77d96","invariantUUID":"85850dd5-4919-4f06-8a53-55d4b4b1ae05","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":"110011db-de20-4dd5-8386-b49a352ca8ea","lifecycleState":"CERTIFIED","lastUpdateDate":1638832774774,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"49785726-7b0a-49d1-8414-ddf3dc923d0c","invariantUUID":"c302ba44-6ace-4d97-88c9-7dbc1c6b1938","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"712fc6e0-7660-43cb-9362-73347de36573","lifecycleState":"CERTIFIED","lastUpdateDate":1638832826496,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"635344e5-c228-4a88-b5ea-794f6a2f5191","invariantUUID":"c5a3d1b0-4170-423e-b96c-5f86085ced6f","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":"network","uniqueId":"a69751dd-a08d-49c1-930c-acd37adbaa0d","lifecycleState":"CERTIFIED","lastUpdateDate":1638832809433,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"742b9792-d5db-4265-af0b-7d759a6036be","invariantUUID":"dc064c46-2cad-464f-a841-c6f277174787","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":"c17c3f6f-f27b-4887-b31d-57d759d91d03","lifecycleState":"CERTIFIED","lastUpdateDate":1638832847494,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1acd0600-2b76-4af5-b78b-182151cc0234","invariantUUID":"553f763f-6dcc-49eb-9546-7c4684ecf5c1","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":"objectStorage","uniqueId":"4edf214b-b139-48b4-a4c0-468429ddff35","lifecycleState":"CERTIFIED","lastUpdateDate":1638832773313,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ce8a1b37-9752-4882-93c9-dbc376b93b60","invariantUUID":"033dd65e-f73d-413b-ad18-c6004ba07c5e","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"c0fb9bda-c813-4b07-a253-64f108b0f603","lifecycleState":"CERTIFIED","lastUpdateDate":1638832915836,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52c0bf01-1b41-40f4-898b-f8341b60382d","invariantUUID":"71ccdb45-06a8-4a8d-b200-eae301f10c39","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3b02b51b-b62a-4fd2-8e24-f0015109a264","lifecycleState":"CERTIFIED","lastUpdateDate":1638841228229,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ff64e18d-8ec1-449d-a3ca-59f004b7ae04","invariantUUID":"b08137b9-fcd3-4ab4-92af-de7e06f08425","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":"c4f7155e-0778-4e2a-96cf-48fa1dfaad23","lifecycleState":"CERTIFIED","lastUpdateDate":1638838174373,"name":"vFW 2021-12-07 00-48-40","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"58d54007-5461-41b9-8f96-16e167a177cf","invariantUUID":"300fd4cc-270c-4081-a032-1b1c01dd8d8f","systemName":"Vfw20211207004840","description":"catalog service description","tags":["robot-ete","vFW 2021-12-07 00-48-40"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5a1a138e-f737-4d60-9fc4-79b247932404","lifecycleState":"CERTIFIED","lastUpdateDate":1638840598055,"name":"Demo_pNF_NwhYPTF1PI31amomEmyC","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ebb6e3dc-7026-4a1b-bd8e-01343dc67566","invariantUUID":"4e42afcd-5f3e-462c-960c-5b12d784773a","systemName":"DemoPnfNwhyptf1pi31amomemyc","description":"catalog service description","tags":["robot-ete","Demo_pNF_NwhYPTF1PI31amomEmyC"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"b6ba0437-f763-429e-809b-dde9be40d8f5","lifecycleState":"CERTIFIED","lastUpdateDate":1638841316245,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"e6418852-1e97-47fd-a103-0be4672eee5b","invariantUUID":"4fdd02f5-950c-4bc3-ba02-4b7f4c352b84","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-12-07 01:42:03,085 DEBUG 118:sdc_resource.py(1) - Resource basic_vm found in services list 2021-12-07 01:42:13,096 INFO 728:service.py(1) - attempting to PROD/activate Service basic_vm in SDC 2021-12-07 01:42:13,106 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-12-07 01:42:13,106 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/b6ba0437-f763-429e-809b-dde9be40d8f5/distribution/PROD/activate 2021-12-07 01:42:13,106 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2021-12-07 01:42:13,110 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-12-07 01:42:13,245 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/b6ba0437-f763-429e-809b-dde9be40d8f5/distribution/PROD/activate HTTP/1.1" 500 225 2021-12-07 01:42:13,247 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 500 2021-12-07 01:42:13,248 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: { "requestError": { "serviceException": { "messageId": "SVC4136", "text": "Error: Requested distribution environment \u0027%1\u0027 is not available.", "variables": [ "AUTO" ] } } } 2021-12-07 01:42:13,248 ERROR 157:onap_service.py(1) - [SDC][PROD/activate Service] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-12-07 01:42:13,250 ERROR 48:basic_vm.py(1) - Generic OnapTest exception 2021-12-07 01:42:13,250 INFO 176:run_tests.py(1) - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | basic_vm | integration | 01:27 | FAIL | +-------------------+---------------------+------------------+----------------+ 2021-12-07 01:42:13,256 INFO 57:basic_vm.py(1) - Generate Test report 2021-12-07 01:42:13,368 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080 2021-12-07 01:42:13,726 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-12-07 01:42:13,728 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/61aebbf56c44f50010875449 2021-12-07 01:42:13,729 ERROR 253:run_tests.py(1) - The test case 'basic_vm' failed. 2021-12-07 01:42:13,730 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_ERROR