2021-08-08 01:49:45,169 DEBUG 23:basic_cnf.py(1) - BasicCnf init started 2021-08-08 01:49:45,169 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py:117: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._yaml_template: dict = load(yaml_template) 2021-08-08 01:49:45,175 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_network', value='onaptests.scenario.basic_network:BasicNetwork', group='xtesting.testcase') 2021-08-08 01:49:45,175 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase') 2021-08-08 01:49:45,175 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2021-08-08 01:49:45,176 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2021-08-08 01:49:45,176 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro_stability', value='onaptests.scenario.basic_vm_macro_stability:BasicVmMacroStability', group='xtesting.testcase') 2021-08-08 01:49:45,176 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2021-08-08 01:49:45,176 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2021-08-08 01:49:45,176 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2021-08-08 01:49:45,177 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2021-08-08 01:49:45,177 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2021-08-08 01:49:45,177 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2021-08-08 01:49:45,177 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2021-08-08 01:49:45,178 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2021-08-08 01:49:45,178 INFO 169:run_tests.py(1) - Running test case 'basic_cnf'... 2021-08-08 01:49:45,179 DEBUG 33:basic_cnf.py(1) - start time 2021-08-08 01:49:45,179 INFO 116:k8s_profile_create.py(1) - Create the k8s profile if it doesn't exist 2021-08-08 01:49:45,179 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-08-08 01:49:45,180 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-08-08 01:49:45,180 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:45,180 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-08-08 01:49:45,181 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-08-08 01:49:45,183 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:45,283 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 691 2021-08-08 01:49:45,284 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-08-08 01:49:45,285 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"b33f9ed9484c45688c15b6e1721c4772","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f2e4a839cced44a19169ff6bb6a6a650","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"78ba3fa2e0684a13b9fde49a2b6abe91","type":"vlm","name":"d3e03b9d-71e1-42e5-803e","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"a79a552c0fdc49d089c0a5d42498d79a","type":"vlm","name":"d1dd788e-6b73-4797-b864","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-08-08 01:49:45,287 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-08-08 01:49:45,287 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-08-08 01:49:45,288 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-08-08 01:49:45,288 INFO 267:__init__.py(1) - attempting to create Vendor basicnf_vendor in SDC 2021-08-08 01:49:45,288 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-08-08 01:49:45,289 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-08-08 01:49:45,289 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:45,290 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-08-08 01:49:45,290 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-08-08 01:49:45,292 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:45,367 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 691 2021-08-08 01:49:45,369 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-08-08 01:49:45,370 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"b33f9ed9484c45688c15b6e1721c4772","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f2e4a839cced44a19169ff6bb6a6a650","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"78ba3fa2e0684a13b9fde49a2b6abe91","type":"vlm","name":"d3e03b9d-71e1-42e5-803e","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"a79a552c0fdc49d089c0a5d42498d79a","type":"vlm","name":"d1dd788e-6b73-4797-b864","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-08-08 01:49:45,372 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-08-08 01:49:45,373 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-08-08 01:49:45,373 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC 2021-08-08 01:49:45,395 DEBUG 129:onap_service.py(1) - [SDC][create Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:45,395 DEBUG 131:onap_service.py(1) - [SDC][create Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-08-08 01:49:45,396 DEBUG 132:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basicnf_vendor", "description": "vendor" } 2021-08-08 01:49:45,398 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:45,876 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 159 2021-08-08 01:49:45,878 INFO 142:onap_service.py(1) - [SDC][create Vendor] response code: 200 2021-08-08 01:49:45,878 DEBUG 146:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"06509d3f66794d0eb066a627da677bd9","version":{"id":"2aafca52a2a747aeafce79e4f1d5c6ba","name":"1.0","description":"Initial version","status":"Draft"}} 2021-08-08 01:49:45,882 INFO 285:__init__.py(1) - Vendor basicnf_vendor is created in SDC 2021-08-08 01:49:45,882 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicnf_vendor in SDC 2021-08-08 01:49:45,888 DEBUG 129:onap_service.py(1) - [SDC][Submit Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:45,888 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/06509d3f66794d0eb066a627da677bd9/versions/2aafca52a2a747aeafce79e4f1d5c6ba/actions 2021-08-08 01:49:45,889 DEBUG 132:onap_service.py(1) - [SDC][Submit Vendor] data sent: { "action": "Submit" } 2021-08-08 01:49:45,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,108 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/06509d3f66794d0eb066a627da677bd9/versions/2aafca52a2a747aeafce79e4f1d5c6ba/actions HTTP/1.1" 200 2 2021-08-08 01:49:46,110 INFO 142:onap_service.py(1) - [SDC][Submit Vendor] response code: 200 2021-08-08 01:49:46,111 DEBUG 146:onap_service.py(1) - [SDC][Submit Vendor] response: {} 2021-08-08 01:49:46,114 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/instantiate/vf_module_ala_carte.py:59: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._yaml_template: dict = load(yaml_template) 2021-08-08 01:49:46,121 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-08 01:49:46,121 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-08 01:49:46,122 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,122 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-08-08 01:49:46,122 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-08 01:49:46,124 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,170 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-08-08 01:49:46,172 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-08 01:49:46,172 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_JbZoUY_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"b33f9ed9484c45688c15b6e1721c4772","onboardingMethod":"NetworkPackage","id":"fbf39e72f1f94880afd019ffdea39398","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f2e4a839cced44a19169ff6bb6a6a650","onboardingMethod":"NetworkPackage","id":"bcb7ac19999641a39b31d43e12523eb1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 0d1610ec-d543","description":"vendor software product","vendorName":"d3e03b9d-71e1-42e5-803e","vendorId":"78ba3fa2e0684a13b9fde49a2b6abe91","onboardingMethod":"NetworkPackage","id":"577958d75d49458485929a348c9c1795","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 933eedd3-103f","description":"vendor software product","vendorName":"d1dd788e-6b73-4797-b864","vendorId":"a79a552c0fdc49d089c0a5d42498d79a","onboardingMethod":"NetworkPackage","id":"c1deb90e83f7407c93346bd9b58c27f5","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-08 01:49:46,175 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_JbZoUY_VSP from SDC 2021-08-08 01:49:46,175 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-08 01:49:46,175 DEBUG 324:vsp.py(1) - importing VSP pNF 0d1610ec-d543 from SDC 2021-08-08 01:49:46,176 DEBUG 324:vsp.py(1) - importing VSP vFW 933eedd3-103f from SDC 2021-08-08 01:49:46,176 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-08 01:49:46,176 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-08 01:49:46,177 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-08 01:49:46,177 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-08 01:49:46,177 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-08 01:49:46,178 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,178 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-08-08 01:49:46,178 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-08 01:49:46,180 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,220 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-08-08 01:49:46,221 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-08 01:49:46,221 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_JbZoUY_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"b33f9ed9484c45688c15b6e1721c4772","onboardingMethod":"NetworkPackage","id":"fbf39e72f1f94880afd019ffdea39398","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f2e4a839cced44a19169ff6bb6a6a650","onboardingMethod":"NetworkPackage","id":"bcb7ac19999641a39b31d43e12523eb1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 0d1610ec-d543","description":"vendor software product","vendorName":"d3e03b9d-71e1-42e5-803e","vendorId":"78ba3fa2e0684a13b9fde49a2b6abe91","onboardingMethod":"NetworkPackage","id":"577958d75d49458485929a348c9c1795","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 933eedd3-103f","description":"vendor software product","vendorName":"d1dd788e-6b73-4797-b864","vendorId":"a79a552c0fdc49d089c0a5d42498d79a","onboardingMethod":"NetworkPackage","id":"c1deb90e83f7407c93346bd9b58c27f5","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-08 01:49:46,223 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_JbZoUY_VSP from SDC 2021-08-08 01:49:46,223 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-08 01:49:46,224 DEBUG 324:vsp.py(1) - importing VSP pNF 0d1610ec-d543 from SDC 2021-08-08 01:49:46,224 DEBUG 324:vsp.py(1) - importing VSP vFW 933eedd3-103f from SDC 2021-08-08 01:49:46,224 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-08 01:49:46,225 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-08 01:49:46,225 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-08 01:49:46,226 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-08 01:49:46,226 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-08 01:49:46,227 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,227 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-08-08 01:49:46,227 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-08 01:49:46,229 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,433 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-08-08 01:49:46,435 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-08 01:49:46,436 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_JbZoUY_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"b33f9ed9484c45688c15b6e1721c4772","onboardingMethod":"NetworkPackage","id":"fbf39e72f1f94880afd019ffdea39398","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f2e4a839cced44a19169ff6bb6a6a650","onboardingMethod":"NetworkPackage","id":"bcb7ac19999641a39b31d43e12523eb1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 0d1610ec-d543","description":"vendor software product","vendorName":"d3e03b9d-71e1-42e5-803e","vendorId":"78ba3fa2e0684a13b9fde49a2b6abe91","onboardingMethod":"NetworkPackage","id":"577958d75d49458485929a348c9c1795","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 933eedd3-103f","description":"vendor software product","vendorName":"d1dd788e-6b73-4797-b864","vendorId":"a79a552c0fdc49d089c0a5d42498d79a","onboardingMethod":"NetworkPackage","id":"c1deb90e83f7407c93346bd9b58c27f5","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-08 01:49:46,439 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_JbZoUY_VSP from SDC 2021-08-08 01:49:46,439 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-08 01:49:46,440 DEBUG 324:vsp.py(1) - importing VSP pNF 0d1610ec-d543 from SDC 2021-08-08 01:49:46,440 DEBUG 324:vsp.py(1) - importing VSP vFW 933eedd3-103f from SDC 2021-08-08 01:49:46,440 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-08 01:49:46,441 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-08 01:49:46,441 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-08 01:49:46,441 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-08 01:49:46,442 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-08 01:49:46,442 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,443 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-08-08 01:49:46,443 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-08 01:49:46,445 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,512 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-08-08 01:49:46,514 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-08 01:49:46,514 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_JbZoUY_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"b33f9ed9484c45688c15b6e1721c4772","onboardingMethod":"NetworkPackage","id":"fbf39e72f1f94880afd019ffdea39398","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f2e4a839cced44a19169ff6bb6a6a650","onboardingMethod":"NetworkPackage","id":"bcb7ac19999641a39b31d43e12523eb1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 0d1610ec-d543","description":"vendor software product","vendorName":"d3e03b9d-71e1-42e5-803e","vendorId":"78ba3fa2e0684a13b9fde49a2b6abe91","onboardingMethod":"NetworkPackage","id":"577958d75d49458485929a348c9c1795","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 933eedd3-103f","description":"vendor software product","vendorName":"d1dd788e-6b73-4797-b864","vendorId":"a79a552c0fdc49d089c0a5d42498d79a","onboardingMethod":"NetworkPackage","id":"c1deb90e83f7407c93346bd9b58c27f5","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-08 01:49:46,517 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_JbZoUY_VSP from SDC 2021-08-08 01:49:46,517 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-08 01:49:46,518 DEBUG 324:vsp.py(1) - importing VSP pNF 0d1610ec-d543 from SDC 2021-08-08 01:49:46,518 DEBUG 324:vsp.py(1) - importing VSP vFW 933eedd3-103f from SDC 2021-08-08 01:49:46,518 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-08 01:49:46,518 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-08 01:49:46,519 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-08 01:49:46,519 INFO 267:__init__.py(1) - attempting to create Vsp basic_cnf_VSP in SDC 2021-08-08 01:49:46,519 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-08 01:49:46,520 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-08 01:49:46,521 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,521 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-08-08 01:49:46,521 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-08 01:49:46,523 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,616 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077 2021-08-08 01:49:46,618 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-08 01:49:46,619 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_JbZoUY_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"b33f9ed9484c45688c15b6e1721c4772","onboardingMethod":"NetworkPackage","id":"fbf39e72f1f94880afd019ffdea39398","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f2e4a839cced44a19169ff6bb6a6a650","onboardingMethod":"NetworkPackage","id":"bcb7ac19999641a39b31d43e12523eb1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 0d1610ec-d543","description":"vendor software product","vendorName":"d3e03b9d-71e1-42e5-803e","vendorId":"78ba3fa2e0684a13b9fde49a2b6abe91","onboardingMethod":"NetworkPackage","id":"577958d75d49458485929a348c9c1795","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 933eedd3-103f","description":"vendor software product","vendorName":"d1dd788e-6b73-4797-b864","vendorId":"a79a552c0fdc49d089c0a5d42498d79a","onboardingMethod":"NetworkPackage","id":"c1deb90e83f7407c93346bd9b58c27f5","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2021-08-08 01:49:46,622 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_JbZoUY_VSP from SDC 2021-08-08 01:49:46,622 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-08 01:49:46,622 DEBUG 324:vsp.py(1) - importing VSP pNF 0d1610ec-d543 from SDC 2021-08-08 01:49:46,623 DEBUG 324:vsp.py(1) - importing VSP vFW 933eedd3-103f from SDC 2021-08-08 01:49:46,623 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2021-08-08 01:49:46,623 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-08 01:49:46,624 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC 2021-08-08 01:49:46,630 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC 2021-08-08 01:49:46,630 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-08-08 01:49:46,630 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,631 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2021-08-08 01:49:46,631 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-08-08 01:49:46,633 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,726 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 844 2021-08-08 01:49:46,727 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-08-08 01:49:46,727 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"06509d3f66794d0eb066a627da677bd9","type":"vlm","name":"basicnf_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"b33f9ed9484c45688c15b6e1721c4772","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f2e4a839cced44a19169ff6bb6a6a650","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"78ba3fa2e0684a13b9fde49a2b6abe91","type":"vlm","name":"d3e03b9d-71e1-42e5-803e","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"a79a552c0fdc49d089c0a5d42498d79a","type":"vlm","name":"d1dd788e-6b73-4797-b864","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":5} 2021-08-08 01:49:46,729 DEBUG 147:__init__.py(1) - number of Vendor returned: 5 2021-08-08 01:49:46,729 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor 2021-08-08 01:49:46,730 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,730 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/06509d3f66794d0eb066a627da677bd9/versions 2021-08-08 01:49:46,730 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:46,731 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,813 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/06509d3f66794d0eb066a627da677bd9/versions HTTP/1.1" 200 264 2021-08-08 01:49:46,814 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:46,815 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2aafca52a2a747aeafce79e4f1d5c6ba","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628387385457,"modificationTime":1628387386013,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-08 01:49:46,816 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-08 01:49:46,817 INFO 192:__init__.py(1) - Vendor found, updating information 2021-08-08 01:49:46,817 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,817 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/06509d3f66794d0eb066a627da677bd9/versions 2021-08-08 01:49:46,817 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:46,819 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:46,905 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/06509d3f66794d0eb066a627da677bd9/versions HTTP/1.1" 200 264 2021-08-08 01:49:46,907 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:46,907 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"2aafca52a2a747aeafce79e4f1d5c6ba","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628387385457,"modificationTime":1628387386013,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-08 01:49:46,909 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-08 01:49:46,909 DEBUG 129:onap_service.py(1) - [SDC][create Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:46,910 DEBUG 131:onap_service.py(1) - [SDC][create Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-08-08 01:49:46,910 DEBUG 132:onap_service.py(1) - [SDC][create Vsp] data sent: { "name": "basic_cnf_VSP", "description": "vendor software product", "icon": "icon", "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "vendorName": "basicnf_vendor", "vendorId": "06509d3f66794d0eb066a627da677bd9", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2021-08-08 01:49:46,912 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,122 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 159 2021-08-08 01:49:48,123 INFO 142:onap_service.py(1) - [SDC][create Vsp] response code: 200 2021-08-08 01:49:48,124 DEBUG 146:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"325bdf2001354ac1b0ee14e9c36c360e","version":{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft"}} 2021-08-08 01:49:48,126 INFO 285:__init__.py(1) - Vsp basic_cnf_VSP is created in SDC 2021-08-08 01:49:48,126 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,126 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:49:48,127 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:48,128 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,171 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:49:48,173 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:48,173 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387387418,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:49:48,177 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,177 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:48,178 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:49:48,181 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,275 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 223 2021-08-08 01:49:48,277 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:49:48,278 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628387386964,"modificationTime":1628387387401} 2021-08-08 01:49:48,281 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,282 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:48,282 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:48,285 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,459 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 369 2021-08-08 01:49:48,461 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:48,462 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1"} 2021-08-08 01:49:48,466 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,466 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:48,467 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:48,470 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,624 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 369 2021-08-08 01:49:48,626 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:48,626 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1"} 2021-08-08 01:49:48,630 INFO 241:vsp.py(1) - attempting to upload package for basic_cnf_VSP in SDC 2021-08-08 01:49:48,631 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,631 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:49:48,631 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:48,634 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,686 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:49:48,687 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:48,687 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387387418,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:49:48,690 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,690 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:48,690 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:49:48,693 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,775 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 223 2021-08-08 01:49:48,777 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:49:48,778 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628387386964,"modificationTime":1628387387401} 2021-08-08 01:49:48,781 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,781 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:48,782 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:48,785 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:48,947 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 369 2021-08-08 01:49:48,948 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:48,948 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1"} 2021-08-08 01:49:48,950 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:48,951 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:48,951 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:48,952 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,129 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 369 2021-08-08 01:49:49,130 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:49,130 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1"} 2021-08-08 01:49:49,132 DEBUG 129:onap_service.py(1) - [SDC][upload ZIP for Vsp] sent header: {'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk', 'Accept-Encoding': 'gzip, deflate'} 2021-08-08 01:49:49,132 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/orchestration-template-candidate 2021-08-08 01:49:49,133 DEBUG 132:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None 2021-08-08 01:49:49,135 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,273 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/orchestration-template-candidate HTTP/1.1" 200 90 2021-08-08 01:49:49,275 INFO 142:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200 2021-08-08 01:49:49,275 DEBUG 146:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:49,276 INFO 194:vsp.py(1) - Files for Vsp basic_cnf_VSP have been uploaded 2021-08-08 01:49:49,277 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:49,277 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:49:49,278 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:49,279 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,321 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:49:49,322 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:49,322 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387387418,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:49:49,324 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:49,324 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:49,324 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:49:49,326 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,579 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 222 2021-08-08 01:49:49,581 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:49:49,581 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628387386964,"modificationTime":1628387389262} 2021-08-08 01:49:49,585 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:49,586 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:49,586 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:49,588 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,681 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 436 2021-08-08 01:49:49,683 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:49,683 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:49,687 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:49,687 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:49,687 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:49,690 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,770 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 436 2021-08-08 01:49:49,771 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:49,771 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:49,774 INFO 241:vsp.py(1) - attempting to validate for basic_cnf_VSP in SDC 2021-08-08 01:49:49,775 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:49,775 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:49:49,775 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:49,777 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,828 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:49:49,829 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:49,829 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387387418,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:49:49,832 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:49,833 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:49,833 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:49:49,835 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:49,923 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 222 2021-08-08 01:49:49,924 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:49:49,924 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628387386964,"modificationTime":1628387389262} 2021-08-08 01:49:49,926 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:49,927 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:49,927 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:49,928 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:50,031 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 436 2021-08-08 01:49:50,033 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:50,033 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:50,036 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:50,037 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:50,037 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:50,039 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:50,154 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 436 2021-08-08 01:49:50,155 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:50,156 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:50,159 DEBUG 129:onap_service.py(1) - [SDC][Validate artifacts for Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:50,159 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/orchestration-template-candidate/process 2021-08-08 01:49:50,160 DEBUG 132:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2021-08-08 01:49:50,163 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:53,089 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/orchestration-template-candidate/process HTTP/1.1" 200 231 2021-08-08 01:49:53,091 INFO 142:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200 2021-08-08 01:49:53,092 DEBUG 146:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_dummy.env","base_dummy.yaml","nginx_cloudtech_k8s_charts.tgz"],"errors":{"nginx_cloudtech_k8s_charts.tgz":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]},"status":"Success"} 2021-08-08 01:49:53,094 INFO 209:vsp.py(1) - Artifacts for Vsp basic_cnf_VSP have been validated 2021-08-08 01:49:53,095 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:53,095 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:49:53,096 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:53,098 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:53,143 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:49:53,144 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:53,145 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387387418,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:49:53,146 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:53,147 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:53,147 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:49:53,148 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:53,240 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 222 2021-08-08 01:49:53,241 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:49:53,241 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628387386964,"modificationTime":1628387393075} 2021-08-08 01:49:53,243 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:53,243 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:53,244 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:53,245 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:53,392 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 804 2021-08-08 01:49:53,394 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:53,395 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:53,398 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:53,398 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:53,399 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:53,401 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:53,629 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 804 2021-08-08 01:49:53,631 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:53,631 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:53,634 INFO 241:vsp.py(1) - attempting to commit for basic_cnf_VSP in SDC 2021-08-08 01:49:53,634 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:53,635 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:49:53,635 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:49:53,637 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:53,697 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:49:53,698 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:49:53,698 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387387418,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:49:53,700 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:53,700 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:53,700 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:49:53,702 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:53,802 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 222 2021-08-08 01:49:53,804 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:49:53,804 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628387386964,"modificationTime":1628387393075} 2021-08-08 01:49:53,808 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:53,808 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:53,808 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:53,811 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:54,190 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 804 2021-08-08 01:49:54,191 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:54,192 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:54,195 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:54,195 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:49:54,195 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:49:54,198 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:49:54,613 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 804 2021-08-08 01:49:54,614 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:49:54,614 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:49:54,620 DEBUG 129:onap_service.py(1) - [SDC][Commit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:49:54,620 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions 2021-08-08 01:49:54,620 DEBUG 132:onap_service.py(1) - [SDC][Commit Vsp] data sent: { "commitRequest":{"message":"ok"}, "action": "Commit" } 2021-08-08 01:49:54,621 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:02,980 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions HTTP/1.1" 200 2 2021-08-08 01:50:02,983 INFO 142:onap_service.py(1) - [SDC][Commit Vsp] response code: 200 2021-08-08 01:50:02,983 DEBUG 146:onap_service.py(1) - [SDC][Commit Vsp] response: {} 2021-08-08 01:50:02,987 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:02,987 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:50:02,987 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:50:02,989 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:03,112 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:50:03,114 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:50:03,114 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387394685,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:50:03,116 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:03,116 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:50:03,116 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:50:03,118 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:03,508 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 223 2021-08-08 01:50:03,509 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:50:03,510 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628387386964,"modificationTime":1628387393075} 2021-08-08 01:50:03,512 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:03,512 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:50:03,512 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:50:03,513 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:04,310 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 804 2021-08-08 01:50:04,312 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:50:04,313 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:50:04,316 INFO 241:vsp.py(1) - attempting to certify/sumbit for basic_cnf_VSP in SDC 2021-08-08 01:50:04,316 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:04,317 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:50:04,317 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:50:04,319 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:04,413 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 253 2021-08-08 01:50:04,415 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:50:04,415 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628387386964,"modificationTime":1628387394685,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-08-08 01:50:04,418 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:04,419 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:50:04,419 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2021-08-08 01:50:04,422 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:04,713 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 223 2021-08-08 01:50:04,714 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2021-08-08 01:50:04,715 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628387386964,"modificationTime":1628387393075} 2021-08-08 01:50:04,717 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:04,718 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:50:04,718 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:50:04,720 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:05,590 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 804 2021-08-08 01:50:05,591 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:50:05,592 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:50:05,602 DEBUG 129:onap_service.py(1) - [SDC][Submit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:05,602 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions 2021-08-08 01:50:05,602 DEBUG 132:onap_service.py(1) - [SDC][Submit Vsp] data sent: { "action": "Submit" } 2021-08-08 01:50:05,605 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:12,280 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions HTTP/1.1" 200 2 2021-08-08 01:50:12,281 INFO 142:onap_service.py(1) - [SDC][Submit Vsp] response code: 200 2021-08-08 01:50:12,282 DEBUG 146:onap_service.py(1) - [SDC][Submit Vsp] response: {} 2021-08-08 01:50:12,284 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:12,285 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:50:12,285 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:50:12,287 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:12,337 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 264 2021-08-08 01:50:12,338 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:50:12,338 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628387386964,"modificationTime":1628387411013,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-08 01:50:12,340 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-08-08 01:50:12,341 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:12,341 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:50:12,341 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:50:12,343 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:12,392 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 264 2021-08-08 01:50:12,394 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:50:12,394 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628387386964,"modificationTime":1628387411013,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-08 01:50:12,401 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:12,402 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions 2021-08-08 01:50:12,402 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-08-08 01:50:12,404 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:13,056 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions HTTP/1.1" 200 317 2021-08-08 01:50:13,057 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-08-08 01:50:13,058 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"325bdf2001354ac1b0ee14e9c36c360e","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-08 01:50:13,058 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"325bdf2001354ac1b0ee14e9c36c360e","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-08 01:50:13,062 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-08 01:50:13,062 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-08 01:50:13,063 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:13,063 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-08-08 01:50:13,064 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-08 01:50:13,066 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:50:13,179 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-08-08 01:50:13,181 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-08 01:50:13,181 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9c59b635-161b-41de-89c8-eafc854f38f7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f7fcd290-62b4-474e-915f-e77b43b3dc8a/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-08 01:50:13,184 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:50:13,184 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:13,184 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:13,185 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:13,185 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:50:13,185 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:13,186 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:13,186 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:13,186 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-08 01:50:13,186 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:50:13,187 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-08 01:50:23,197 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-08 01:50:23,198 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-08 01:50:23,199 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:23,199 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-08-08 01:50:23,199 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-08 01:50:23,202 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:50:23,313 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-08-08 01:50:23,315 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-08 01:50:23,315 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9c59b635-161b-41de-89c8-eafc854f38f7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f7fcd290-62b4-474e-915f-e77b43b3dc8a/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-08 01:50:23,318 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:50:23,319 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:23,319 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:23,319 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:23,320 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:50:23,320 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:23,320 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:23,321 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:23,321 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-08 01:50:23,321 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:50:23,322 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-08 01:50:23,322 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-08 01:50:23,322 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-08 01:50:23,323 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:23,323 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-08-08 01:50:23,324 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-08 01:50:23,326 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:50:23,424 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-08-08 01:50:23,426 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-08 01:50:23,426 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9c59b635-161b-41de-89c8-eafc854f38f7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f7fcd290-62b4-474e-915f-e77b43b3dc8a/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-08 01:50:23,429 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:50:23,429 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:23,430 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:23,430 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:23,430 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:50:23,430 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:23,430 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:23,431 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:23,431 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-08 01:50:23,431 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:50:23,431 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-08 01:50:23,431 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC 2021-08-08 01:50:23,432 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC 2021-08-08 01:50:23,432 DEBUG 129:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:23,432 DEBUG 131:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-08-08 01:50:23,433 DEBUG 132:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2021-08-08 01:50:23,435 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:23,697 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None 2021-08-08 01:50:23,699 INFO 142:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200 2021-08-08 01:50:23,700 DEBUG 146:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"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":"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":"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},{"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":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"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}],"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":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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},{"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":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"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":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"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":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"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":"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 Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"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":"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}],"productCategories":[]},"version":"1.9.0"} 2021-08-08 01:50:23,704 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9 2021-08-08 01:50:23,704 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic 2021-08-08 01:50:23,704 INFO 192:__init__.py(1) - ResourceCategory found, updating information 2021-08-08 01:50:23,704 INFO 267:__init__.py(1) - attempting to create Vf basic_cnf in SDC 2021-08-08 01:50:23,704 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-08 01:50:23,705 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-08 01:50:23,705 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:23,705 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-08-08 01:50:23,705 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-08 01:50:23,707 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:50:23,803 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719 2021-08-08 01:50:23,804 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-08 01:50:23,805 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9c59b635-161b-41de-89c8-eafc854f38f7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f7fcd290-62b4-474e-915f-e77b43b3dc8a/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-08 01:50:23,808 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:50:23,808 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:23,808 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:23,808 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:23,808 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:50:23,809 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:23,809 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:23,809 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:23,809 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2021-08-08 01:50:23,809 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:50:23,810 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC 2021-08-08 01:50:23,832 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC 2021-08-08 01:50:23,833 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-08-08 01:50:23,833 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:23,833 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2021-08-08 01:50:23,833 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-08-08 01:50:23,835 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:23,888 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1329 2021-08-08 01:50:23,890 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-08-08 01:50:23,890 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_cnf_VSP","description":"vendor software product","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_JbZoUY_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"b33f9ed9484c45688c15b6e1721c4772","onboardingMethod":"NetworkPackage","id":"fbf39e72f1f94880afd019ffdea39398","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"f2e4a839cced44a19169ff6bb6a6a650","onboardingMethod":"NetworkPackage","id":"bcb7ac19999641a39b31d43e12523eb1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF 0d1610ec-d543","description":"vendor software product","vendorName":"d3e03b9d-71e1-42e5-803e","vendorId":"78ba3fa2e0684a13b9fde49a2b6abe91","onboardingMethod":"NetworkPackage","id":"577958d75d49458485929a348c9c1795","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 933eedd3-103f","description":"vendor software product","vendorName":"d1dd788e-6b73-4797-b864","vendorId":"a79a552c0fdc49d089c0a5d42498d79a","onboardingMethod":"NetworkPackage","id":"c1deb90e83f7407c93346bd9b58c27f5","owner":"cs0008","status":"ACTIVE"}],"listCount":5} 2021-08-08 01:50:23,893 DEBUG 324:vsp.py(1) - importing VSP basic_cnf_VSP from SDC 2021-08-08 01:50:23,893 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_JbZoUY_VSP from SDC 2021-08-08 01:50:23,893 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-08-08 01:50:23,894 DEBUG 324:vsp.py(1) - importing VSP pNF 0d1610ec-d543 from SDC 2021-08-08 01:50:23,894 DEBUG 324:vsp.py(1) - importing VSP vFW 933eedd3-103f from SDC 2021-08-08 01:50:23,894 DEBUG 147:__init__.py(1) - number of Vsp returned: 5 2021-08-08 01:50:23,894 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP 2021-08-08 01:50:23,895 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:23,895 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:50:23,895 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:50:23,897 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:23,957 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 264 2021-08-08 01:50:23,958 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:50:23,959 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628387386964,"modificationTime":1628387411013,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-08 01:50:23,961 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-08 01:50:23,962 INFO 192:__init__.py(1) - Vsp found, updating information 2021-08-08 01:50:23,962 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC 2021-08-08 01:50:23,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-08-08 01:50:23,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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:50:23,963 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:50:23,965 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:24,017 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 264 2021-08-08 01:50:24,018 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:50:24,018 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628387386964,"modificationTime":1628387411013,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-08 01:50:24,020 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:24,021 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/325bdf2001354ac1b0ee14e9c36c360e/versions 2021-08-08 01:50:24,021 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2021-08-08 01:50:24,022 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:24,071 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/325bdf2001354ac1b0ee14e9c36c360e/versions HTTP/1.1" 200 264 2021-08-08 01:50:24,072 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2021-08-08 01:50:24,072 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b3d847a6ea984a0db9ada69b0ec558c1","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628387386964,"modificationTime":1628387411013,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-08-08 01:50:24,074 DEBUG 46:sdc_element.py(1) - details found, updating 2021-08-08 01:50:24,079 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:24,079 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions 2021-08-08 01:50:24,079 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-08-08 01:50:24,081 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:24,799 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1/actions HTTP/1.1" 200 317 2021-08-08 01:50:24,800 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-08-08 01:50:24,801 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"325bdf2001354ac1b0ee14e9c36c360e","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-08 01:50:24,801 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"325bdf2001354ac1b0ee14e9c36c360e","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-08-08 01:50:24,804 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:24,804 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/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 2021-08-08 01:50:24,804 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-08-08 01:50:24,806 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:24,992 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/325bdf2001354ac1b0ee14e9c36c360e/versions/b3d847a6ea984a0db9ada69b0ec558c1 HTTP/1.1" 200 804 2021-08-08 01:50:24,994 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-08-08 01:50:24,994 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"06509d3f66794d0eb066a627da677bd9","onboardingMethod":"NetworkPackage","id":"325bdf2001354ac1b0ee14e9c36c360e","version":"b3d847a6ea984a0db9ada69b0ec558c1","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"} 2021-08-08 01:50:24,996 DEBUG 129:onap_service.py(1) - [SDC][create Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:24,996 DEBUG 131:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources 2021-08-08 01:50:24,996 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": "325bdf2001354ac1b0ee14e9c36c360e", "csarVersion": "1.0", "deploymentArtifacts": {}, "description": "VF", "icon": "defaulticon", "name": "basic_cnf", "properties": [], "groups": [], "requirements": {}, "resourceType": "VF", "tags": ["basic_cnf"], "toscaArtifacts": {}, "vendorName": "basicnf_vendor", "vendorRelease": "1.0" } 2021-08-08 01:50:24,997 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:30,350 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources HTTP/1.1" 201 None 2021-08-08 01:50:30,356 INFO 142:onap_service.py(1) - [SDC][create Vf] response code: 201 2021-08-08 01:50:30,364 DEBUG 146:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1628387427529,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"7f100c1e-530c-46d4-bb47-0cd8d7d16b2f","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628387427531,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427529,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"timeout":0,"creationDate":1628387427803,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"b5ead459-8951-47a7-97bd-6738597a1a29","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1628387427805,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427803,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1628387427529,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"7f100c1e-530c-46d4-bb47-0cd8d7d16b2f","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628387427531,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427529,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1":{"payloadData":"SXlBalBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVRFbERSVTVUUlY5VFZFRlNWRDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBRb2pJQ01LSXlBaklFTnZjSGx5YVdkb2RDQW9ReWtnTWpBeE9TQkpiblJsYkNCRGIzSndiM0poZEdsdmJnb2pJQ01nVTFCRVdDMU1hV05sYm5ObExVbGtaVzUwYVdacFpYSTZJRUZ3WVdOb1pTMHlMakFLSXlBakNpTWdJejA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVXhKUTBWT1UwVmZSVTVFUFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDBLQ21obFlYUmZkR1Z0Y0d4aGRHVmZkbVZ5YzJsdmJqb2dNakF4TmkweE1DMHhOQXBrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnWkhWdGJYa2dWazVHQ2dwd1lYSmhiV1YwWlhKek9nb2daSFZ0YlhsZmJtRnRaVjh3T2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUc1aGJXVWdiMllnZG0wS0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVSMWJXMTVJRzVoYldVS0NpQjJibVpmYVdRNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2FXUWdiMllnZG01bUNpQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWNtOTJhV1JsWkNCaWVTQlBUa0ZRQ2dvZ2RtNW1YMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2JtRnRaU0J2WmlCMmJtWUtJQ0FnWkdWelkzSnBjSFJwYjI0NklGQnliM1pwWkdWa0lHSjVJRTlPUVZBS0NpQjJabDl0YjJSMWJHVmZhV1E2Q2lBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNCc1lXSmxiRG9nZG01bUlHMXZaSFZzWlNCcFpBb2dJQ0JrWlhOamNtbHdkR2x2YmpvZ1VISnZkbWxrWldRZ1lua2dUMDVCVUFvS0lHUjFiVzE1WDJsdFlXZGxYMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ1NXMWhaMlVnYm1GdFpTQnZjaUJKUkFvZ0lDQmtaWE5qY21sd2RHbHZiam9nUkhWdGJYa2dhVzFoWjJVZ2JtRnRaUW9LSUdSMWJXMTVYMlpzWVhadmNsOXVZVzFsT2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUdac1lYWnZjZ29nSUNCa1pYTmpjbWx3ZEdsdmJqb2dSSFZ0YlhrZ1pteGhkbTl5Q2dweVpYTnZkWEpqWlhNNkNpQmtkVzF0ZVY4d09nb2dJQ0IwZVhCbE9pQlBVem82VG05MllUbzZVMlZ5ZG1WeUNpQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJR1IxYlcxNVgyNWhiV1ZmTUNCOUNpQWdJQ0FnYVcxaFoyVTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjlwYldGblpWOXVZVzFsSUgwS0lDQWdJQ0JtYkdGMmIzSTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjltYkdGMmIzSmZibUZ0WlNCOUNpQWdJQ0FnYldWMFlXUmhkR0U2SUhzZ2RtNW1YMjVoYldVNklIc2daMlYwWDNCaGNtRnRPaUIyYm1aZmJtRnRaU0I5TENCMmJtWmZhV1E2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYVdRZ2ZTd2dkbVpmYlc5a2RXeGxYMmxrT2lCN0lHZGxkRjl3WVhKaGJUb2dkbVpmYlc5a2RXeGxYMmxrSUgxOQ==","listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1628387427581,"description":"created from csar","artifactType":"HEAT","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"730e473e-1b6b-483a-b76c-de18bfbc0ed2","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","duplicated":false,"payloadUpdateDate":1628387427585,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427581,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387427611,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1628387427611,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427611,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387425989,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.assettoscacsar","artifactName":"resource-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387425989,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387425989,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.assettoscatemplate","artifactName":"resource-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387425989,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Node","parentName":"feature","uniqueId":"capability.907ac529-77bd-4ae5-b251-e640e7f921b8.feature","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"feature_dummy","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Scalable","parentName":"scalable","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.scalable","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"scalable_dummy","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.network.Bindable","parentName":"binding","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.binding","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"binding_dummy","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Container","parentName":"host","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.host","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"host_dummy","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.ephemeral.size","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.ephemeral.size","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.ephemeral.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"instance","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.instance","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"instance_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"memory","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.memory","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.iops","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.iops","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"cpu.delta","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.cpu.delta","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu.delta_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.capacity","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.capacity","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.latency","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.latency","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.usage","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.usage","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"cpu_util","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.cpu_util","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_util_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.allocation","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.allocation","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.requests.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.requests.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.latency","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.latency","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"cpu","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.cpu","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.read.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.read.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.root.size","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.root.size","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.root.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"vcpus","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.vcpus","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"vcpus_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.iops","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.iops","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.usage","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.usage","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.requests.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.requests.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.requests.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.requests.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.allocation","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.allocation","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.read.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.read.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.read.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.read.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"memory.usage","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.memory.usage","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.capacity","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.capacity","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"memory.resident","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.memory.resident","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.resident_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests_dummy","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.OperatingSystem","parentName":"os","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.os","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"os_dummy","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Endpoint.Admin","parentName":"endpoint","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.endpoint","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"node":"tosca.nodes.Root","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","parentName":"dependency","uniqueId":"907ac529-77bd-4ae5-b251-e640e7f921b8.dependency","capability":"tosca.capabilities.Node","ownerId":"907ac529-77bd-4ae5-b251-e640e7f921b8","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"node":"tosca.nodes.BlockStorage","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","parentName":"local_storage","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.compute_dummy_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.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":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.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":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.compute_dummy_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_name","value":"[{\"get_input\":\"dummy_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"fd766705-dcfd-4f72-8a2e-95938ca777fd.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_dummyServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.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":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_dummy"},"actualComponentUid":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","createdFromCsar":true,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","normalizedName":"abstract_dummy","name":"abstract_dummy","creationTime":1628387427140,"icon":"defaulticon","originType":"CVFC","isProxy":false,"toscaArtifacts":{},"directives":["substitutable"],"invariantName":"abstract_dummy","createdFrom":"CSAR","componentUid":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicCnfcvfc.abstract.abstract.nodes.dummy","modificationTime":1628387427316,"customizationUUID":"952a582a-7797-4ef6-83c7-c6ba92f89d69","posX":"475.0","posY":"325.0","componentName":"basic_cnf-nodes.dummyCvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy":[{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.compute_dummy_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.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":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.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":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.compute_dummy_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_name","value":"[{\"get_input\":\"dummy_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_name_0","getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_flavor_name","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"fd766705-dcfd-4f72-8a2e-95938ca777fd.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_dummyServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_image_name","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.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":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false},{"definition":false,"hidden":false,"uniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"27204c3f-cd69-4a65-8143-561e1c51e90a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"27204c3f-cd69-4a65-8143-561e1c51e90a","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Node","parentName":"feature","uniqueId":"capability.907ac529-77bd-4ae5-b251-e640e7f921b8.feature","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"feature_dummy","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Scalable","parentName":"scalable","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.scalable","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"scalable_dummy","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.network.Bindable","parentName":"binding","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.binding","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"binding_dummy","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","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":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Container","parentName":"host","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.host","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"host_dummy","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.ephemeral.size","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.ephemeral.size","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.ephemeral.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"instance","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.instance","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"instance_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"memory","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.memory","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.iops","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.iops","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"cpu.delta","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.cpu.delta","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu.delta_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.capacity","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.capacity","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.latency","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.latency","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.usage","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.usage","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"cpu_util","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.cpu_util","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_util_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.allocation","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.allocation","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.requests.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.requests.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.latency","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.latency","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"cpu","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.cpu","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.read.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.read.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.root.size","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.root.size","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.root.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"vcpus","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.vcpus","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"vcpus_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.iops","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.iops","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.usage","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.usage","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.read.requests.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.read.requests.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.write.requests.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.write.requests.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.allocation","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.allocation","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.read.bytes.rate","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.read.bytes.rate","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.read.bytes","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.read.bytes","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"memory.usage","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.memory.usage","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.device.capacity","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.device.capacity","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"memory.resident","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.memory.resident","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.resident_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"77cc66a4-5347-4957-8f8b-3ef46bb4f9ff","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"org.openecomp.capabilities.metric.Ceilometer","parentName":"disk.write.requests","uniqueId":"capability.77cc66a4-5347-4957-8f8b-3ef46bb4f9ff.disk.write.requests","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests_dummy","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.OperatingSystem","parentName":"os","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.os","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"os_dummy","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","empty":false}],"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","type":"tosca.capabilities.Endpoint.Admin","parentName":"endpoint","uniqueId":"capability.85ad420b-2f8f-4a4d-8487-665c0d3cacc5.endpoint","ownerId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"node":"tosca.nodes.Root","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","parentName":"dependency","uniqueId":"907ac529-77bd-4ae5-b251-e640e7f921b8.dependency","capability":"tosca.capabilities.Node","ownerId":"907ac529-77bd-4ae5-b251-e640e7f921b8","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["f5e74b6d-c40a-4d78-8e90-ba12e81bb991.422fe221-97d6-4e6e-92cd-29f380a4ef93.dummy","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"],"node":"tosca.nodes.BlockStorage","source":"f5e74b6d-c40a-4d78-8e90-ba12e81bb991","parentName":"local_storage","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vf_module_id","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vf_module_id","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_image_name","type":"string","required":false,"defaultValue":"dummy","description":"Dummy image name","password":false,"name":"dummy_image_name","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_name","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vnf_name","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_flavor_name","type":"string","required":false,"defaultValue":"dummy.default","description":"Dummy flavor","password":false,"name":"dummy_flavor_name","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_id","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vnf_id","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_name_0","type":"string","required":false,"defaultValue":"dummy_1_0","description":"Dummy name","password":false,"name":"dummy_name_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_dummy_group","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.base_dummy_group","name":"base_dummy_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_dummy_group","createdFrom":"CSAR","invariantUUID":"cb75e718-1d97-4e47-b067-6f246dd1b8ed","groupUUID":"c878c08d-9b37-44b3-a87a-a54c8145d799","members":{"abstract_dummy":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file.property.1","type":"string","required":true,"description":"Heat file which associate to this group/heat stack","password":false,"name":"heat_file","value":"../Artifacts/base_dummy.yaml","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description.property.2","type":"string","required":true,"description":"group description","password":false,"name":"description","value":"Heat template to deploy dummy VNF","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","empty":false}],"empty":false},{"typeUid":"org.openecomp.groups.VfModule.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"BasicCnf..base_dummy..module-0","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.BasicCnf..base_dummy..module-0","name":"BasicCnf..base_dummy..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1env"],"invariantName":"BasicCnf..base_dummy..module-0","createdFrom":"CSAR","invariantUUID":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","artifactsUuid":["730e473e-1b6b-483a-b76c-de18bfbc0ed2"],"groupUUID":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","members":{"abstract_dummy":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.f5e74b6d-c40a-4d78-8e90-ba12e81bb991.abstract_dummy"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"false","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_dummy","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.VF","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"abstract":false,"resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicCnf","vendorName":"basicnf_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","version":"0.1","icon":"defaulticon","creationDate":1628387425990,"description":"VF","tags":["basic_cnf"],"vspArchived":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68","componentMetadataForSupportLog":{"SupportablityComponentUUID":"a36e2432-aed4-4313-a243-3cf719deea41","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"325bdf2001354ac1b0ee14e9c36c360e","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","highestVersion":true,"systemName":"BasicCnf","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1628387427218,"allArtifacts":{"heat1":{"payloadData":"SXlBalBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVRFbERSVTVUUlY5VFZFRlNWRDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBRb2pJQ01LSXlBaklFTnZjSGx5YVdkb2RDQW9ReWtnTWpBeE9TQkpiblJsYkNCRGIzSndiM0poZEdsdmJnb2pJQ01nVTFCRVdDMU1hV05sYm5ObExVbGtaVzUwYVdacFpYSTZJRUZ3WVdOb1pTMHlMakFLSXlBakNpTWdJejA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVXhKUTBWT1UwVmZSVTVFUFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDBLQ21obFlYUmZkR1Z0Y0d4aGRHVmZkbVZ5YzJsdmJqb2dNakF4TmkweE1DMHhOQXBrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnWkhWdGJYa2dWazVHQ2dwd1lYSmhiV1YwWlhKek9nb2daSFZ0YlhsZmJtRnRaVjh3T2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUc1aGJXVWdiMllnZG0wS0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVSMWJXMTVJRzVoYldVS0NpQjJibVpmYVdRNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2FXUWdiMllnZG01bUNpQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWNtOTJhV1JsWkNCaWVTQlBUa0ZRQ2dvZ2RtNW1YMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2JtRnRaU0J2WmlCMmJtWUtJQ0FnWkdWelkzSnBjSFJwYjI0NklGQnliM1pwWkdWa0lHSjVJRTlPUVZBS0NpQjJabDl0YjJSMWJHVmZhV1E2Q2lBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNCc1lXSmxiRG9nZG01bUlHMXZaSFZzWlNCcFpBb2dJQ0JrWlhOamNtbHdkR2x2YmpvZ1VISnZkbWxrWldRZ1lua2dUMDVCVUFvS0lHUjFiVzE1WDJsdFlXZGxYMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ1NXMWhaMlVnYm1GdFpTQnZjaUJKUkFvZ0lDQmtaWE5qY21sd2RHbHZiam9nUkhWdGJYa2dhVzFoWjJVZ2JtRnRaUW9LSUdSMWJXMTVYMlpzWVhadmNsOXVZVzFsT2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUdac1lYWnZjZ29nSUNCa1pYTmpjbWx3ZEdsdmJqb2dSSFZ0YlhrZ1pteGhkbTl5Q2dweVpYTnZkWEpqWlhNNkNpQmtkVzF0ZVY4d09nb2dJQ0IwZVhCbE9pQlBVem82VG05MllUbzZVMlZ5ZG1WeUNpQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJR1IxYlcxNVgyNWhiV1ZmTUNCOUNpQWdJQ0FnYVcxaFoyVTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjlwYldGblpWOXVZVzFsSUgwS0lDQWdJQ0JtYkdGMmIzSTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjltYkdGMmIzSmZibUZ0WlNCOUNpQWdJQ0FnYldWMFlXUmhkR0U2SUhzZ2RtNW1YMjVoYldVNklIc2daMlYwWDNCaGNtRnRPaUIyYm1aZmJtRnRaU0I5TENCMmJtWmZhV1E2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYVdRZ2ZTd2dkbVpmYlc5a2RXeGxYMmxrT2lCN0lHZGxkRjl3WVhKaGJUb2dkbVpmYlc5a2RXeGxYMmxrSUgxOQ==","listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1628387427581,"description":"created from csar","artifactType":"HEAT","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"730e473e-1b6b-483a-b76c-de18bfbc0ed2","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","duplicated":false,"payloadUpdateDate":1628387427585,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427581,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"timeout":0,"creationDate":1628387427803,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"b5ead459-8951-47a7-97bd-6738597a1a29","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1628387427805,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427803,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387427611,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1628387427611,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427611,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1628387427529,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"7f100c1e-530c-46d4-bb47-0cd8d7d16b2f","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628387427531,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427529,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68"},"categorySpecificMetadata":{},"csarUUID":"325bdf2001354ac1b0ee14e9c36c360e","csarVersion":"1.0","archiveTime":0,"service":false,"name":"basic_cnf"} 2021-08-08 01:50:30,375 INFO 285:__init__.py(1) - Vf basic_cnf is created in SDC 2021-08-08 01:50:30,375 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:40,386 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_cnf in SDC 2021-08-08 01:50:40,392 DEBUG 129:onap_service.py(1) - [SDC][Certify Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:40,393 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/4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68/lifecycleState/Certify 2021-08-08 01:50:40,393 DEBUG 132:onap_service.py(1) - [SDC][Certify Vf] data sent: { "userRemarks": "certify" } 2021-08-08 01:50:40,396 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:44,857 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68/lifecycleState/Certify HTTP/1.1" 200 1281 2021-08-08 01:50:44,858 INFO 142:onap_service.py(1) - [SDC][Certify Vf] response code: 200 2021-08-08 01:50:44,858 DEBUG 146:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1628387425990,"lastUpdateDate":1628387441420,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"defaulticon","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"01b87add-b1e3-47b2-ad6c-1876adbbb637"},"csarUUID":"325bdf2001354ac1b0ee14e9c36c360e","csarVersion":"1.0","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","componentType":"RESOURCE","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"vendorName":"basicnf_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicCnf","uuid":"a36e2432-aed4-4313-a243-3cf719deea41"} 2021-08-08 01:50:44,860 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-08 01:50:44,860 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-08 01:50:44,860 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:44,860 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-08-08 01:50:44,860 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-08 01:50:44,861 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:50:45,010 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073 2021-08-08 01:50:45,012 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-08 01:50:45,013 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9c59b635-161b-41de-89c8-eafc854f38f7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/a36e2432-aed4-4313-a243-3cf719deea41/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f7fcd290-62b4-474e-915f-e77b43b3dc8a/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-08 01:50:45,016 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:50:45,016 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:45,017 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:45,017 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:45,017 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:50:45,017 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:45,018 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:45,018 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:45,018 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:50:45,018 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:45,018 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:45,018 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:45,019 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-08-08 01:50:45,019 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:50:45,019 INFO 192:__init__.py(1) - Vf found, updating information 2021-08-08 01:50:45,020 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:45,020 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:50:45,020 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-08-08 01:50:45,022 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:45,683 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:50:45,685 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-08-08 01:50:45,687 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:50:45,691 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-08-08 01:50:55,702 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-08 01:50:55,702 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-08 01:50:55,703 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:55,703 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-08-08 01:50:55,703 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-08 01:50:55,705 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:50:56,276 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073 2021-08-08 01:50:56,278 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-08 01:50:56,278 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9c59b635-161b-41de-89c8-eafc854f38f7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/a36e2432-aed4-4313-a243-3cf719deea41/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f7fcd290-62b4-474e-915f-e77b43b3dc8a/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-08 01:50:56,281 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:50:56,281 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:56,282 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:56,282 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:56,282 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:50:56,282 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:56,282 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:56,283 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:56,283 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:50:56,283 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:50:56,283 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:50:56,283 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:50:56,283 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-08-08 01:50:56,284 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:50:56,284 INFO 192:__init__.py(1) - Vf found, updating information 2021-08-08 01:50:56,284 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:56,284 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:50:56,285 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-08-08 01:50:56,287 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:50:58,206 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:50:58,208 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-08-08 01:50:58,211 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:50:58,218 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-08-08 01:50:58,218 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:50:58,219 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:50:58,219 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:50:58,219 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:50:58,220 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:50:58,222 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:01,016 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-08-08 01:51:01,018 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:01,019 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:01,022 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:01,022 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:01,022 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:01,022 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:01,023 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:01,023 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:01,023 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:01,023 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:01,023 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:01,024 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:01,024 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:01,024 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:01,024 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-08-08 01:51:01,024 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:01,024 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-08-08 01:51:01,025 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:51:01,025 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:51:01,025 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:01,025 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:51:01,026 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:51:01,028 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:03,116 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-08-08 01:51:03,118 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:03,118 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:03,122 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:03,122 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:03,123 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:03,123 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:03,123 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:03,123 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:03,123 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:03,124 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:03,124 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:03,124 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:03,124 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:03,124 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:03,125 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-08-08 01:51:03,125 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:03,125 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-08-08 01:51:03,125 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2021-08-08 01:51:03,125 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2021-08-08 01:51:03,126 DEBUG 129:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:03,126 DEBUG 131:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-08-08 01:51:03,126 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-08-08 01:51:03,129 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:03,833 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None 2021-08-08 01:51:03,835 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2021-08-08 01:51:03,837 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"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":"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":"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},{"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":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"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}],"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":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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},{"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":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"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":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"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":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"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":"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 Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"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":"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":"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}],"productCategories":[]},"version":"1.9.0"} 2021-08-08 01:51:03,842 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2021-08-08 01:51:03,842 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2021-08-08 01:51:03,842 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2021-08-08 01:51:03,843 INFO 267:__init__.py(1) - attempting to create Service basic_cnf in SDC 2021-08-08 01:51:03,843 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:51:03,843 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:51:03,843 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:03,844 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:51:03,844 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:51:03,846 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:06,329 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068 2021-08-08 01:51:06,331 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:06,332 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:06,335 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:06,335 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:06,335 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:06,336 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:06,336 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:06,336 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:06,336 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:06,336 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:06,336 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:06,336 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:06,336 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:06,337 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:06,337 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-08-08 01:51:06,337 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:06,337 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC 2021-08-08 01:51:06,352 DEBUG 129:onap_service.py(1) - [SDC][create Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:06,352 DEBUG 131:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services 2021-08-08 01:51:06,352 DEBUG 132:onap_service.py(1) - [SDC][create Service] data sent: { "componentType": "SERVICE", "properties": [], "requirements": {}, "toscaArtifacts": {}, "tags": ["basic_cnf"], "artifacts": {}, "description": "service", "serviceApiArtifacts": {}, "capabilities": {}, "name": "basic_cnf", "componentInstancesProperties": {}, "componentInstancesAttributes": {}, "contactId": "cs0008", "groups": [], "projectCode": "123456", "deploymentArtifacts": {}, "attributes": [], "componentInstances": [], "ecompGeneratedNaming": true, "instantiationType": "A-la-carte", "environmentContext": "General_Revenue-Bearing", "categories": [ { "normalizedName": "network service", "name": "Network Service", "uniqueId": "serviceNewCategory.network service", "subcategories": null, "version": null, "ownerId": null, "empty": false, "type": null, "icons": ["network_l_1-3"] } ], "icon": "network_l_1-3" } 2021-08-08 01:51:06,354 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:08,435 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services HTTP/1.1" 201 None 2021-08-08 01:51:08,457 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2021-08-08 01:51:08,459 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false}],"attributes":null,"artifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Model","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"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":1628387467046,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"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":"6a8dd006-a32e-4504-bf5b-58bd7402059f.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","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":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","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":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","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":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","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":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","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":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false}],"outputs":null,"groups":null,"policies":null,"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"substitutionFilterComponents":null,"interfaces":{},"dataTypes":null,"substitutionFilter":null,"serviceApiArtifacts":{"configuration":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467432,"description":"service","tags":["basic_cnf"],"vspArchived":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9","componentMetadataForSupportLog":{"SupportablityComponentUUID":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","highestVersion":true,"systemName":"BasicCnf","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1628387467432,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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":1628387467046,"description":null,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.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":1628387467046,"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,"service":true,"name":"basic_cnf"} 2021-08-08 01:51:08,464 INFO 285:__init__.py(1) - Service basic_cnf is created in SDC 2021-08-08 01:51:08,465 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:08,473 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC 2021-08-08 01:51:08,474 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-08-08 01:51:08,474 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:08,474 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-08-08 01:51:08,475 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-08-08 01:51:08,477 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:08,727 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073 2021-08-08 01:51:08,729 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-08-08 01:51:08,729 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/9c59b635-161b-41de-89c8-eafc854f38f7/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/a36e2432-aed4-4313-a243-3cf719deea41/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f7fcd290-62b4-474e-915f-e77b43b3dc8a/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-08-08 01:51:08,732 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:08,732 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:08,733 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:08,733 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:51:08,733 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:51:08,733 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:08,733 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:08,734 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:51:08,734 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:08,734 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:08,734 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:08,734 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:51:08,734 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2021-08-08 01:51:08,735 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:08,735 INFO 192:__init__.py(1) - Vf found, updating information 2021-08-08 01:51:08,735 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:08,735 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:51:08,736 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-08-08 01:51:08,738 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:09,919 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:51:09,921 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-08-08 01:51:09,923 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1628387467432,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:51:09,929 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list 2021-08-08 01:51:09,930 DEBUG 129:onap_service.py(1) - [SDC][Add VF to service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:09,930 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/2d958c8c-1ece-4937-8e62-99818085a8d9/resourceInstance 2021-08-08 01:51:09,930 DEBUG 132:onap_service.py(1) - [SDC][Add VF to service] data sent: { "name": "basic_cnf", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "01b87add-b1e3-47b2-ad6c-1876adbbb637", "originType": "VF", "componentUid": "01b87add-b1e3-47b2-ad6c-1876adbbb637", "icon": "defaulticon" } 2021-08-08 01:51:09,932 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:12,260 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/2d958c8c-1ece-4937-8e62-99818085a8d9/resourceInstance HTTP/1.1" 201 None 2021-08-08 01:51:12,261 INFO 142:onap_service.py(1) - [SDC][Add VF to service] response code: 201 2021-08-08 01:51:12,263 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":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vf_module_id","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":"true","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.multi_stage_design","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"multi_stage_design","value":"false","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming_code","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming_code","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_function","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_function","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.controller_actor","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"controller_actor","value":"SO-REF-DATA","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.availability_zone_max_count","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"availability_zone_max_count","value":"1","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_artifact_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_artifact_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_image_name","type":"string","required":false,"defaultValue":null,"description":"Dummy image name","schema":null,"password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_name","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.max_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_type","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_type","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_flavor_name","type":"string","required":false,"defaultValue":null,"description":"Dummy flavor","schema":null,"password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_id","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_role","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_role","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.min_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_name_0","type":"string","required":false,"defaultValue":null,"description":"Dummy name","schema":null,"password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","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":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_cnf 0","SupportablityComponentVersion":null},"actualComponentUid":"01b87add-b1e3-47b2-ad6c-1876adbbb637","createdFromCsar":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1628387470955,"icon":"defaulticon","description":null,"originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","createdFrom":null,"componentUid":"01b87add-b1e3-47b2-ad6c-1876adbbb637","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1628387470955,"customizationUUID":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"version":null,"type":null,"ownerId":null,"empty":false} 2021-08-08 01:51:12,263 INFO 511:service.py(1) - Resource VF basic_cnf has been added on serice basic_cnf 2021-08-08 01:51:12,267 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:12,267 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/distribution 2021-08-08 01:51:12,268 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-08-08 01:51:12,270 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:12,336 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/distribution HTTP/1.1" 200 38 2021-08-08 01:51:12,337 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-08-08 01:51:12,338 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[]} 2021-08-08 01:51:12,340 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:12,341 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None 2021-08-08 01:51:12,341 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-08 01:51:12,343 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:12,395 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/None HTTP/1.1" 200 29 2021-08-08 01:51:12,396 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-08 01:51:12,396 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-08-08 01:51:12,398 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-08-08 01:51:12,399 INFO 728:service.py(1) - attempting to checkin Service basic_cnf in SDC 2021-08-08 01:51:12,402 DEBUG 129:onap_service.py(1) - [SDC][checkin Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:12,403 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/2d958c8c-1ece-4937-8e62-99818085a8d9/lifecycleState/checkin 2021-08-08 01:51:12,403 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2021-08-08 01:51:12,405 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:14,486 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/2d958c8c-1ece-4937-8e62-99818085a8d9/lifecycleState/checkin HTTP/1.1" 200 1183 2021-08-08 01:51:14,488 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2021-08-08 01:51:14,488 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9","name":"basic_cnf","version":"0.1","isHighestVersion":true,"creationDate":1628387467432,"lastUpdateDate":1628387473146,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"0.1":"2d958c8c-1ece-4937-8e62-99818085a8d9"},"projectCode":"123456","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","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":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87"} 2021-08-08 01:51:14,491 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:51:14,492 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:51:14,492 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:14,492 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:51:14,492 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:51:14,494 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:15,022 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1445 2021-08-08 01:51:15,025 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:15,026 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:15,030 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:15,030 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:15,030 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:15,031 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:15,031 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:51:15,032 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:15,032 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:15,032 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-08-08 01:51:15,033 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:15,033 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:15,033 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:15,033 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:15,034 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:15,034 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:15,034 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:15,035 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:15,035 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:51:15,035 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:15,036 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:51:15,036 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:15,037 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:51:15,037 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:51:15,039 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:15,654 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:51:15,657 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:51:15,660 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628387473146,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:51:15,668 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:51:15,668 INFO 728:service.py(1) - attempting to Certify Service basic_cnf in SDC 2021-08-08 01:51:15,673 DEBUG 129:onap_service.py(1) - [SDC][Certify Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:15,673 DEBUG 131:onap_service.py(1) - [SDC][Certify Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/2d958c8c-1ece-4937-8e62-99818085a8d9/lifecycleState/Certify 2021-08-08 01:51:15,674 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2021-08-08 01:51:15,677 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:23,738 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/2d958c8c-1ece-4937-8e62-99818085a8d9/lifecycleState/Certify HTTP/1.1" 200 1171 2021-08-08 01:51:23,740 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2021-08-08 01:51:23,740 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1628387467432,"lastUpdateDate":1628387473146,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"eaa97f8e-00d1-4dff-a6c7-1937649843eb"},"projectCode":"123456","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","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":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87"} 2021-08-08 01:51:23,744 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:51:23,744 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:51:23,745 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:23,745 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:51:23,745 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:51:23,748 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:24,273 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1433 2021-08-08 01:51:24,275 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:24,275 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:24,278 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:24,279 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:24,279 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:24,279 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:24,280 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:51:24,280 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:24,280 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:24,281 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-08-08 01:51:24,281 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:24,281 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:24,281 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:24,282 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:24,282 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:24,282 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:24,283 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:24,283 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:24,283 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:51:24,284 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:24,284 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:51:24,285 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:24,285 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:51:24,285 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:51:24,287 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:24,874 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:51:24,877 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:51:24,880 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387473146,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:51:24,886 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:51:34,897 INFO 728:service.py(1) - attempting to PROD/activate Service basic_cnf in SDC 2021-08-08 01:51:34,901 DEBUG 129:onap_service.py(1) - [SDC][PROD/activate Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:34,901 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/eaa97f8e-00d1-4dff-a6c7-1937649843eb/distribution/PROD/activate 2021-08-08 01:51:34,901 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2021-08-08 01:51:34,904 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:37,720 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/eaa97f8e-00d1-4dff-a6c7-1937649843eb/distribution/PROD/activate HTTP/1.1" 200 None 2021-08-08 01:51:37,722 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2021-08-08 01:51:37,725 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","empty":false},{"definition":false,"hidden":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"MjMxOWRjNmY0ZmY2NGEzZjU0MTBjZTZkMTQ2OTRlNTc=","artifactUUID":"6863a382-fef6-48f0-a97e-f9622310ff12","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"2d958c8c-1ece-4937-8e62-99818085a8d9.assettoscacsar","duplicated":false,"payloadUpdateDate":1628387481721,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"ZGJmZjQ0ZmI2ZGZiYjkzMGZiMTUwMGMwOTYxYzI2OWE=","artifactUUID":"ff726005-41d1-43fa-be68-ad6b2212ba41","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"2d958c8c-1ece-4937-8e62-99818085a8d9.assettoscatemplate","duplicated":false,"payloadUpdateDate":1628387479814,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"componentInstances":[{"deploymentArtifacts":{"vflicense":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387427512,"description":"VF license file","artifactType":"VF_LICENSE","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vflicense","artifactName":"vf-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"Mjk5ZDEwOGJmOTNhYTkyMzk4MDk2MGE0NWQ0Njg3OGM=","artifactUUID":"847cb413-dcaf-4f9c-9c99-9f48902b671f","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vflicense","duplicated":false,"payloadUpdateDate":1628387427515,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427512,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3env":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387471120,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.cloudtechnologyspecificartifact3env","artifactName":"nginx_cloudtech_k8s_charts.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=","artifactUUID":"1959ef37-0cbe-4485-a5b7-0c374ef01b78","generatedFromId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3env","esId":"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.cloudtechnologyspecificartifact3env","duplicated":false,"payloadUpdateDate":1628387476393,"heatParamsUpdateDate":1628387471120,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387471120,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"cloudtechnologyspecificartifact3":{"heatParamUpdated":false,"timeout":30,"creationDate":1628387427803,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"b5ead459-8951-47a7-97bd-6738597a1a29","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1628387427805,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427803,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vfModulesMetadata":{"heatParamUpdated":false,"timeout":0,"description":"Auto-generated VF Modules information artifact","artifactType":"VF_MODULES_METADATA","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.vfModulesMetadata","artifactName":"basic_cnf0_modules.json","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NGEyYWZjNDExZTEwYzk1ZjJiOTVjZTRkYjhjMDk5MTM=","artifactUUID":"2b7ee90e-c3f1-47a0-b86c-8ebf3c5a858c","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"2d958c8c-1ece-4937-8e62-99818085a8d9.2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1628387477613,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"heat1":{"listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1628387427581,"description":"created from csar","artifactType":"HEAT","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"730e473e-1b6b-483a-b76c-de18bfbc0ed2","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","duplicated":false,"payloadUpdateDate":1628387427585,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427581,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vendorlicense":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387427460,"description":" Vendor license file","artifactType":"VENDOR_LICENSE","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vendorlicense","artifactName":"vendor-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE=","artifactUUID":"fe64e8e6-88a8-4bf7-9cf3-1988d483bc89","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vendorlicense","duplicated":false,"payloadUpdateDate":1628387427464,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427460,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","defaultValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","defaultValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","defaultValue":"dummy.default","empty":false}],"heatParamUpdated":false,"timeout":0,"creationDate":1628387471117,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=","artifactUUID":"41326655-2000-4416-9668-3b4563435b11","generatedFromId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.heat1env","duplicated":false,"payloadUpdateDate":1628387476933,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","defaultValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","defaultValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","defaultValue":"dummy.default","empty":false}],"heatParamsUpdateDate":1628387471117,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387471117,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"artifacts":{"vspbasiccnfvspinformationtxt":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387427529,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"7f100c1e-530c-46d4-bb47-0cd8d7d16b2f","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628387427531,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628387427529,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"groupInstances":[{"version":"1","creationTime":1628387471129,"type":"org.openecomp.groups.VfModule","artifacts":["4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.heat1env","4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3"],"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.BasicCnf..base_dummy..module-0.basic_cnf0basiccnfbase_dummymodule0","invariantUUID":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","normalizedName":"basic_cnf0basiccnfbase_dummymodule0","modificationTime":1628387471129,"customizationUUID":"e774368f-c04a-45e6-8490-e25cf4700f52","groupInstanceArtifacts":["4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.cloudtechnologyspecificartifact3","2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0.heat1env"],"groupInstanceArtifactsUuid":["b5ead459-8951-47a7-97bd-6738597a1a29","41326655-2000-4416-9668-3b4563435b11"],"artifactsUuid":["730e473e-1b6b-483a-b76c-de18bfbc0ed2","b5ead459-8951-47a7-97bd-6738597a1a29"],"groupUUID":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","groupName":"BasicCnf..base_dummy..module-0","groupUid":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.BasicCnf..base_dummy..module-0","name":"basic_cnf0..BasicCnf..base_dummy..module-0","properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"true","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"defaultValue":"1","description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"defaultValue":"1","description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"defaultValue":"1","description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"defaultValue":"Base","password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"defaultValue":"base_dummy","description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_dummy","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"inputs":[{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vf_module_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_image_name","type":"string","required":false,"description":"Dummy image name","password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_name","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_flavor_name","type":"string","required":false,"description":"Dummy flavor","password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_name_0","type":"string","required":false,"description":"Dummy name","password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"basic_cnf 0"},"actualComponentUid":"01b87add-b1e3-47b2-ad6c-1876adbbb637","createdFromCsar":false,"uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1628387470955,"icon":"defaulticon","originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","componentUid":"01b87add-b1e3-47b2-ad6c-1876adbbb637","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1628387470955,"customizationUUID":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"2d958c8c-1ece-4937-8e62-99818085a8d9.01b87add-b1e3-47b2-ad6c-1876adbbb637.basic_cnf0":[{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vf_module_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_image_name","type":"string","required":false,"description":"Dummy image name","password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_name","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_flavor_name","type":"string","required":false,"description":"Dummy flavor","password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.vnf_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false},{"definition":false,"hidden":false,"uniqueId":"4d7c2b46-cc42-4c4f-8e4b-bd01780ddf68.dummy_name_0","type":"string","required":false,"description":"Dummy name","password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d715d08a-f522-47dc-a1b9-9d2b39c2a55b","empty":false}]},"capabilities":{},"inputs":[{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false},{"definition":false,"hidden":false,"uniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"6a8dd006-a32e-4504-bf5b-58bd7402059f","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.configuration","artifactGroupType":"SERVICE_API","artifactDisplayName":"Configuration","mandatory":false,"serviceApi":true,"artifactLabel":"configuration","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.testing","artifactGroupType":"SERVICE_API","artifactDisplayName":"Testing","mandatory":false,"serviceApi":true,"artifactLabel":"testing","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.logging","artifactGroupType":"SERVICE_API","artifactDisplayName":"Logging","mandatory":false,"serviceApi":true,"artifactLabel":"logging","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.monitoring","artifactGroupType":"SERVICE_API","artifactDisplayName":"Monitoring","mandatory":false,"serviceApi":true,"artifactLabel":"monitoring","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.reporting","artifactGroupType":"SERVICE_API","artifactDisplayName":"Reporting","mandatory":false,"serviceApi":true,"artifactLabel":"reporting","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.instantiation","artifactGroupType":"SERVICE_API","artifactDisplayName":"Instantiation","mandatory":false,"serviceApi":true,"artifactLabel":"instantiation","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"forwardingPaths":{},"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"1.0","icon":"network_l_1-3","creationDate":1628387467432,"description":"service","tags":["basic_cnf"],"vspArchived":false,"uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","componentMetadataForSupportLog":{"SupportablityComponentUUID":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","SupportablityComponentName":"basic_cnf","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","highestVersion":true,"systemName":"BasicCnf","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","normalizedName":"basiccnf","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1628387496649,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1628387467046,"artifactType":"OTHER","uniqueId":"2d958c8c-1ece-4937-8e62-99818085a8d9.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628387467046,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":{"1.0":"eaa97f8e-00d1-4dff-a6c7-1937649843eb"},"categorySpecificMetadata":{},"archiveTime":0,"service":true,"name":"basic_cnf"} 2021-08-08 01:51:37,730 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:51:37,730 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:51:37,731 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:37,731 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:51:37,731 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:51:37,733 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:38,253 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:51:38,254 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:38,255 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:38,258 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:38,258 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:38,258 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:38,258 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:38,259 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:51:38,259 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:38,259 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:38,259 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:38,259 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:38,259 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:38,260 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:38,260 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:38,260 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:38,260 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:38,260 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:38,260 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:38,261 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:51:38,261 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:38,261 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:51:38,261 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:38,262 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:51:38,262 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:51:38,264 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:38,890 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:51:38,892 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:51:38,896 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:51:38,902 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:51:38,903 INFO 201:service.py(1) - Service basic_cnf onboarded 2021-08-08 01:51:38,903 INFO 33:k8s_connectivity_info_create.py(1) - Check if k8s connectivity information exists 2021-08-08 01:51:38,904 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:51:38,904 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-08-08 01:51:38,904 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-08-08 01:51:38,907 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:51:38,940 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 500 74 2021-08-08 01:51:38,941 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 500 2021-08-08 01:51:38,941 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: n/a 2021-08-08 01:51:38,941 ERROR 157:onap_service.py(1) - [None][Get Connectivity Info] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:51:38,941 ERROR 233:onap_service.py(1) - [None][Get Connectivity Info] request failed: Code: 500. Info: Get Connection: Error finding master table: mongo: no documents in result . 2021-08-08 01:51:38,942 INFO 36:k8s_connectivity_info_create.py(1) - Create the k8s connectivity information 2021-08-08 01:51:38,945 DEBUG 129:onap_service.py(1) - [None][Create Connectivity Info] sent header: {} 2021-08-08 01:51:38,946 DEBUG 131:onap_service.py(1) - [None][Create Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info 2021-08-08 01:51:38,946 DEBUG 132:onap_service.py(1) - [None][Create Connectivity Info] data sent: None 2021-08-08 01:51:38,948 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:51:38,989 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/connectivity-info HTTP/1.1" 201 None 2021-08-08 01:51:38,989 INFO 142:onap_service.py(1) - [None][Create Connectivity Info] response code: 201 2021-08-08 01:51:38,990 DEBUG 146:onap_service.py(1) - [None][Create Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNkT2VrbDVUV3ByTVU1R2IxaEVWRTE0VFVSbmQwNVVTWGxOYW1zeFRrWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVDJkTENsWXpUQzlZSzBOc1FqSlNiRXBQWkdSRFN6UkZZamhGVUdGb1pIRTFVVzB5WXpVclNVRnJRWFpYV1hBeWRWcElXVmswTlRoNWQzQTBiSFZtT0dKaU1tZ0tRbEl5UVdVNFF6TkRRMUZIWkZWRmNHUmpUVGx4SzAxSWFrdEtWMnBPY21Gd2VWUnROR0Z0VkVNNWVUVjNlamcyTlhWSVkzRjVWVWQ2U0ZaRGJsazBTQXBJUzJneVZWbGxVRFF2TlZVck5uSkxUV2RUZGpGblVYUlZOakF5VkVKaU16WjZiMms0Ym14ek5WUk9TMUF4YTJod1lVUjFSV2xGYWxScE9WbE1WRUozQ2pJeGNFTTBiSEE1TUhweFduTndkRW81Y2xZeU9WQmtUaTk0YlRCa1MwdEJVMDFQV0U0MVRtZHVSR1ozY2sxc2JXSk9WMjlZYkhGYVpUVlRhREUwVnlzS1VWWkdWbkpZTHpNelJrUjBlWGRJTVdSc2VrdE5jWFJDV2prMU9HVmFlVFpyZEhJNFJrNUVXak5VZDJaMVYxZFJLekZ4V25jcmRtUnJiRFV5T1RRM1R3cGpWelphT0RsMGNrZFdTMU00V1c1cGRqUmpRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWkdhV3RyYWtKSlVXaFZLelpMZVc5blkyRkVhV0UzYWpOMVRYcE5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkRNekpWUjFvd1MyaFBXVFExS3poeFNscHZia2xzYUM4NVpHMHhWRkZuYjJSTGVIUmtjbkJ3TUU1c1EwRkthVUozZGdwTlVYRjNSelp2SzFkNlVGSnpiaTlwTWxOVmFsQkRObG81VHl0d2JqQnVaa1J5WWs1MlZHUnZNMmt5UzJ3MWFrczRaR3RZYlVVMmNsZFVkRGQyYVhocENuUTNOMFoxYjBzeE5VUkdSbmhKYXpndlRUQjZaRWhtVjFsUVYxQTBSR2xRUVRkU1IzVXZZVE5YZEZGUGJIZzJXREpVY1hkcVVsSnFXV1o1YUM5MWJFSUtVelF6ZWxWdllsRjZNR0pFVjNwM1lXOWhObWxUVVd4WVdYUkVWV29yY3pJeE5VbHdZaXQ2ZEZGRWRFRnRMMGhMWXpVd1EzRm5TR05OVGxBMVIxWldOd3A0TTFoT05ISTFVRGNyTTJoT01VbDBUSE5CZEZObWNXZHVjMFpKUm5wTk16WjJRalkxWWxwUVJXaG9Nemx6ZG1sME5VaERjbVYzZUhSd0syTjZORk5QQ205bFVYaDZiMWRDTTAxQkswOW5NV0pLVUVscGFWaG5NbUpMU1daWVNrdGFNSGhKY3dvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4yNTA6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKWlVzck4zRlJTVWRJTWpoM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTkUxRVkzbE5ha2sxVGxSU1lVWjNNSGxOYWtFMFRVUmplVTFxU1RWT1ZGcGhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVFJMYVZKdlpIQndPWEJNU3pSd1pGSUtkM2wzVDBGTVkzQkpNRkJvUWpaNWFEQjNiRkZqUnpWWU1UVXZjWGxoZGxSbGVFbzFaekpQVmxkMU5rZGtWSFJWTlZjNVRtNXdhWGhXYzNoSFQzZFpiZ3BhT1hJNVYyZGtLMFZwYXpoVFYwVXJPVmRxTTBZdlZsUjFWazFCWVhWcVRtTkVUMnNyWmpCa01XSkhVRU5HZVc5cVNYbG5URmxIZUVKMWNHSlhXV3hTQ25FMmJWZ3lZa0ZyVDBrNE5FdEpVMjluZWxkUGNtc3JLMW9yUjJzck0ySk1iRkZvVVZrNU1tbEZjMnd5VjNKWmFreHJlamRDVlZSUFFXeFNZV2xKT0VnS1pHdE1UVmx1U21SM1pFUkhUV2huU1c1eFZGRXhkamR3VDNSU01qWmxNMDVHYlUxdk0zUmlZVE5KU1VSek9EWkhObWRKWVdsTGFUQmhaazVXVXpKT2JRcHVZV05RTkVoV09EVnpNRlYzYkZSSGRtVnhPRnBZVmpreU1WSktWMDlUU3pBeVExUTRaMG8zV1U5V1ZqbFNiWHBaZW5RMk4yTkZXWGxPSzNseWJtdGxDbTFMVERGb1VVbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWWFMxTlRUVVZvUTBaVU4yOXlTMmxDZUc5UFNuSjFVR1UwZWsxM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGRVNsVXpXRnBHYTBaVVppdFVOeXQwVVVjNVZYSkdTbWRYVEVOdWNqTm5RWFIyWnpGV09XZ3pSbWhKWTA5c1QyUlJSVVJwYjB0R0NrRk9LeTgyWVVsRlNXZDBZMnRHYXpWUFRXbHZiRTAyWlRneVQyNXhNelpWUTI5VVFtbEtjMjFsTmpSUmVHbE5URFZ1U2xSbE1teFpZelZFVW5VMmFVUUtVRzlOVm1NMlNETmxiMnB2WXk4MVUzSm9VaTluVkRWU1ZHUkJhRFJ5WjFoNGJrUkhlbkprWmtwcFNXSmFSbWx3VEc1YU1EQm1hREJOYVVadlNqQnJNd3BTU1hKVWVXRmhhak5tVDJjd1JrazFSM0pUZFdWUmNURkdSR3RYVXpsaFRVdEhjVFZuYm10bFVtRnpjSFJaWjFSRVZHVnhMMGs1TmtZdk9FRm1NRmxIQ210cVpISkZka0l5UlRKQ05tOUtUbUpvTDNGSVpsTkRXbEp2Vmt4cmRtNU9WVVZGVTNSU01sRkdaekJIVlVNemVITTBLMlUxT1dneWRubEtMekpGTVZBS1VWbHZSWE0yY0dWaU1uSkNNRUZHY0V0RlJISmFSbUZPTUhaRVZrZzBRVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmIzZEpRa0ZCUzBOQlVVVkJORXRwVW05a2NIQTVjRXhMTkhCa1VuZDVkMDlCVEdOd1NUQlFhRUkyZVdnd2QyeFJZMGMxV0RFMUwzRjVZWFpVQ21WNFNqVm5NazlXVjNVMlIyUlVkRlUxVnpsT2JuQnBlRlp6ZUVkUGQxbHVXamx5T1ZkblpDdEZhV3M0VTFkRkt6bFhhak5HTDFaVWRWWk5RV0YxYWs0S1kwUlBheXRtTUdReFlrZFFRMFo1YjJwSmVXZE1XVWQ0UW5Wd1lsZFpiRkp4Tm0xWU1tSkJhMDlKT0RSTFNWTnZaM3BYVDNKckt5dGFLMGRyS3pOaVRBcHNVV2hSV1RreWFVVnpiREpYY2xscVRHdDZOMEpWVkU5QmJGSmhhVWs0U0dSclRFMVpia3BrZDJSRVIwMW9aMGx1Y1ZSUk1YWTNjRTkwVWpJMlpUTk9Da1p0VFc4emRHSmhNMGxKUkhNNE5rYzJaMGxoYVV0cE1HRm1UbFpUTWs1dGJtRmpVRFJJVmpnMWN6QlZkMnhVUjNabGNUaGFXRlk1TWpGU1NsZFBVMHNLTURKRFZEaG5TamRaVDFaV09WSnRlbGw2ZERZM1kwVlplVTRyZVhKdWEyVnRTMHd4YUZGSlJFRlJRVUpCYjBsQ1FVaElZMGhWYzFwb2EwUkpjblpxWlFwV2FuTkViR1ZyTkRaNWJVeFhialZ2VDA4dllrNWhRakV6UTBaV1ZrVndNM2RyZDBzeFptdEpVRWxqUldkeVRHaHhhWEJMUjJReU5sbzBObXhKZVdOQkNpOUlSeTlhUlRNdmNFSTJVMDVhU3k5TVdXZ3haRll6TkVsVlJ6UXhiWEJaY1U0MGJqTnZTWGRxWWtacVRubHRNbmhHYmxCWU9VMVJaWFZqVmxkamVuTUtUWEU0T0RKa1FXcFlTV2R3TVdZeE4wWnRha0psVW01U1NYRkNSVzluTVdkMVdHSTFaMXB5V21STE1sTkdOemxsVFRGQk5XUkxVSFZQVmxoblFuYzRjQXAwV0dkdVV6VkRWMkZNVVZSc1ltOWhjMnhTT0hnelZVdDJiM1ZyWVhkT1JteExVVE0wYWpOeWFraEpZWFJOZVdSMlUwOTNhek5YSzFNeFEwSTFiMnhDQ25GaVZVNUNhVnBHVnpaQ2NVWk9UWHBxZWtwb01WSTRXVTF4YmtaV1ZGSkNkMlpvYTBkUUsyWnNkVGMzUkdsTVJYbDZOR3RwUlVkSVEwWlViMFpNZFdvS1JVbDRieXMxVlVObldVVkJObVJKZFUxSVptbFRjRkkyVG1Kek9TdGphMVJEWjFwRFJ6bHNXa1UwYkV0blRWZERjVmd3V1ZwV2FVWnljVnBVVEZORVpncFlLM2xyVEdvM1QwazVVRlUxTWpSSk5IaFpWRzlOVW5KaWNHOUdWbUl5VVVKbmFHa3piekIyZERGNWFUVTFjRXBtTDBGRFYyOVNRalJSTTFkd05XRmpDa2s0Y1N0QkswZEpUbmR5ZVVGMVlsVjRVakUzTTNGdlNITmhUbXd4VDNGc2RqTnRSMUJTWlN0MFNsaEllbVJOYVV4TmNFRXhNVTFEWjFsRlFUbG1abXdLYUZoT2JUTnFUVUpoTkdoU2JtZFlhazg1U1dwV1FXdEtNRTQyWjFoRmFtSnBlbFkwVWpaUVVGWjNRVEJVTWxWbE1HYzRka0Z6UXl0MmJUWlNUVFZIUVFwU1lVc3hWelZhUmxaSk16SjVOMDg1Y1RCcGRqUlplV3RvVDNNNEx6TlhPSG81V0RoWVRuRjNNM0EwSzBWdU0xUktXazFuUm1GTVoycGlja3h5UjNwQkNscElZM2hwUkdadWRuZzVkbWR4YTJ3MWJtSk5LME13Ym1aUE4xaGhjalZaYldGa1NHNU5ZME5uV1VWQmVuZE9Sak0yVjFWV1QwWnNNMk5LT0VkWVZtSUthRTl0VEdsRGNVUlJaR1YzWmxwbVoyMW1lRzFLTDNkaGVEQnFPSEJTZWxGb05WZ3dkV1pxYVN0NlpHdzNUWGQyTVVKWVRYQlBObWxEZUdOVlIwSm5kZ3AwYUdWbmNWWmpielIwWlVOYWVtcHFWVUZGU0hCSGIzRkNXRFJEUTFCb1FVaDZVVEY2VTNaV1RrbzFaRXhDUzBGWFJrSkdVbWh6Vm0xelIwZDFPVFZRQ21oMGJYQTNkR0pwUVdaSlIwcDNWMEkwVmxCcU1tNDRRMmRaUW1kdVpIRkVaa0ozY0VwbFNHdzJiWE5qTlc1VmJURXhiRmhPYVVkeU9GQmpUM0ZRVUUwS1JEbHVTMVZxWTNOc2IwUXhkWFZRVEZsWWJESXpSakZSYTJvdmNFRk1kR2hJZUU5alFWVkJSV2RoYzNsM2MzazNSR3hrUVVGeE0xSktSa2xYYVhCdU53cEVZbEZQYVZSNU1taFlVV1ZqVm5oVFVYbE9NRkJGUmpKcGNYaGpZekk1ZWxKNmNXMXdhMk5oTVU4NVNscE5XR3hpUkRoQ1RWVk9NRzFMUkROYVowOUtDbVkyVEhGdGQwdENaMGhIY1hOWFowWkRSMXB3ZW1aUFQzZEZaMW96V1hCbWVIZEtkMUpDZERRNU9VdGliMWR0YW5OUVdtMXlTamMyVVdGTU9VWm9VMHdLTVZFeGNYVkhiamR2Um14UWRXRmpkV3hzU25NeU56bHFXRTE2VUZkTVQyOXVUR0l4UW1ZeVRVVnZPVTVuY0d0c2IwNU1Wa1kzUXpOQlNIVldUVGRCTHdwa016bDZkVGhIZEhSTmNVTmhXVkpEUTNCRGVqRXJVRXBUY2sxclUxVXpkVGhQUjFad1owbGxUSHBaYzAxNmNtbFpZa2xhQ2kwdExTMHRSVTVFSUZKVFFTQlFVa2xXUVZSRklFdEZXUzB0TFMwdENnPT0K","other-connectivity-list":{"connectivity-records":[]}} 2021-08-08 01:51:38,992 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:51:38,992 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-08-08 01:51:38,992 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-08-08 01:51:38,994 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:51:39,016 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 200 None 2021-08-08 01:51:39,017 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-08-08 01:51:39,018 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNkT2VrbDVUV3ByTVU1R2IxaEVWRTE0VFVSbmQwNVVTWGxOYW1zeFRrWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVDJkTENsWXpUQzlZSzBOc1FqSlNiRXBQWkdSRFN6UkZZamhGVUdGb1pIRTFVVzB5WXpVclNVRnJRWFpYV1hBeWRWcElXVmswTlRoNWQzQTBiSFZtT0dKaU1tZ0tRbEl5UVdVNFF6TkRRMUZIWkZWRmNHUmpUVGx4SzAxSWFrdEtWMnBPY21Gd2VWUnROR0Z0VkVNNWVUVjNlamcyTlhWSVkzRjVWVWQ2U0ZaRGJsazBTQXBJUzJneVZWbGxVRFF2TlZVck5uSkxUV2RUZGpGblVYUlZOakF5VkVKaU16WjZiMms0Ym14ek5WUk9TMUF4YTJod1lVUjFSV2xGYWxScE9WbE1WRUozQ2pJeGNFTTBiSEE1TUhweFduTndkRW81Y2xZeU9WQmtUaTk0YlRCa1MwdEJVMDFQV0U0MVRtZHVSR1ozY2sxc2JXSk9WMjlZYkhGYVpUVlRhREUwVnlzS1VWWkdWbkpZTHpNelJrUjBlWGRJTVdSc2VrdE5jWFJDV2prMU9HVmFlVFpyZEhJNFJrNUVXak5VZDJaMVYxZFJLekZ4V25jcmRtUnJiRFV5T1RRM1R3cGpWelphT0RsMGNrZFdTMU00V1c1cGRqUmpRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWkdhV3RyYWtKSlVXaFZLelpMZVc5blkyRkVhV0UzYWpOMVRYcE5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkRNekpWUjFvd1MyaFBXVFExS3poeFNscHZia2xzYUM4NVpHMHhWRkZuYjJSTGVIUmtjbkJ3TUU1c1EwRkthVUozZGdwTlVYRjNSelp2SzFkNlVGSnpiaTlwTWxOVmFsQkRObG81VHl0d2JqQnVaa1J5WWs1MlZHUnZNMmt5UzJ3MWFrczRaR3RZYlVVMmNsZFVkRGQyYVhocENuUTNOMFoxYjBzeE5VUkdSbmhKYXpndlRUQjZaRWhtVjFsUVYxQTBSR2xRUVRkU1IzVXZZVE5YZEZGUGJIZzJXREpVY1hkcVVsSnFXV1o1YUM5MWJFSUtVelF6ZWxWdllsRjZNR0pFVjNwM1lXOWhObWxUVVd4WVdYUkVWV29yY3pJeE5VbHdZaXQ2ZEZGRWRFRnRMMGhMWXpVd1EzRm5TR05OVGxBMVIxWldOd3A0TTFoT05ISTFVRGNyTTJoT01VbDBUSE5CZEZObWNXZHVjMFpKUm5wTk16WjJRalkxWWxwUVJXaG9Nemx6ZG1sME5VaERjbVYzZUhSd0syTjZORk5QQ205bFVYaDZiMWRDTTAxQkswOW5NV0pLVUVscGFWaG5NbUpMU1daWVNrdGFNSGhKY3dvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4yNTA6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKWlVzck4zRlJTVWRJTWpoM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTkUxRVkzbE5ha2sxVGxSU1lVWjNNSGxOYWtFMFRVUmplVTFxU1RWT1ZGcGhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVFJMYVZKdlpIQndPWEJNU3pSd1pGSUtkM2wzVDBGTVkzQkpNRkJvUWpaNWFEQjNiRkZqUnpWWU1UVXZjWGxoZGxSbGVFbzFaekpQVmxkMU5rZGtWSFJWTlZjNVRtNXdhWGhXYzNoSFQzZFpiZ3BhT1hJNVYyZGtLMFZwYXpoVFYwVXJPVmRxTTBZdlZsUjFWazFCWVhWcVRtTkVUMnNyWmpCa01XSkhVRU5HZVc5cVNYbG5URmxIZUVKMWNHSlhXV3hTQ25FMmJWZ3lZa0ZyVDBrNE5FdEpVMjluZWxkUGNtc3JLMW9yUjJzck0ySk1iRkZvVVZrNU1tbEZjMnd5VjNKWmFreHJlamRDVlZSUFFXeFNZV2xKT0VnS1pHdE1UVmx1U21SM1pFUkhUV2huU1c1eFZGRXhkamR3VDNSU01qWmxNMDVHYlUxdk0zUmlZVE5KU1VSek9EWkhObWRKWVdsTGFUQmhaazVXVXpKT2JRcHVZV05RTkVoV09EVnpNRlYzYkZSSGRtVnhPRnBZVmpreU1WSktWMDlUU3pBeVExUTRaMG8zV1U5V1ZqbFNiWHBaZW5RMk4yTkZXWGxPSzNseWJtdGxDbTFMVERGb1VVbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWWFMxTlRUVVZvUTBaVU4yOXlTMmxDZUc5UFNuSjFVR1UwZWsxM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGRVNsVXpXRnBHYTBaVVppdFVOeXQwVVVjNVZYSkdTbWRYVEVOdWNqTm5RWFIyWnpGV09XZ3pSbWhKWTA5c1QyUlJSVVJwYjB0R0NrRk9LeTgyWVVsRlNXZDBZMnRHYXpWUFRXbHZiRTAyWlRneVQyNXhNelpWUTI5VVFtbEtjMjFsTmpSUmVHbE5URFZ1U2xSbE1teFpZelZFVW5VMmFVUUtVRzlOVm1NMlNETmxiMnB2WXk4MVUzSm9VaTluVkRWU1ZHUkJhRFJ5WjFoNGJrUkhlbkprWmtwcFNXSmFSbWx3VEc1YU1EQm1hREJOYVVadlNqQnJNd3BTU1hKVWVXRmhhak5tVDJjd1JrazFSM0pUZFdWUmNURkdSR3RYVXpsaFRVdEhjVFZuYm10bFVtRnpjSFJaWjFSRVZHVnhMMGs1TmtZdk9FRm1NRmxIQ210cVpISkZka0l5UlRKQ05tOUtUbUpvTDNGSVpsTkRXbEp2Vmt4cmRtNU9WVVZGVTNSU01sRkdaekJIVlVNemVITTBLMlUxT1dneWRubEtMekpGTVZBS1VWbHZSWE0yY0dWaU1uSkNNRUZHY0V0RlJISmFSbUZPTUhaRVZrZzBRVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmIzZEpRa0ZCUzBOQlVVVkJORXRwVW05a2NIQTVjRXhMTkhCa1VuZDVkMDlCVEdOd1NUQlFhRUkyZVdnd2QyeFJZMGMxV0RFMUwzRjVZWFpVQ21WNFNqVm5NazlXVjNVMlIyUlVkRlUxVnpsT2JuQnBlRlp6ZUVkUGQxbHVXamx5T1ZkblpDdEZhV3M0VTFkRkt6bFhhak5HTDFaVWRWWk5RV0YxYWs0S1kwUlBheXRtTUdReFlrZFFRMFo1YjJwSmVXZE1XVWQ0UW5Wd1lsZFpiRkp4Tm0xWU1tSkJhMDlKT0RSTFNWTnZaM3BYVDNKckt5dGFLMGRyS3pOaVRBcHNVV2hSV1RreWFVVnpiREpYY2xscVRHdDZOMEpWVkU5QmJGSmhhVWs0U0dSclRFMVpia3BrZDJSRVIwMW9aMGx1Y1ZSUk1YWTNjRTkwVWpJMlpUTk9Da1p0VFc4emRHSmhNMGxKUkhNNE5rYzJaMGxoYVV0cE1HRm1UbFpUTWs1dGJtRmpVRFJJVmpnMWN6QlZkMnhVUjNabGNUaGFXRlk1TWpGU1NsZFBVMHNLTURKRFZEaG5TamRaVDFaV09WSnRlbGw2ZERZM1kwVlplVTRyZVhKdWEyVnRTMHd4YUZGSlJFRlJRVUpCYjBsQ1FVaElZMGhWYzFwb2EwUkpjblpxWlFwV2FuTkViR1ZyTkRaNWJVeFhialZ2VDA4dllrNWhRakV6UTBaV1ZrVndNM2RyZDBzeFptdEpVRWxqUldkeVRHaHhhWEJMUjJReU5sbzBObXhKZVdOQkNpOUlSeTlhUlRNdmNFSTJVMDVhU3k5TVdXZ3haRll6TkVsVlJ6UXhiWEJaY1U0MGJqTnZTWGRxWWtacVRubHRNbmhHYmxCWU9VMVJaWFZqVmxkamVuTUtUWEU0T0RKa1FXcFlTV2R3TVdZeE4wWnRha0psVW01U1NYRkNSVzluTVdkMVdHSTFaMXB5V21STE1sTkdOemxsVFRGQk5XUkxVSFZQVmxoblFuYzRjQXAwV0dkdVV6VkRWMkZNVVZSc1ltOWhjMnhTT0hnelZVdDJiM1ZyWVhkT1JteExVVE0wYWpOeWFraEpZWFJOZVdSMlUwOTNhek5YSzFNeFEwSTFiMnhDQ25GaVZVNUNhVnBHVnpaQ2NVWk9UWHBxZWtwb01WSTRXVTF4YmtaV1ZGSkNkMlpvYTBkUUsyWnNkVGMzUkdsTVJYbDZOR3RwUlVkSVEwWlViMFpNZFdvS1JVbDRieXMxVlVObldVVkJObVJKZFUxSVptbFRjRkkyVG1Kek9TdGphMVJEWjFwRFJ6bHNXa1UwYkV0blRWZERjVmd3V1ZwV2FVWnljVnBVVEZORVpncFlLM2xyVEdvM1QwazVVRlUxTWpSSk5IaFpWRzlOVW5KaWNHOUdWbUl5VVVKbmFHa3piekIyZERGNWFUVTFjRXBtTDBGRFYyOVNRalJSTTFkd05XRmpDa2s0Y1N0QkswZEpUbmR5ZVVGMVlsVjRVakUzTTNGdlNITmhUbXd4VDNGc2RqTnRSMUJTWlN0MFNsaEllbVJOYVV4TmNFRXhNVTFEWjFsRlFUbG1abXdLYUZoT2JUTnFUVUpoTkdoU2JtZFlhazg1U1dwV1FXdEtNRTQyWjFoRmFtSnBlbFkwVWpaUVVGWjNRVEJVTWxWbE1HYzRka0Z6UXl0MmJUWlNUVFZIUVFwU1lVc3hWelZhUmxaSk16SjVOMDg1Y1RCcGRqUlplV3RvVDNNNEx6TlhPSG81V0RoWVRuRjNNM0EwSzBWdU0xUktXazFuUm1GTVoycGlja3h5UjNwQkNscElZM2hwUkdadWRuZzVkbWR4YTJ3MWJtSk5LME13Ym1aUE4xaGhjalZaYldGa1NHNU5ZME5uV1VWQmVuZE9Sak0yVjFWV1QwWnNNMk5LT0VkWVZtSUthRTl0VEdsRGNVUlJaR1YzWmxwbVoyMW1lRzFLTDNkaGVEQnFPSEJTZWxGb05WZ3dkV1pxYVN0NlpHdzNUWGQyTVVKWVRYQlBObWxEZUdOVlIwSm5kZ3AwYUdWbmNWWmpielIwWlVOYWVtcHFWVUZGU0hCSGIzRkNXRFJEUTFCb1FVaDZVVEY2VTNaV1RrbzFaRXhDUzBGWFJrSkdVbWh6Vm0xelIwZDFPVFZRQ21oMGJYQTNkR0pwUVdaSlIwcDNWMEkwVmxCcU1tNDRRMmRaUW1kdVpIRkVaa0ozY0VwbFNHdzJiWE5qTlc1VmJURXhiRmhPYVVkeU9GQmpUM0ZRVUUwS1JEbHVTMVZxWTNOc2IwUXhkWFZRVEZsWWJESXpSakZSYTJvdmNFRk1kR2hJZUU5alFWVkJSV2RoYzNsM2MzazNSR3hrUVVGeE0xSktSa2xYYVhCdU53cEVZbEZQYVZSNU1taFlVV1ZqVm5oVFVYbE9NRkJGUmpKcGNYaGpZekk1ZWxKNmNXMXdhMk5oTVU4NVNscE5XR3hpUkRoQ1RWVk9NRzFMUkROYVowOUtDbVkyVEhGdGQwdENaMGhIY1hOWFowWkRSMXB3ZW1aUFQzZEZaMW96V1hCbWVIZEtkMUpDZERRNU9VdGliMWR0YW5OUVdtMXlTamMyVVdGTU9VWm9VMHdLTVZFeGNYVkhiamR2Um14UWRXRmpkV3hzU25NeU56bHFXRTE2VUZkTVQyOXVUR0l4UW1ZeVRVVnZPVTVuY0d0c2IwNU1Wa1kzUXpOQlNIVldUVGRCTHdwa016bDZkVGhIZEhSTmNVTmhXVkpEUTNCRGVqRXJVRXBUY2sxclUxVXpkVGhQUjFad1owbGxUSHBaYzAxNmNtbFpZa2xhQ2kwdExTMHRSVTVFSUZKVFFTQlFVa2xXUVZSRklFdEZXUzB0TFMwdENnPT0K","other-connectivity-list":{"connectivity-records":[]}} 2021-08-08 01:51:39,020 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists * 2021-08-08 01:51:39,020 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,020 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:51:39,020 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:51:39,022 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,084 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 404 288 2021-08-08 01:51:39,085 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 404 2021-08-08 01:51:39,085 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}} 2021-08-08 01:51:39,085 ERROR 157:onap_service.py(1) - [AAI][get cloud regions] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,086 ERROR 233:onap_service.py(1) - [AAI][get cloud regions] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}}. 2021-08-08 01:51:39,092 DEBUG 129:onap_service.py(1) - [AAI][Create cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,092 DEBUG 131:onap_service.py(1) - [AAI][Create cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion 2021-08-08 01:51:39,092 DEBUG 132:onap_service.py(1) - [AAI][Create cloud region] data sent: { "cloud-owner": "basicnf-owner", "cloud-region-id": "k8sregion", "orchestration-disabled": "False", "in-maint": "False", "cloud-type": "k8s", "owner-defined-type": "t1", "cloud-region-version": "1.0", "identity-url": "", "cloud-zone": "", "complex-name": "lannion", "sriov-automation": "", "cloud-extra-info": "", "upgrade-cycle": "", "resource-version": "" } 2021-08-08 01:51:39,094 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,172 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion HTTP/1.1" 201 0 2021-08-08 01:51:39,173 INFO 142:onap_service.py(1) - [AAI][Create cloud region] response code: 201 2021-08-08 01:51:39,173 DEBUG 146:onap_service.py(1) - [AAI][Create cloud region] response: 2021-08-08 01:51:39,175 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,175 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:51:39,176 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:51:39,177 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,230 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 359 2021-08-08 01:51:39,231 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:51:39,231 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387499128"}]} 2021-08-08 01:51:39,253 DEBUG 129:onap_service.py(1) - [AAI][Add external system info to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,253 DEBUG 131:onap_service.py(1) - [AAI][Add external system info to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/esr-system-info-list/esr-system-info/9262998f-2a23-447e-9592-a14cec488958 2021-08-08 01:51:39,254 DEBUG 132:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: { "esr-system-info-id": "9262998f-2a23-447e-9592-a14cec488958", "user-name": "onap-wro", "password": "wro-onap", "system-type": "VIM" , "service-url": "http://wg-cloud.onap.dyn.nesc.nokia.net:5000" , "ssl-insecure": false , "cloud-domain": "Default" , "default-tenant": "onap-wro" , "system-status": "active" } 2021-08-08 01:51:39,256 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,335 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/esr-system-info-list/esr-system-info/9262998f-2a23-447e-9592-a14cec488958 HTTP/1.1" 201 0 2021-08-08 01:51:39,336 INFO 142:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201 2021-08-08 01:51:39,336 DEBUG 146:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 2021-08-08 01:51:39,338 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,338 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:51:39,339 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:51:39,340 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,382 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 404 452 2021-08-08 01:51:39,383 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 404 2021-08-08 01:51:39,384 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}} 2021-08-08 01:51:39,384 ERROR 157:onap_service.py(1) - [AAI][get tenants] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,385 ERROR 233:onap_service.py(1) - [AAI][get tenants] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}}. 2021-08-08 01:51:39,385 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant 2021-08-08 01:51:39,385 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise 2021-08-08 01:51:39,390 DEBUG 129:onap_service.py(1) - [AAI][add tenant to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,390 DEBUG 131:onap_service.py(1) - [AAI][add tenant to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:51:39,390 DEBUG 132:onap_service.py(1) - [AAI][add tenant to cloud region] data sent: { "tenant-id": "f41abc47519441359fc94897110fa224", "tenant-name": "onap-wro", "tenant-context": "None" } 2021-08-08 01:51:39,392 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,541 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 201 0 2021-08-08 01:51:39,542 INFO 142:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201 2021-08-08 01:51:39,543 DEBUG 146:onap_service.py(1) - [AAI][add tenant to cloud region] response: 2021-08-08 01:51:39,546 DEBUG 129:onap_service.py(1) - [AAI][get availability_zones] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,546 DEBUG 131:onap_service.py(1) - [AAI][get availability_zones] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone 2021-08-08 01:51:39,546 DEBUG 132:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2021-08-08 01:51:39,548 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,615 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone HTTP/1.1" 404 493 2021-08-08 01:51:39,616 INFO 142:onap_service.py(1) - [AAI][get availability_zones] response code: 404 2021-08-08 01:51:39,617 DEBUG 146:onap_service.py(1) - [AAI][get availability_zones] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","ERR.5.4.6114"]}}} 2021-08-08 01:51:39,617 ERROR 157:onap_service.py(1) - [AAI][get availability_zones] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,618 ERROR 233:onap_service.py(1) - [AAI][get availability_zones] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","ERR.5.4.6114"]}}}. 2021-08-08 01:51:39,623 DEBUG 129:onap_service.py(1) - [AAI][Add availability zone to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,624 DEBUG 131:onap_service.py(1) - [AAI][Add availability zone to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone 2021-08-08 01:51:39,624 DEBUG 132:onap_service.py(1) - [AAI][Add availability zone to cloud region] data sent: { "availability-zone-name": "basicnf-availability-zone", "hypervisor-type": "nova" } 2021-08-08 01:51:39,627 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,719 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone HTTP/1.1" 201 0 2021-08-08 01:51:39,720 INFO 142:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201 2021-08-08 01:51:39,720 DEBUG 146:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 2021-08-08 01:51:39,729 DEBUG 129:onap_service.py(1) - [AAI][create complex] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,729 DEBUG 131:onap_service.py(1) - [AAI][create complex] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/complexes/complex/lannion 2021-08-08 01:51:39,729 DEBUG 132:onap_service.py(1) - [AAI][create complex] data sent: { "physical-location-id": "lannion", "data-center-code": "1234-5", "complex-name": "lannion", "identity-url": "", "resource-version": "", "physical-location-type": "", "street1": "", "street2": "", "city": "", "state": "", "postal-code": "", "country": "", "region": "", "latitude": "", "longitude": "", "elevation": "", "lata": "" } 2021-08-08 01:51:39,730 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,782 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/complexes/complex/lannion HTTP/1.1" 412 319 2021-08-08 01:51:39,783 INFO 142:onap_service.py(1) - [AAI][create complex] response code: 412 2021-08-08 01:51:39,783 DEBUG 146:onap_service.py(1) - [AAI][create complex] response: {"requestError":{"serviceException":{"messageId":"SVC3000","text":"Invalid input performing %1 on %2 (msg=%3) (ec=%4)","variables":["PUT","cloud-infrastructure/complexes/complex/lannion","Precondition Required:resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion","ERR.5.4.6130"]}}} 2021-08-08 01:51:39,783 ERROR 157:onap_service.py(1) - [AAI][create complex] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,783 WARNING 37:complex_create.py(1) - Try to update the complex failed. 2021-08-08 01:51:39,792 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,792 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:51:39,792 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:51:39,794 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:39,859 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 359 2021-08-08 01:51:39,860 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:51:39,860 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387499128"}]} 2021-08-08 01:51:39,872 DEBUG 129:onap_service.py(1) - [AAI][add relationship to CloudRegion] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:39,872 DEBUG 131:onap_service.py(1) - [AAI][add relationship to CloudRegion] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/relationship-list/relationship 2021-08-08 01:51:39,872 DEBUG 132:onap_service.py(1) - [AAI][add relationship to CloudRegion] data sent: { "related-to": "complex", "related-link": "aai/v13/cloud-infrastructure/complexes/complex/lannion", "relationship-label": "org.onap.relationships.inventory.LocatedIn", "relationship-data": {"relationship-key": "complex.physical-location-id", "relationship-value": "lannion"} } 2021-08-08 01:51:39,875 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:40,048 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/relationship-list/relationship HTTP/1.1" 200 0 2021-08-08 01:51:40,049 INFO 142:onap_service.py(1) - [AAI][add relationship to CloudRegion] response code: 200 2021-08-08 01:51:40,050 DEBUG 146:onap_service.py(1) - [AAI][add relationship to CloudRegion] response: 2021-08-08 01:51:40,062 DEBUG 129:onap_service.py(1) - [AAI][declare customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:40,062 DEBUG 131:onap_service.py(1) - [AAI][declare customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:51:40,062 DEBUG 132:onap_service.py(1) - [AAI][declare customer] data sent: { "global-customer-id": "basicnf-customer", "subscriber-name": "basicnf-customer", "subscriber-type": "INFRA" } 2021-08-08 01:51:40,065 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:40,148 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 201 0 2021-08-08 01:51:40,149 INFO 142:onap_service.py(1) - [AAI][declare customer] response code: 201 2021-08-08 01:51:40,149 DEBUG 146:onap_service.py(1) - [AAI][declare customer] response: 2021-08-08 01:51:40,152 DEBUG 129:onap_service.py(1) - [AAI][get created customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:40,152 DEBUG 131:onap_service.py(1) - [AAI][get created customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:51:40,153 DEBUG 132:onap_service.py(1) - [AAI][get created customer] data sent: None 2021-08-08 01:51:40,155 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:40,208 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-08-08 01:51:40,209 INFO 142:onap_service.py(1) - [AAI][get created customer] response code: 200 2021-08-08 01:51:40,209 DEBUG 146:onap_service.py(1) - [AAI][get created customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628387500110"} 2021-08-08 01:51:40,212 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:40,212 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:51:40,212 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-08 01:51:40,214 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:40,266 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-08-08 01:51:40,267 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-08 01:51:40,267 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628387500110"} 2021-08-08 01:51:40,269 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:40,270 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-08-08 01:51:40,270 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-08 01:51:40,272 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:40,322 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 404 360 2021-08-08 01:51:40,323 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 404 2021-08-08 01:51:40,323 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnf-customer/service-subscriptions","ERR.5.4.6114"]}}} 2021-08-08 01:51:40,323 ERROR 157:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:40,324 ERROR 233:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnf-customer/service-subscriptions","ERR.5.4.6114"]}}}. 2021-08-08 01:51:40,324 INFO 561:customer.py(1) - Create service subscription for basicnf-customer customer 2021-08-08 01:51:40,327 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:51:40,328 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:51:40,328 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:40,328 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:51:40,328 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:51:40,330 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:40,966 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:51:40,967 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:40,968 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:40,970 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:40,970 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:40,970 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:40,970 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:40,970 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:51:40,970 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:40,970 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:40,970 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:40,971 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:40,971 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:40,971 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:40,971 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:40,971 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:40,971 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:40,971 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:40,971 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:40,971 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:51:40,972 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:40,972 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:51:40,972 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:40,972 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:51:40,972 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:51:40,973 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:41,550 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:51:41,553 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:51:41,556 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:51:41,566 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:51:41,566 DEBUG 129:onap_service.py(1) - [AAI][Create service subscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:41,567 DEBUG 131:onap_service.py(1) - [AAI][Create service subscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf 2021-08-08 01:51:41,567 DEBUG 132:onap_service.py(1) - [AAI][Create service subscription] data sent: { "service-id": "543a42e4-bf53-4b87-8e05-e43fff716034" } 2021-08-08 01:51:41,570 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:41,662 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf HTTP/1.1" 201 0 2021-08-08 01:51:41,664 INFO 142:onap_service.py(1) - [AAI][Create service subscription] response code: 201 2021-08-08 01:51:41,664 DEBUG 146:onap_service.py(1) - [AAI][Create service subscription] response: 2021-08-08 01:51:41,667 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:41,667 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-08-08 01:51:41,668 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-08 01:51:41,670 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:41,729 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 90 2021-08-08 01:51:41,730 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-08 01:51:41,730 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628387501615"}]} 2021-08-08 01:51:41,732 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:41,733 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:51:41,733 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-08 01:51:41,734 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:41,777 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-08-08 01:51:41,778 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-08 01:51:41,778 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628387500110"} 2021-08-08 01:51:41,781 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:41,781 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-08-08 01:51:41,781 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-08 01:51:41,782 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:41,838 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 90 2021-08-08 01:51:41,839 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-08 01:51:41,839 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628387501615"}]} 2021-08-08 01:51:41,841 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:41,841 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:51:41,841 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:51:41,843 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:41,898 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-08-08 01:51:41,899 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:51:41,899 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387499914","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-08-08 01:51:41,902 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:41,902 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:51:41,902 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:51:41,903 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:41,947 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 132 2021-08-08 01:51:41,948 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-08 01:51:41,948 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628387499428"} 2021-08-08 01:51:41,955 DEBUG 129:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:41,956 DEBUG 131:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list/relationship 2021-08-08 01:51:41,956 DEBUG 132:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] data sent: { "related-to": "tenant", "related-link": "https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224?resource-version=1628387499428", "related-to-property": [{"property-key": "tenant.tenant-name", "property-value": "onap-wro"}], "relationship-data": [{"relationship-key": "cloud-region.cloud-owner", "relationship-value": "basicnf-owner"}, {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "k8sregion"}, {"relationship-key": "tenant.tenant-id", "relationship-value": "f41abc47519441359fc94897110fa224"}] } 2021-08-08 01:51:41,957 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:42,066 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list/relationship HTTP/1.1" 200 0 2021-08-08 01:51:42,067 INFO 142:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response code: 200 2021-08-08 01:51:42,067 DEBUG 146:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response: 2021-08-08 01:51:42,070 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:42,071 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:51:42,071 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-08 01:51:42,073 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:42,114 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-08-08 01:51:42,115 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-08 01:51:42,115 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628387500110"} 2021-08-08 01:51:42,117 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:42,118 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:51:42,118 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:51:42,119 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:42,173 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-08-08 01:51:42,174 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:51:42,174 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387499914","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-08-08 01:51:42,177 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:42,177 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:51:42,177 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:51:42,179 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:42,226 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597 2021-08-08 01:51:42,227 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-08 01:51:42,227 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628387501984","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-08-08 01:51:42,230 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entities] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:42,230 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entities] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities 2021-08-08 01:51:42,230 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2021-08-08 01:51:42,231 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:42,284 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities HTTP/1.1" 200 1314 2021-08-08 01:51:42,285 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 200 2021-08-08 01:51:42,286 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"owning-entity":[{"owning-entity-id":"8ea710d1-1b76-473d-ac7a-3ee1d477c1f2","owning-entity-name":"OE-ETE_Customer-8ea710d1-1b76-473d-ac7a-3ee1d477c1f2","resource-version":"1628386025179","relationship-list":{"relationship":[{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/customers/customer/ETE_Customer_e11c9c4f-c6f8-4578-bdf1-53ddc17d61a5/service-subscriptions/service-subscription/pNF/service-instances/service-instance/a8c5f613-9ca8-45ff-ad62-2fe75234bd2c","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"ETE_Customer_e11c9c4f-c6f8-4578-bdf1-53ddc17d61a5"},{"relationship-key":"service-subscription.service-type","relationship-value":"pNF"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"a8c5f613-9ca8-45ff-ad62-2fe75234bd2c"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"Service_Ete_Namee11c9c4f-c6f8-4578-bdf1-53ddc17d61a5"}]}]}},{"owning-entity-id":"096f994f-7b7a-4358-a172-98becea974ac","owning-entity-name":"basicvm-oe","resource-version":"1628387237142"},{"owning-entity-id":"633580e9-421b-4b18-8a8d-433853eadac2","owning-entity-name":"basicnw-oe","resource-version":"1628386876082"}]} 2021-08-08 01:51:42,289 INFO 198:service_ala_carte.py(1) - Owning entity not found, create it 2021-08-08 01:51:42,293 DEBUG 129:onap_service.py(1) - [AAI][Declare A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:42,293 DEBUG 131:onap_service.py(1) - [AAI][Declare A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5 2021-08-08 01:51:42,293 DEBUG 132:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: { "owning-entity-name": "basicnf_owning_entity", "owning-entity-id": "b53ef15f-2b7d-4756-b623-0eeef5d742f5" } 2021-08-08 01:51:42,295 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:42,389 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5 HTTP/1.1" 201 0 2021-08-08 01:51:42,390 INFO 142:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201 2021-08-08 01:51:42,390 DEBUG 146:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 2021-08-08 01:51:42,397 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:51:42,397 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5 2021-08-08 01:51:42,397 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2021-08-08 01:51:42,398 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:51:42,445 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5 HTTP/1.1" 200 139 2021-08-08 01:51:42,446 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200 2021-08-08 01:51:42,446 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"b53ef15f-2b7d-4756-b623-0eeef5d742f5","owning-entity-name":"basicnf_owning_entity","resource-version":"1628387502327"} 2021-08-08 01:51:42,453 DEBUG 129:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json'} 2021-08-08 01:51:42,453 DEBUG 131:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] url used: https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project 2021-08-08 01:51:42,454 DEBUG 132:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] data sent: { "options": ["basicnf_project"] } 2021-08-08 01:51:42,455 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): vid.api.simpledemo.onap.org:30200 2021-08-08 01:51:42,658 DEBUG 433:connectionpool.py(1) - https://vid.api.simpledemo.onap.org:30200 "POST /vid/maintenance/category_parameter/project HTTP/1.1" 200 13 2021-08-08 01:51:42,659 INFO 142:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response code: 200 2021-08-08 01:51:42,659 DEBUG 146:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response: {"errors":[]} 2021-08-08 01:51:42,661 INFO 203:service_ala_carte.py(1) - ******** Check Service Distribution ******* 2021-08-08 01:51:42,661 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:51:42,661 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:51:42,661 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:42,661 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:51:42,661 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:51:42,662 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:51:43,110 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:51:43,111 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:51:43,111 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:51:43,113 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:51:43,113 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:43,114 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:43,114 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:43,114 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:51:43,114 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:43,114 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:43,114 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:43,114 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:51:43,114 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:43,114 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:43,114 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:43,115 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:51:43,115 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:51:43,115 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:51:43,115 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:51:43,115 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:51:43,115 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:51:43,115 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:51:43,115 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:43,116 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:51:43,116 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:51:43,117 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:43,900 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:51:43,902 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:51:43,905 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:51:43,911 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:51:43,912 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:43,912 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/distribution 2021-08-08 01:51:43,912 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None 2021-08-08 01:51:43,914 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:43,979 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/distribution HTTP/1.1" 200 205 2021-08-08 01:51:43,981 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200 2021-08-08 01:51:43,981 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[{"distributionID":"74c23ec8-9287-4448-9f23-43468f9ebdf8","timestamp":"2021-08-08 01:51:36.113 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]} 2021-08-08 01:51:43,984 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:51:43,984 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 2021-08-08 01:51:43,984 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-08 01:51:43,986 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:51:44,031 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 HTTP/1.1" 200 29 2021-08-08 01:51:44,033 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-08 01:51:44,033 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-08-08 01:51:44,036 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-08-08 01:51:44,036 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-08-08 01:52:44,099 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:52:44,100 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 2021-08-08 01:52:44,100 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-08 01:52:44,103 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:52:44,227 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 HTTP/1.1" 200 29 2021-08-08 01:52:44,229 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-08 01:52:44,229 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-08-08 01:52:44,231 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-08-08 01:52:44,231 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-08-08 01:53:44,262 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:53:44,263 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 2021-08-08 01:53:44,263 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-08 01:53:44,266 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:53:44,355 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 HTTP/1.1" 200 29 2021-08-08 01:53:44,356 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-08 01:53:44,357 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]} 2021-08-08 01:53:44,359 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-08-08 01:53:44,359 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s 2021-08-08 01:54:44,424 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:54:44,425 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 2021-08-08 01:54:44,425 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None 2021-08-08 01:54:44,429 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:54:44,531 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/74c23ec8-9287-4448-9f23-43468f9ebdf8 HTTP/1.1" 200 None 2021-08-08 01:54:44,534 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200 2021-08-08 01:54:44,536 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387506232","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387510925","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387524701","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387522614","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387505223","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387507680","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387506530","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387507535","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387530113","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387508539","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387505215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387505222","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387553067","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387506526","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387529110","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387511899","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387527100","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387510897","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387555344","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387525705","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628387496090","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387486401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387508865","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628387499588","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628387543186","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628387511625","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628387496554","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628387509922","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628387491200","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628387494495","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628387514658","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-08-08 01:54:44,540 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387506232', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387510925', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387524701', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387522614', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387505223', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387507680', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387506530', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387507535', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387530113', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387508539', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387505215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387505222', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387553067', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387506526', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387529110', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387511899', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387527100', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387510897', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387555344', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387525705', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628387496090', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387486401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387508865', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628387499588', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628387543186', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628387511625', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628387496554', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628387509922', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628387491200', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628387494495', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628387514658', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-08-08 01:54:44,543 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-08-08 01:54:44,543 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-08-08 01:54:44,543 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-08 01:54:44,543 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-08-08 01:54:44,544 INFO 210:service_ala_carte.py(1) - Service Distribution for basic_cnf is sucessfully finished 2021-08-08 01:54:44,561 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b1f83972-94b7-4491-b9fa-8f7e671d5dc8', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:54:44,561 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances 2021-08-08 01:54:44,561 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "543a42e4-bf53-4b87-8e05-e43fff716034", "modelVersionId": "fc5c923a-a874-4ec5-9a2d-c93ed7d75b87", "modelName": "basic_cnf", "modelVersion": "1.0" }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion" }, "requestParameters": { "userParams": [ ], "testApi": "GR_API", "subscriptionServiceType": "basic_cnf", "aLaCarte": true }, "subscriberInfo": { "globalSubscriberId": "basicnf-customer" }, "project": { "projectName": "basicnf_project" }, "owningEntity": { "owningEntityId": "b53ef15f-2b7d-4756-b623-0eeef5d742f5", "owningEntityName": "basicnf_owning_entity" } } } 2021-08-08 01:54:44,564 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:54:46,205 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances HTTP/1.1" 202 262 2021-08-08 01:54:46,206 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response code: 202 2021-08-08 01:54:46,206 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response: {"requestReferences":{"requestId":"b1f83972-94b7-4491-b9fa-8f7e671d5dc8","instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8"}} 2021-08-08 01:54:46,207 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished 2021-08-08 01:54:46,228 DEBUG 129:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e06ab36e-8716-42fb-a7fb-2ed4e2ed167c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:54:46,230 DEBUG 131:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 2021-08-08 01:54:46,230 DEBUG 132:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] data sent: None 2021-08-08 01:54:46,235 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:54:46,473 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 HTTP/1.1" 200 1341 2021-08-08 01:54:46,478 INFO 142:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response code: 200 2021-08-08 01:54:46,479 DEBUG 146:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response: {"request":{"requestId":"b1f83972-94b7-4491-b9fa-8f7e671d5dc8","startTime":"Sun, 08 Aug 2021 01:54:44 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"b53ef15f-2b7d-4756-b623-0eeef5d742f5","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sun, 08 Aug 2021 01:54:45 GMT"}}} 2021-08-08 01:54:56,491 DEBUG 129:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c0b90c78-186d-428f-9206-a02e04bc451a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:54:56,491 DEBUG 131:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 2021-08-08 01:54:56,492 DEBUG 132:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] data sent: None 2021-08-08 01:54:56,494 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:54:56,685 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 HTTP/1.1" 200 1551 2021-08-08 01:54:56,687 INFO 142:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response code: 200 2021-08-08 01:54:56,688 DEBUG 146:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response: {"request":{"requestId":"b1f83972-94b7-4491-b9fa-8f7e671d5dc8","startTime":"Sun, 08 Aug 2021 01:54:44 GMT","finishTime":"Sun, 08 Aug 2021 01:54:48 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"b53ef15f-2b7d-4756-b623-0eeef5d742f5","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:54:48 GMT"}}} 2021-08-08 01:54:56,688 INFO 56:mixins.py(7) - ServiceInstantiation task finished 2021-08-08 01:54:56,689 DEBUG 129:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '976cac3e-bc69-4648-aeae-a4dba9f8e76a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:54:56,689 DEBUG 131:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 2021-08-08 01:54:56,689 DEBUG 132:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] data sent: None 2021-08-08 01:54:56,692 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:54:56,897 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 HTTP/1.1" 200 1551 2021-08-08 01:54:56,898 INFO 142:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response code: 200 2021-08-08 01:54:56,899 DEBUG 146:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response: {"request":{"requestId":"b1f83972-94b7-4491-b9fa-8f7e671d5dc8","startTime":"Sun, 08 Aug 2021 01:54:44 GMT","finishTime":"Sun, 08 Aug 2021 01:54:48 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"b53ef15f-2b7d-4756-b623-0eeef5d742f5","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:54:48 GMT"}}} 2021-08-08 01:54:56,900 DEBUG 129:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '795de300-e1f6-479c-9b7f-a86d76e1263f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:54:56,900 DEBUG 131:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 2021-08-08 01:54:56,900 DEBUG 132:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] data sent: None 2021-08-08 01:54:56,902 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:54:57,096 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 HTTP/1.1" 200 1551 2021-08-08 01:54:57,098 INFO 142:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response code: 200 2021-08-08 01:54:57,098 DEBUG 146:onap_service.py(7) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response: {"request":{"requestId":"b1f83972-94b7-4491-b9fa-8f7e671d5dc8","startTime":"Sun, 08 Aug 2021 01:54:44 GMT","finishTime":"Sun, 08 Aug 2021 01:54:48 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"b53ef15f-2b7d-4756-b623-0eeef5d742f5","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:54:48 GMT"}}} 2021-08-08 01:54:57,107 DEBUG 129:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ec51dce2-98c2-4091-8811-68cb68e1f969', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:54:57,108 DEBUG 131:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 2021-08-08 01:54:57,108 DEBUG 132:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] data sent: None 2021-08-08 01:54:57,111 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:54:57,285 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 HTTP/1.1" 200 1551 2021-08-08 01:54:57,286 INFO 142:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response code: 200 2021-08-08 01:54:57,287 DEBUG 146:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response: {"request":{"requestId":"b1f83972-94b7-4491-b9fa-8f7e671d5dc8","startTime":"Sun, 08 Aug 2021 01:54:44 GMT","finishTime":"Sun, 08 Aug 2021 01:54:48 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"b53ef15f-2b7d-4756-b623-0eeef5d742f5","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:54:48 GMT"}}} 2021-08-08 01:54:57,288 DEBUG 129:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'fe03f966-9415-4544-82db-8fa61e3eae47', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:54:57,288 DEBUG 131:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 2021-08-08 01:54:57,288 DEBUG 132:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] data sent: None 2021-08-08 01:54:57,290 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:54:57,453 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b1f83972-94b7-4491-b9fa-8f7e671d5dc8 HTTP/1.1" 200 1551 2021-08-08 01:54:57,455 INFO 142:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response code: 200 2021-08-08 01:54:57,455 DEBUG 146:onap_service.py(1) - [None][Check b1f83972-94b7-4491-b9fa-8f7e671d5dc8 orchestration request status] response: {"request":{"requestId":"b1f83972-94b7-4491-b9fa-8f7e671d5dc8","startTime":"Sun, 08 Aug 2021 01:54:44 GMT","finishTime":"Sun, 08 Aug 2021 01:54:48 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"b53ef15f-2b7d-4756-b623-0eeef5d742f5","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:54:48 GMT"}}} 2021-08-08 01:54:57,456 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:54:57,457 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-08-08 01:54:57,457 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-08 01:54:57,459 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:54:57,589 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-08-08 01:54:57,590 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-08 01:54:57,590 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628387501984","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-08-08 01:54:57,593 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:54:57,593 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 2021-08-08 01:54:57,593 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] data sent: None 2021-08-08 01:54:57,595 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:54:57,683 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 HTTP/1.1" 200 1191 2021-08-08 01:54:57,683 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response code: 200 2021-08-08 01:54:57,684 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response: {"service-instance":[{"service-instance-id":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","service-instance-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"543a42e4-bf53-4b87-8e05-e43fff716034","model-version-id":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","resource-version":"1628387688753","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-08-08 01:54:57,686 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:54:57,686 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:54:57,686 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-08 01:54:57,688 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:54:57,782 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-08-08 01:54:57,783 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-08 01:54:57,783 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628387500110"} 2021-08-08 01:54:57,785 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:54:57,786 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-08-08 01:54:57,786 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-08 01:54:57,788 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:54:57,893 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-08-08 01:54:57,894 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-08 01:54:57,894 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628387501984","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-08-08 01:54:57,897 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:54:57,898 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 2021-08-08 01:54:57,898 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] data sent: None 2021-08-08 01:54:57,901 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:54:57,997 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 HTTP/1.1" 200 1191 2021-08-08 01:54:57,999 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response code: 200 2021-08-08 01:54:58,000 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response: {"service-instance":[{"service-instance-id":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","service-instance-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"543a42e4-bf53-4b87-8e05-e43fff716034","model-version-id":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","resource-version":"1628387688753","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-08-08 01:54:58,002 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:54:58,002 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:54:58,002 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:54:58,004 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:54:58,096 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-08-08 01:54:58,097 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:54:58,097 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387499914","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-08-08 01:54:58,099 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:54:58,099 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:54:58,099 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:54:58,101 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:54:58,146 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597 2021-08-08 01:54:58,146 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-08 01:54:58,147 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628387501984","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-08-08 01:54:58,148 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:54:58,148 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:54:58,149 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:54:58,149 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:54:58,149 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:54:58,150 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:01,005 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:55:01,007 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:55:01,007 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:55:01,011 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:55:01,011 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:01,011 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:01,011 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:01,012 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:55:01,012 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:01,012 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:01,012 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:01,012 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:55:01,013 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:01,013 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:01,013 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:01,013 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:55:01,013 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:01,014 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:01,014 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:01,014 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:55:01,014 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:55:01,014 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:55:01,015 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:01,015 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:55:01,015 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:55:01,018 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:55:03,235 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:55:03,238 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:55:03,241 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:55:03,248 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:55:03,249 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:03,249 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel 2021-08-08 01:55:03,249 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-08 01:55:03,251 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:03,818 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel HTTP/1.1" 200 None 2021-08-08 01:55:03,820 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-08 01:55:03,821 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-08 01:55:03,891 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:55:03,891 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:55:03,891 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:03,891 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:55:03,892 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:55:03,893 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:06,307 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:55:06,308 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:55:06,308 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:55:06,310 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:55:06,310 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:06,310 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:06,310 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:06,311 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:55:06,311 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:06,311 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:06,311 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:06,311 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:55:06,311 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:06,311 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:06,311 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:06,311 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:55:06,311 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:06,312 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:06,312 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:06,312 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:55:06,312 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:55:06,312 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:55:06,312 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:06,312 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:55:06,312 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:55:06,314 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:55:09,022 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:55:09,024 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:55:09,026 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:55:09,030 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:55:09,030 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '981485d4-cbd5-4c77-abd4-caf85d426568', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:09,031 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs 2021-08-08 01:55:09,031 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "543a42e4-bf53-4b87-8e05-e43fff716034" }, "modelInfo": { "modelType": "vnf", "modelInvariantId": "bf915206-2929-4131-8670-348b7c69812d", "modelVersionId": "a36e2432-aed4-4313-a243-3cf719deea41", "modelName": "basic_cnf", "modelVersion": "1.0", "modelCustomizationId": "80aaab8d-64e6-484a-9a6e-2147ec6d0b5e", "modelCustomizationName": "basic_cnf 0" }, "requestParameters": { "userParams": [], "aLaCarte": true, "testApi": "GR_API" }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion" }, "lineOfBusiness": { "lineOfBusinessName": "basicnf_lob" }, "platform": { "platformName": "basicnf_platform" }, "relatedInstanceList": [{ "relatedInstance": { "instanceId": "47cd6c7a-8ee9-467c-9ccc-f5060eaef526", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "543a42e4-bf53-4b87-8e05-e43fff716034", "modelVersion": "1.0", "modelVersionId": "fc5c923a-a874-4ec5-9a2d-c93ed7d75b87" } } }] } } 2021-08-08 01:55:09,032 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:10,775 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs HTTP/1.1" 202 262 2021-08-08 01:55:10,776 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response code: 202 2021-08-08 01:55:10,777 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response: {"requestReferences":{"requestId":"981485d4-cbd5-4c77-abd4-caf85d426568","instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568"}} 2021-08-08 01:55:10,777 DEBUG 79:mixins.py(1) - Wait until VnfInstantiation task is not finished 2021-08-08 01:55:10,789 DEBUG 129:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'af0b69ef-b80c-4eb2-ae88-7eb39bdbab40', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:10,790 DEBUG 131:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 2021-08-08 01:55:10,790 DEBUG 132:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] data sent: None 2021-08-08 01:55:10,793 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:10,982 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 HTTP/1.1" 200 1900 2021-08-08 01:55:10,984 INFO 142:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response code: 200 2021-08-08 01:55:10,984 DEBUG 146:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response: {"request":{"requestId":"981485d4-cbd5-4c77-abd4-caf85d426568","startTime":"Sun, 08 Aug 2021 01:55:09 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"543a42e4-bf53-4b87-8e05-e43fff716034","source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sun, 08 Aug 2021 01:55:10 GMT"}}} 2021-08-08 01:55:20,996 DEBUG 129:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5a937116-daca-4144-8e45-d13c6afe06b3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:20,996 DEBUG 131:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 2021-08-08 01:55:20,996 DEBUG 132:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] data sent: None 2021-08-08 01:55:20,999 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:21,208 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 HTTP/1.1" 200 2106 2021-08-08 01:55:21,210 INFO 142:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response code: 200 2021-08-08 01:55:21,210 DEBUG 146:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response: {"request":{"requestId":"981485d4-cbd5-4c77-abd4-caf85d426568","startTime":"Sun, 08 Aug 2021 01:55:09 GMT","finishTime":"Sun, 08 Aug 2021 01:55:15 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"543a42e4-bf53-4b87-8e05-e43fff716034","source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:15 GMT"}}} 2021-08-08 01:55:21,211 INFO 56:mixins.py(8) - VnfInstantiation task finished 2021-08-08 01:55:21,212 DEBUG 129:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '46d51460-1a5d-4e5a-bbc7-cfd604e52c9c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:21,212 DEBUG 131:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 2021-08-08 01:55:21,212 DEBUG 132:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] data sent: None 2021-08-08 01:55:21,215 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:21,364 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 HTTP/1.1" 200 2106 2021-08-08 01:55:21,366 INFO 142:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response code: 200 2021-08-08 01:55:21,366 DEBUG 146:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response: {"request":{"requestId":"981485d4-cbd5-4c77-abd4-caf85d426568","startTime":"Sun, 08 Aug 2021 01:55:09 GMT","finishTime":"Sun, 08 Aug 2021 01:55:15 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"543a42e4-bf53-4b87-8e05-e43fff716034","source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:15 GMT"}}} 2021-08-08 01:55:21,367 DEBUG 129:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a6379e43-097b-4dd9-a5f6-1e626519e433', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:21,367 DEBUG 131:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 2021-08-08 01:55:21,367 DEBUG 132:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] data sent: None 2021-08-08 01:55:21,369 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:21,525 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 HTTP/1.1" 200 2106 2021-08-08 01:55:21,526 INFO 142:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response code: 200 2021-08-08 01:55:21,527 DEBUG 146:onap_service.py(8) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response: {"request":{"requestId":"981485d4-cbd5-4c77-abd4-caf85d426568","startTime":"Sun, 08 Aug 2021 01:55:09 GMT","finishTime":"Sun, 08 Aug 2021 01:55:15 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"543a42e4-bf53-4b87-8e05-e43fff716034","source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:15 GMT"}}} 2021-08-08 01:55:21,534 DEBUG 129:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2a9a821d-3f6d-47f8-930d-8f7b269caff7', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:21,535 DEBUG 131:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 2021-08-08 01:55:21,535 DEBUG 132:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] data sent: None 2021-08-08 01:55:21,537 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:21,726 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 HTTP/1.1" 200 2106 2021-08-08 01:55:21,727 INFO 142:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response code: 200 2021-08-08 01:55:21,727 DEBUG 146:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response: {"request":{"requestId":"981485d4-cbd5-4c77-abd4-caf85d426568","startTime":"Sun, 08 Aug 2021 01:55:09 GMT","finishTime":"Sun, 08 Aug 2021 01:55:15 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"543a42e4-bf53-4b87-8e05-e43fff716034","source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:15 GMT"}}} 2021-08-08 01:55:21,728 DEBUG 129:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b70519a5-11fd-431e-8993-1723c056f8cd', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:21,728 DEBUG 131:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 2021-08-08 01:55:21,728 DEBUG 132:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] data sent: None 2021-08-08 01:55:21,729 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:21,881 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/981485d4-cbd5-4c77-abd4-caf85d426568 HTTP/1.1" 200 2106 2021-08-08 01:55:21,882 INFO 142:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response code: 200 2021-08-08 01:55:21,882 DEBUG 146:onap_service.py(1) - [None][Check 981485d4-cbd5-4c77-abd4-caf85d426568 orchestration request status] response: {"request":{"requestId":"981485d4-cbd5-4c77-abd4-caf85d426568","startTime":"Sun, 08 Aug 2021 01:55:09 GMT","finishTime":"Sun, 08 Aug 2021 01:55:15 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"543a42e4-bf53-4b87-8e05-e43fff716034","source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:15 GMT"}}} 2021-08-08 01:55:21,883 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:21,883 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:55:21,883 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-08 01:55:21,884 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:22,142 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-08-08 01:55:22,143 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-08 01:55:22,143 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628387500110"} 2021-08-08 01:55:22,146 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:22,147 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-08-08 01:55:22,147 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-08 01:55:22,149 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:22,223 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-08-08 01:55:22,224 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-08 01:55:22,224 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628387501984","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-08-08 01:55:22,227 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:22,227 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 2021-08-08 01:55:22,227 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] data sent: None 2021-08-08 01:55:22,229 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:22,415 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 HTTP/1.1" 200 1643 2021-08-08 01:55:22,416 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response code: 200 2021-08-08 01:55:22,417 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response: {"service-instance":[{"service-instance-id":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","service-instance-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"543a42e4-bf53-4b87-8e05-e43fff716034","model-version-id":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","resource-version":"1628387711284","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-08-08 01:55:22,420 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:22,420 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list 2021-08-08 01:55:22,420 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:55:22,423 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:22,531 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list HTTP/1.1" 200 1064 2021-08-08 01:55:22,532 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:55:22,533 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-08-08 01:55:22,536 DEBUG 129:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:22,536 DEBUG 131:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b 2021-08-08 01:55:22,537 DEBUG 132:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] data sent: None 2021-08-08 01:55:22,539 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:22,624 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b HTTP/1.1" 200 3737 2021-08-08 01:55:22,625 INFO 142:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response code: 200 2021-08-08 01:55:22,625 DEBUG 146:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response: {"vnf-id":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnf-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"543a42e4-bf53-4b87-8e05-e43fff716034","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628387715315","model-invariant-id":"bf915206-2929-4131-8670-348b7c69812d","model-version-id":"a36e2432-aed4-4313-a243-3cf719deea41","model-customization-id":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/vnfs/vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}} 2021-08-08 01:55:22,628 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:55:22,628 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:55:22,629 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:22,629 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:55:22,629 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:55:22,631 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:23,192 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:55:23,193 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:55:23,193 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:55:23,195 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:55:23,195 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:23,195 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:23,195 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:23,196 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:55:23,196 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:23,196 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:23,196 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:23,196 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:55:23,196 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:23,196 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:23,196 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:23,197 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:55:23,197 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:23,197 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:23,197 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:23,197 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:55:23,197 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:55:23,197 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:55:23,198 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:23,198 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:55:23,198 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:55:23,199 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:55:23,783 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:55:23,786 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:55:23,789 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:55:23,795 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:55:23,796 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:23,796 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel 2021-08-08 01:55:23,797 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-08 01:55:23,799 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:23,973 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel HTTP/1.1" 200 None 2021-08-08 01:55:23,976 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-08 01:55:23,977 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-08 01:55:24,024 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:55:24,025 DEBUG 131:onap_service.py(1) - [None][Get definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d 2021-08-08 01:55:24,025 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-08-08 01:55:24,026 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:55:24,056 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d HTTP/1.1" 200 216 2021-08-08 01:55:24,056 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-08-08 01:55:24,056 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","rb-version":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","chart-name":"nginx","description":"","labels":{"vnf_customization_uuid":"e774368f-c04a-45e6-8490-e25cf4700f52"}} 2021-08-08 01:55:24,058 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:55:24,058 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest 2021-08-08 01:55:24,059 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-08-08 01:55:24,060 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:55:24,081 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest HTTP/1.1" 404 87 2021-08-08 01:55:24,082 INFO 142:onap_service.py(1) - [None][Get profile] response code: 404 2021-08-08 01:55:24,082 DEBUG 146:onap_service.py(1) - [None][Get profile] response: n/a 2021-08-08 01:55:24,083 ERROR 157:onap_service.py(1) - [None][Get profile] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:55:24,083 ERROR 233:onap_service.py(1) - [None][Get profile] request failed: Code: 404. Info: Get Resource Bundle Profile: Error finding master table: mongo: no documents in result . 2021-08-08 01:55:24,088 DEBUG 129:onap_service.py(1) - [None][Create profile for definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:55:24,088 DEBUG 131:onap_service.py(1) - [None][Create profile for definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile 2021-08-08 01:55:24,088 DEBUG 132:onap_service.py(1) - [None][Create profile for definition] data sent: { "rb-name": "57be1c46-61f9-49bb-9fdd-93e7e87acf7d", "rb-version": "8b134ae0-9e9c-4527-aaab-fef112a05e4d", "profile-name": "cnftest", "release-name": "cnftest", "namespace": "k8s", "kubernetes-version": "1.0" } 2021-08-08 01:55:24,090 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:55:24,114 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile HTTP/1.1" 201 212 2021-08-08 01:55:24,115 INFO 142:onap_service.py(1) - [None][Create profile for definition] response code: 201 2021-08-08 01:55:24,115 DEBUG 146:onap_service.py(1) - [None][Create profile for definition] response: {"rb-name":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","rb-version":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-08-08 01:55:24,117 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:55:24,117 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest 2021-08-08 01:55:24,117 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-08-08 01:55:24,119 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:55:24,139 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest HTTP/1.1" 200 212 2021-08-08 01:55:24,139 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-08-08 01:55:24,140 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","rb-version":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-08-08 01:55:24,142 DEBUG 129:onap_service.py(1) - [None][Upload Artifact content] sent header: {} 2021-08-08 01:55:24,142 DEBUG 131:onap_service.py(1) - [None][Upload Artifact content] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest/content 2021-08-08 01:55:24,142 DEBUG 132:onap_service.py(1) - [None][Upload Artifact content] data sent: b'\x1f\x8b\x08\x00z7f]\x00\x03\xed\xd3\xdf\n\x820\x14\xc7\xf1]\xef)\x86\xf7\xc6\x96s\x96/\x13B+\x04\xb3p*\xf8\xf6YB\x14\x14\xde\xf4\x87\xe0\xfb\xb99cg\xb0\x03\xdb\xefP\xd4\xe5\xce\x87v1\x14\x87J|\x86\x1e9\xe7.\xd5d\xa9\xbe\xaf\x13\x97\t\x93\xa4\x89\xb1Ib\x8d\x15\xda\x8cK+\x94\xfe\xd0<\x0f\xba\xd0\x16\x8dR\xa2\xde\x87*s\xeb\xd5\xabss\xfd?\x15\xc7\xb1\xec}\x13\xcac\x9d\xab\xde\xc8v8\xf9\\*\xd5\x17U\xe7C\xae\xa2\xe3\xd8m\xca\xad\xdfL;\xd7\x7f\x12\xc9_\x8f\x8d7y\xf6\xbc\xef\xbec6\xffzy\xcb\x7f:\xae\xb5\xb1\xa9\xc9\xc8\xff7H\xa2\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\xd7\xce\x16\xa6\xd8\xa7\x00(\x00\x00' 2021-08-08 01:55:24,143 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:55:24,170 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest/content HTTP/1.1" 200 0 2021-08-08 01:55:24,171 INFO 142:onap_service.py(1) - [None][Upload Artifact content] response code: 200 2021-08-08 01:55:24,171 DEBUG 146:onap_service.py(1) - [None][Upload Artifact content] response: n/a 2021-08-08 01:55:24,173 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:24,173 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer 2021-08-08 01:55:24,173 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None 2021-08-08 01:55:24,174 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:24,236 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139 2021-08-08 01:55:24,237 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200 2021-08-08 01:55:24,237 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628387500110"} 2021-08-08 01:55:24,239 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:24,239 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf 2021-08-08 01:55:24,239 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None 2021-08-08 01:55:24,240 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:24,297 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738 2021-08-08 01:55:24,298 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200 2021-08-08 01:55:24,298 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628387501984","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-08-08 01:55:24,300 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:24,300 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 2021-08-08 01:55:24,300 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] data sent: None 2021-08-08 01:55:24,302 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:24,369 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 HTTP/1.1" 200 1643 2021-08-08 01:55:24,370 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response code: 200 2021-08-08 01:55:24,370 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786 service-instance-name] response: {"service-instance":[{"service-instance-id":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","service-instance-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"543a42e4-bf53-4b87-8e05-e43fff716034","model-version-id":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","resource-version":"1628387711284","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]} 2021-08-08 01:55:24,372 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:24,372 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:55:24,372 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:55:24,374 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:24,440 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-08-08 01:55:24,440 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:55:24,440 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387711409","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]}]}}]} 2021-08-08 01:55:24,442 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:24,442 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:55:24,442 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:55:24,444 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:24,517 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048 2021-08-08 01:55:24,518 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-08 01:55:24,518 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628387711510","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-08-08 01:55:24,520 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:24,520 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list 2021-08-08 01:55:24,521 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:55:24,522 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:24,582 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list HTTP/1.1" 200 1064 2021-08-08 01:55:24,583 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:55:24,583 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-08-08 01:55:24,585 DEBUG 129:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:24,585 DEBUG 131:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b 2021-08-08 01:55:24,585 DEBUG 132:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] data sent: None 2021-08-08 01:55:24,587 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:24,726 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b HTTP/1.1" 200 3737 2021-08-08 01:55:24,727 INFO 142:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response code: 200 2021-08-08 01:55:24,727 DEBUG 146:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response: {"vnf-id":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnf-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"543a42e4-bf53-4b87-8e05-e43fff716034","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628387715315","model-invariant-id":"bf915206-2929-4131-8670-348b7c69812d","model-version-id":"a36e2432-aed4-4313-a243-3cf719deea41","model-customization-id":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/vnfs/vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}} 2021-08-08 01:55:24,731 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:55:24,731 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:55:24,732 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:24,732 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:55:24,732 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:55:24,735 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:25,504 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:55:25,507 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:55:25,507 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:55:25,511 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:55:25,511 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:25,512 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:25,513 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:25,513 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:55:25,514 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:25,514 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:25,515 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:25,515 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:55:25,516 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:25,516 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:25,517 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:25,517 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:55:25,517 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:25,518 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:25,518 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:25,518 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:55:25,519 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:55:25,519 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:55:25,520 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:25,520 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:55:25,520 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:55:25,522 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:55:26,245 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:55:26,248 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:55:26,252 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:55:26,262 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:55:26,263 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:26,263 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel 2021-08-08 01:55:26,263 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-08 01:55:26,266 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:26,455 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel HTTP/1.1" 200 None 2021-08-08 01:55:26,458 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-08 01:55:26,458 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-08 01:55:26,515 DEBUG 129:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'authorization': 'Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==', 'x-transactionid': '96cde032-b001-4695-9ceb-8e2bfb60dee0', 'x-fromappid': 'API client'} 2021-08-08 01:55:26,515 DEBUG 131:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] url used: https://sdnc.api.simpledemo.onap.org:30267/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-08-08 01:55:26,515 DEBUG 132:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] data sent: { "input":{ "preload-vf-module-topology-information":{ "vf-module-topology":{ "vf-module-topology-identifier":{ "vf-module-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786" }, "vf-module-parameters": { "param": [{'name': 'dummy_name_0', 'value': 'dummy_name'}, {'name': 'k8s-rb-profile-name', 'value': 'cnftest'}, {'name': 'k8s-rb-profile-namespace', 'value': 'k8s'}] } }, "vnf-topology-identifier-structure":{ "vnf-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0", "vnf-type":"basic_cnf/basic_cnf 0" }, "vnf-resource-assignments":{ "availability-zones":{ "availability-zone":[ "nova" ], "max-count":1 }, "vnf-networks":{ "vnf-network":[] } } }, "request-information":{ "request-id":"test", "order-version":"1", "notification-url":"onap.org", "order-number":"1", "request-action":"PreloadVfModuleRequest" }, "sdnc-request-header":{ "svc-request-id":"test", "svc-notification-url":"http:\/\/onap.org:8080\/adapters\/rest\/SDNCNotify", "svc-action":"reserve" } } } 2021-08-08 01:55:26,517 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267 2021-08-08 01:55:26,602 DEBUG 433:connectionpool.py(1) - https://sdnc.api.simpledemo.onap.org:30267 "POST /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation HTTP/1.1" 200 113 2021-08-08 01:55:26,604 INFO 142:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response code: 200 2021-08-08 01:55:26,604 DEBUG 146:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response: {"output":{"response-code":"200","response-message":"success","ack-final-indicator":"Y","svc-request-id":"test"}} 2021-08-08 01:55:26,627 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:55:26,627 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:55:26,627 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:26,627 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:55:26,628 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:55:26,629 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:55:27,836 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:55:27,838 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:55:27,838 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:55:27,842 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:55:27,842 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:27,842 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:27,842 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:27,842 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:55:27,843 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:27,843 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:27,843 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:27,843 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:55:27,843 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:27,844 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:27,844 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:27,844 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:55:27,844 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:55:27,845 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:55:27,845 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:55:27,845 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:55:27,845 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:55:27,845 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:55:27,846 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:55:27,846 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:55:27,846 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:55:27,849 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:55:30,239 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:55:30,242 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:55:30,245 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:55:30,252 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:55:30,252 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a17b66d5-1352-4f0d-be21-e9543caacaac', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:30,253 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs/02737c3c-ceaf-429f-b300-c4c5279fc70b/vfModules 2021-08-08 01:55:30,253 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786", "source": "VID", "suppressRollback": false, "requestorId": "test" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "57be1c46-61f9-49bb-9fdd-93e7e87acf7d", "modelVersionId": "8b134ae0-9e9c-4527-aaab-fef112a05e4d", "modelName": "BasicCnf..base_dummy..module-0", "modelVersion": "1", "modelCustomizationId": "e774368f-c04a-45e6-8490-e25cf4700f52", "modelCustomizationName": "BasicCnf..base_dummy..module-0" }, "requestParameters": { "userParams": [ ], "testApi": "GR_API", "usePreload": true, "aLaCarte": true }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion" }, "relatedInstanceList": [ { "relatedInstance": { "instanceId": "47cd6c7a-8ee9-467c-9ccc-f5060eaef526", "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "543a42e4-bf53-4b87-8e05-e43fff716034", "modelVersion": "1.0", "modelVersionId": "fc5c923a-a874-4ec5-9a2d-c93ed7d75b87" } } }, { "relatedInstance": { "instanceId": "02737c3c-ceaf-429f-b300-c4c5279fc70b", "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "bf915206-2929-4131-8670-348b7c69812d", "modelVersion": "1.0", "modelVersionId": "a36e2432-aed4-4313-a243-3cf719deea41", "modelCustomizationId": "80aaab8d-64e6-484a-9a6e-2147ec6d0b5e", "modelCustomizationName": "basic_cnf 0" } } } ] } } 2021-08-08 01:55:30,255 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:31,925 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs/02737c3c-ceaf-429f-b300-c4c5279fc70b/vfModules HTTP/1.1" 202 262 2021-08-08 01:55:31,927 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response code: 202 2021-08-08 01:55:31,927 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response: {"requestReferences":{"requestId":"a17b66d5-1352-4f0d-be21-e9543caacaac","instanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac"}} 2021-08-08 01:55:31,928 DEBUG 79:mixins.py(1) - Wait until VfModuleInstantiation task is not finished 2021-08-08 01:55:31,934 DEBUG 129:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '58b7884e-c1ed-4a46-9a56-e880941f121b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:31,935 DEBUG 131:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac 2021-08-08 01:55:31,935 DEBUG 132:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] data sent: None 2021-08-08 01:55:31,938 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:32,183 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac HTTP/1.1" 200 2455 2021-08-08 01:55:32,186 INFO 142:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response code: 200 2021-08-08 01:55:32,186 DEBUG 146:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response: {"request":{"requestId":"a17b66d5-1352-4f0d-be21-e9543caacaac","startTime":"Sun, 08 Aug 2021 01:55:30 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}},{"relatedInstance":{"instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sun, 08 Aug 2021 01:55:31 GMT"}}} 2021-08-08 01:55:42,199 DEBUG 129:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cb31908a-2f47-4f97-b290-1f922beb3438', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:42,200 DEBUG 131:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac 2021-08-08 01:55:42,200 DEBUG 132:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] data sent: None 2021-08-08 01:55:42,203 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:42,414 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac HTTP/1.1" 200 2666 2021-08-08 01:55:42,415 INFO 142:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response code: 200 2021-08-08 01:55:42,416 DEBUG 146:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response: {"request":{"requestId":"a17b66d5-1352-4f0d-be21-e9543caacaac","startTime":"Sun, 08 Aug 2021 01:55:30 GMT","finishTime":"Sun, 08 Aug 2021 01:55:41 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}},{"relatedInstance":{"instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:41 GMT"}}} 2021-08-08 01:55:42,417 INFO 56:mixins.py(9) - VfModuleInstantiation task finished 2021-08-08 01:55:42,417 DEBUG 129:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2a5d7cfa-518b-45b0-b0bd-2a5472ef5ca0', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:42,417 DEBUG 131:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac 2021-08-08 01:55:42,418 DEBUG 132:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] data sent: None 2021-08-08 01:55:42,419 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:42,608 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac HTTP/1.1" 200 2666 2021-08-08 01:55:42,610 INFO 142:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response code: 200 2021-08-08 01:55:42,610 DEBUG 146:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response: {"request":{"requestId":"a17b66d5-1352-4f0d-be21-e9543caacaac","startTime":"Sun, 08 Aug 2021 01:55:30 GMT","finishTime":"Sun, 08 Aug 2021 01:55:41 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}},{"relatedInstance":{"instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:41 GMT"}}} 2021-08-08 01:55:42,612 DEBUG 129:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3377a10c-7536-46e1-8f3d-123676098080', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:42,612 DEBUG 131:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac 2021-08-08 01:55:42,612 DEBUG 132:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] data sent: None 2021-08-08 01:55:42,614 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:42,777 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac HTTP/1.1" 200 2666 2021-08-08 01:55:42,778 INFO 142:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response code: 200 2021-08-08 01:55:42,778 DEBUG 146:onap_service.py(9) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response: {"request":{"requestId":"a17b66d5-1352-4f0d-be21-e9543caacaac","startTime":"Sun, 08 Aug 2021 01:55:30 GMT","finishTime":"Sun, 08 Aug 2021 01:55:41 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}},{"relatedInstance":{"instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:41 GMT"}}} 2021-08-08 01:55:42,790 DEBUG 129:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '9d0a4dc0-b4c9-453b-8c5f-d4b6403d78ae', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:42,791 DEBUG 131:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac 2021-08-08 01:55:42,791 DEBUG 132:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] data sent: None 2021-08-08 01:55:42,795 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:42,958 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac HTTP/1.1" 200 2666 2021-08-08 01:55:42,959 INFO 142:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response code: 200 2021-08-08 01:55:42,960 DEBUG 146:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response: {"request":{"requestId":"a17b66d5-1352-4f0d-be21-e9543caacaac","startTime":"Sun, 08 Aug 2021 01:55:30 GMT","finishTime":"Sun, 08 Aug 2021 01:55:41 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}},{"relatedInstance":{"instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:41 GMT"}}} 2021-08-08 01:55:42,961 DEBUG 129:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '409124ab-62b0-45a2-b556-3c91474b83cc', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:42,961 DEBUG 131:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac 2021-08-08 01:55:42,961 DEBUG 132:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] data sent: None 2021-08-08 01:55:42,962 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:43,188 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/a17b66d5-1352-4f0d-be21-e9543caacaac HTTP/1.1" 200 2666 2021-08-08 01:55:43,190 INFO 142:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response code: 200 2021-08-08 01:55:43,191 DEBUG 146:onap_service.py(1) - [None][Check a17b66d5-1352-4f0d-be21-e9543caacaac orchestration request status] response: {"request":{"requestId":"a17b66d5-1352-4f0d-be21-e9543caacaac","startTime":"Sun, 08 Aug 2021 01:55:30 GMT","finishTime":"Sun, 08 Aug 2021 01:55:41 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"}}},{"relatedInstance":{"instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:55:41 GMT"}}} 2021-08-08 01:55:43,192 INFO 36:basic_cnf.py(1) - basic_cnf successfully created 2021-08-08 01:55:43,193 INFO 39:basic_cnf.py(1) - basic_cnf cleanup called 2021-08-08 01:55:53,204 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,204 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list 2021-08-08 01:55:53,205 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:55:53,210 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,284 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list HTTP/1.1" 200 1064 2021-08-08 01:55:53,285 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:55:53,285 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-08-08 01:55:53,287 DEBUG 129:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,288 DEBUG 131:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b 2021-08-08 01:55:53,288 DEBUG 132:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] data sent: None 2021-08-08 01:55:53,290 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,367 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b HTTP/1.1" 200 3737 2021-08-08 01:55:53,368 INFO 142:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response code: 200 2021-08-08 01:55:53,369 DEBUG 146:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response: {"vnf-id":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnf-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"543a42e4-bf53-4b87-8e05-e43fff716034","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628387715315","model-invariant-id":"bf915206-2929-4131-8670-348b7c69812d","model-version-id":"a36e2432-aed4-4313-a243-3cf719deea41","model-customization-id":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/vnfs/vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}} 2021-08-08 01:55:53,371 DEBUG 163:vf_module_ala_carte.py(1) - VNF instance AAI found in Service Instance 2021-08-08 01:55:53,371 INFO 165:vf_module_ala_carte.py(1) - Get VF Modules 2021-08-08 01:55:53,372 DEBUG 129:onap_service.py(1) - [AAI][GET VNF basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0 VF modules] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,372 DEBUG 131:onap_service.py(1) - [AAI][GET VNF basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0 VF modules] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vf-modules 2021-08-08 01:55:53,372 DEBUG 132:onap_service.py(1) - [AAI][GET VNF basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0 VF modules] data sent: None 2021-08-08 01:55:53,374 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,431 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vf-modules HTTP/1.1" 200 807 2021-08-08 01:55:53,431 INFO 142:onap_service.py(1) - [AAI][GET VNF basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0 VF modules] response code: 200 2021-08-08 01:55:53,432 DEBUG 146:onap_service.py(1) - [AAI][GET VNF basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0 VF modules] response: {"vf-module":[{"vf-module-id":"63cd94e4-3188-47d7-9a5f-8233441a8236","vf-module-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","heat-stack-id":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786/compassionate_cohen","orchestration-status":"Active","is-base-vf-module":true,"automated-assignment":false,"resource-version":"1628387740530","model-invariant-id":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","model-version-id":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","model-customization-id":"e774368f-c04a-45e6-8490-e25cf4700f52","module-index":0,"selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/vnfs/vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vnf-data/vf-modules/vf-module/63cd94e4-3188-47d7-9a5f-8233441a8236/vf-module-data/vf-module-topology/"}]} 2021-08-08 01:55:53,433 INFO 167:vf_module_ala_carte.py(1) - Delete VF Module AAI 2021-08-08 01:55:53,433 DEBUG 158:vf_module.py(1) - Delete 63cd94e4-3188-47d7-9a5f-8233441a8236 VF module 2021-08-08 01:55:53,433 DEBUG 45:deletion.py(1) - VF module 63cd94e4-3188-47d7-9a5f-8233441a8236 deletion request 2021-08-08 01:55:53,443 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,444 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:55:53,444 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:55:53,445 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,493 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:55:53,494 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:55:53,494 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:55:53,495 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,496 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:55:53,496 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:55:53,497 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,582 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-08-08 01:55:53,583 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:55:53,583 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387711409","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]}]}}]} 2021-08-08 01:55:53,586 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,586 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:55:53,587 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:55:53,589 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,643 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:55:53,644 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:55:53,644 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:55:53,646 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,646 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:55:53,646 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:55:53,648 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,711 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-08-08 01:55:53,711 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:55:53,712 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387711409","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]}]}}]} 2021-08-08 01:55:53,713 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,714 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:55:53,714 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:55:53,715 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,792 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:55:53,793 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:55:53,794 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:55:53,796 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,796 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:55:53,796 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:55:53,798 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,877 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-08-08 01:55:53,878 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:55:53,878 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387711409","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]}]}}]} 2021-08-08 01:55:53,880 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:55:53,880 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:55:53,880 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:55:53,881 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:55:53,980 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048 2021-08-08 01:55:53,981 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-08 01:55:53,981 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628387711510","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-08-08 01:55:53,983 DEBUG 129:onap_service.py(1) - [None][Create 63cd94e4-3188-47d7-9a5f-8233441a8236 VF moduledeletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '1052c420-eb21-4939-92e4-ec4c388a0b81', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:53,984 DEBUG 131:onap_service.py(1) - [None][Create 63cd94e4-3188-47d7-9a5f-8233441a8236 VF moduledeletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs/02737c3c-ceaf-429f-b300-c4c5279fc70b/vfModules/63cd94e4-3188-47d7-9a5f-8233441a8236 2021-08-08 01:55:53,984 DEBUG 132:onap_service.py(1) - [None][Create 63cd94e4-3188-47d7-9a5f-8233441a8236 VF moduledeletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vfModule", "modelInvariantId": "57be1c46-61f9-49bb-9fdd-93e7e87acf7d", "modelVersionId": "8b134ae0-9e9c-4527-aaab-fef112a05e4d", "modelName": "basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786", "modelVersion": "1628387740530", "modelCustomizationId": "e774368f-c04a-45e6-8490-e25cf4700f52" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-08-08 01:55:53,986 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:55,402 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs/02737c3c-ceaf-429f-b300-c4c5279fc70b/vfModules/63cd94e4-3188-47d7-9a5f-8233441a8236 HTTP/1.1" 202 262 2021-08-08 01:55:55,404 INFO 142:onap_service.py(1) - [None][Create 63cd94e4-3188-47d7-9a5f-8233441a8236 VF moduledeletion request] response code: 202 2021-08-08 01:55:55,405 DEBUG 146:onap_service.py(1) - [None][Create 63cd94e4-3188-47d7-9a5f-8233441a8236 VF moduledeletion request] response: {"requestReferences":{"requestId":"1052c420-eb21-4939-92e4-ec4c388a0b81","instanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81"}} 2021-08-08 01:55:55,406 DEBUG 79:mixins.py(1) - Wait until VfModuleDeletionRequest task is not finished 2021-08-08 01:55:55,414 DEBUG 129:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '36227b26-1940-44af-a83e-08e52042eaff', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:55:55,414 DEBUG 131:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 2021-08-08 01:55:55,414 DEBUG 132:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] data sent: None 2021-08-08 01:55:55,418 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:55:55,584 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 HTTP/1.1" 200 1311 2021-08-08 01:55:55,586 INFO 142:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response code: 200 2021-08-08 01:55:55,587 DEBUG 146:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response: {"request":{"requestId":"1052c420-eb21-4939-92e4-ec4c388a0b81","startTime":"Sun, 08 Aug 2021 01:55:54 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","modelVersion":"1628387740530","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sun, 08 Aug 2021 01:55:54 GMT"}}} 2021-08-08 01:56:05,599 DEBUG 129:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0320a5b7-2ea3-472d-94ac-f9608c5f6166', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:05,600 DEBUG 131:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 2021-08-08 01:56:05,600 DEBUG 132:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] data sent: None 2021-08-08 01:56:05,602 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:05,805 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 HTTP/1.1" 200 1522 2021-08-08 01:56:05,807 INFO 142:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response code: 200 2021-08-08 01:56:05,808 DEBUG 146:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response: {"request":{"requestId":"1052c420-eb21-4939-92e4-ec4c388a0b81","startTime":"Sun, 08 Aug 2021 01:55:54 GMT","finishTime":"Sun, 08 Aug 2021 01:56:05 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","modelVersion":"1628387740530","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:05 GMT"}}} 2021-08-08 01:56:05,808 INFO 56:mixins.py(10) - VfModuleDeletionRequest task finished 2021-08-08 01:56:05,809 DEBUG 129:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd185497f-2f28-4e08-8b1a-ac8b1957908f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:05,809 DEBUG 131:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 2021-08-08 01:56:05,809 DEBUG 132:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] data sent: None 2021-08-08 01:56:05,812 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:06,032 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 HTTP/1.1" 200 1522 2021-08-08 01:56:06,034 INFO 142:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response code: 200 2021-08-08 01:56:06,034 DEBUG 146:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response: {"request":{"requestId":"1052c420-eb21-4939-92e4-ec4c388a0b81","startTime":"Sun, 08 Aug 2021 01:55:54 GMT","finishTime":"Sun, 08 Aug 2021 01:56:05 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","modelVersion":"1628387740530","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:05 GMT"}}} 2021-08-08 01:56:06,035 DEBUG 129:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '14e9721a-fa4c-4f15-8e72-12c2e23e1911', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:06,036 DEBUG 131:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 2021-08-08 01:56:06,036 DEBUG 132:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] data sent: None 2021-08-08 01:56:06,038 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:06,238 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 HTTP/1.1" 200 1522 2021-08-08 01:56:06,239 INFO 142:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response code: 200 2021-08-08 01:56:06,239 DEBUG 146:onap_service.py(10) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response: {"request":{"requestId":"1052c420-eb21-4939-92e4-ec4c388a0b81","startTime":"Sun, 08 Aug 2021 01:55:54 GMT","finishTime":"Sun, 08 Aug 2021 01:56:05 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","modelVersion":"1628387740530","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:05 GMT"}}} 2021-08-08 01:56:06,246 DEBUG 129:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e683d030-764b-4bce-9ad2-e34bb35aba40', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:06,247 DEBUG 131:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 2021-08-08 01:56:06,247 DEBUG 132:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] data sent: None 2021-08-08 01:56:06,250 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:06,435 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 HTTP/1.1" 200 1522 2021-08-08 01:56:06,436 INFO 142:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response code: 200 2021-08-08 01:56:06,437 DEBUG 146:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response: {"request":{"requestId":"1052c420-eb21-4939-92e4-ec4c388a0b81","startTime":"Sun, 08 Aug 2021 01:55:54 GMT","finishTime":"Sun, 08 Aug 2021 01:56:05 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","modelVersion":"1628387740530","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:05 GMT"}}} 2021-08-08 01:56:06,438 DEBUG 129:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '30a4f262-b0ef-4267-9dba-87409fa5d266', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:06,438 DEBUG 131:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 2021-08-08 01:56:06,438 DEBUG 132:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] data sent: None 2021-08-08 01:56:06,440 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:06,623 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1052c420-eb21-4939-92e4-ec4c388a0b81 HTTP/1.1" 200 1522 2021-08-08 01:56:06,625 INFO 142:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response code: 200 2021-08-08 01:56:06,625 DEBUG 146:onap_service.py(1) - [None][Check 1052c420-eb21-4939-92e4-ec4c388a0b81 orchestration request status] response: {"request":{"requestId":"1052c420-eb21-4939-92e4-ec4c388a0b81","startTime":"Sun, 08 Aug 2021 01:55:54 GMT","finishTime":"Sun, 08 Aug 2021 01:56:05 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","modelType":"vfModule","modelName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786","modelVersion":"1628387740530","modelCustomizationUuid":"e774368f-c04a-45e6-8490-e25cf4700f52","modelVersionId":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelCustomizationId":"e774368f-c04a-45e6-8490-e25cf4700f52","modelUuid":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","modelInvariantUuid":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vfModuleInstanceId":"63cd94e4-3188-47d7-9a5f-8233441a8236","vfModuleInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:05 GMT"}}} 2021-08-08 01:56:06,625 INFO 176:vf_module_ala_carte.py(1) - VfModule AAI deleted 2021-08-08 01:56:06,626 INFO 158:k8s_profile_create.py(1) - Clean the k8s profile 2021-08-08 01:56:06,626 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:06,626 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list 2021-08-08 01:56:06,626 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:06,627 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:06,695 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list HTTP/1.1" 200 1064 2021-08-08 01:56:06,696 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:06,696 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-08-08 01:56:06,698 DEBUG 129:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:06,698 DEBUG 131:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b 2021-08-08 01:56:06,698 DEBUG 132:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] data sent: None 2021-08-08 01:56:06,699 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:06,794 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b HTTP/1.1" 200 3737 2021-08-08 01:56:06,795 INFO 142:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response code: 200 2021-08-08 01:56:06,796 DEBUG 146:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response: {"vnf-id":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnf-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"543a42e4-bf53-4b87-8e05-e43fff716034","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628387715315","model-invariant-id":"bf915206-2929-4131-8670-348b7c69812d","model-version-id":"a36e2432-aed4-4313-a243-3cf719deea41","model-customization-id":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/vnfs/vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}} 2021-08-08 01:56:06,798 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:56:06,799 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:56:06,799 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:06,799 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:56:06,800 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:56:06,801 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:07,925 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:56:07,927 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:56:07,928 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:56:07,931 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:56:07,931 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:07,932 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:07,932 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:07,932 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:56:07,933 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:07,933 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:07,933 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:07,933 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:56:07,934 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:07,934 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:07,934 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:07,935 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:56:07,935 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:07,936 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:07,936 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:07,936 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:56:07,937 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:56:07,937 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:56:07,938 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:07,938 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:56:07,938 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:56:07,940 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:56:08,605 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:56:08,607 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:56:08,610 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:56:08,617 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:56:08,618 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:08,618 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel 2021-08-08 01:56:08,619 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-08 01:56:08,621 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:08,814 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel HTTP/1.1" 200 None 2021-08-08 01:56:08,815 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-08 01:56:08,816 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-08 01:56:08,846 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:56:08,846 DEBUG 131:onap_service.py(1) - [None][Get definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d 2021-08-08 01:56:08,846 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None 2021-08-08 01:56:08,847 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:56:08,869 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d HTTP/1.1" 200 216 2021-08-08 01:56:08,870 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200 2021-08-08 01:56:08,870 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","rb-version":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","chart-name":"nginx","description":"","labels":{"vnf_customization_uuid":"e774368f-c04a-45e6-8490-e25cf4700f52"}} 2021-08-08 01:56:08,873 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:56:08,873 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest 2021-08-08 01:56:08,874 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None 2021-08-08 01:56:08,876 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:56:08,904 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest HTTP/1.1" 200 212 2021-08-08 01:56:08,905 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200 2021-08-08 01:56:08,905 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"57be1c46-61f9-49bb-9fdd-93e7e87acf7d","rb-version":"8b134ae0-9e9c-4527-aaab-fef112a05e4d","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null} 2021-08-08 01:56:08,908 DEBUG 129:onap_service.py(1) - [None][Delete Profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:56:08,908 DEBUG 131:onap_service.py(1) - [None][Delete Profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest 2021-08-08 01:56:08,908 DEBUG 132:onap_service.py(1) - [None][Delete Profile] data sent: None 2021-08-08 01:56:08,910 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:56:08,947 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/rb/definition/57be1c46-61f9-49bb-9fdd-93e7e87acf7d/8b134ae0-9e9c-4527-aaab-fef112a05e4d/profile/cnftest HTTP/1.1" 204 0 2021-08-08 01:56:08,948 INFO 142:onap_service.py(1) - [None][Delete Profile] response code: 204 2021-08-08 01:56:08,949 DEBUG 146:onap_service.py(1) - [None][Delete Profile] response: n/a 2021-08-08 01:56:08,951 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:08,951 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list 2021-08-08 01:56:08,951 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:08,953 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:09,019 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/relationship-list HTTP/1.1" 200 1064 2021-08-08 01:56:09,020 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:09,020 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/b53ef15f-2b7d-4756-b623-0eeef5d742f5","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"b53ef15f-2b7d-4756-b623-0eeef5d742f5"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]} 2021-08-08 01:56:09,023 DEBUG 129:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:09,024 DEBUG 131:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b 2021-08-08 01:56:09,024 DEBUG 132:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] data sent: None 2021-08-08 01:56:09,026 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:09,112 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b HTTP/1.1" 200 3737 2021-08-08 01:56:09,113 INFO 142:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response code: 200 2021-08-08 01:56:09,114 DEBUG 146:onap_service.py(1) - [AAI][Get 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 ABCMeta] response: {"vnf-id":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnf-name":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"543a42e4-bf53-4b87-8e05-e43fff716034","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628387715315","model-invariant-id":"bf915206-2929-4131-8670-348b7c69812d","model-version-id":"a36e2432-aed4-4313-a243-3cf719deea41","model-customization-id":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/service-data/vnfs/vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/47cd6c7a-8ee9-467c-9ccc-f5060eaef526","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}} 2021-08-08 01:56:09,117 DEBUG 384:vnf.py(1) - Delete 02737c3c-ceaf-429f-b300-c4c5279fc70b VNF 2021-08-08 01:56:09,117 DEBUG 80:deletion.py(1) - VNF 02737c3c-ceaf-429f-b300-c4c5279fc70b deletion request 2021-08-08 01:56:09,134 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:56:09,135 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:56:09,135 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:09,135 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:56:09,135 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:56:09,137 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:09,688 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:56:09,690 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:56:09,690 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:56:09,693 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:56:09,694 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:09,694 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:09,694 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:09,694 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:56:09,695 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:09,695 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:09,695 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:09,695 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:56:09,695 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:09,696 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:09,696 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:09,696 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:56:09,696 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:09,696 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:09,697 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:09,697 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:56:09,697 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:56:09,697 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:56:09,698 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:09,698 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:56:09,698 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:56:09,700 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:56:11,020 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:56:11,023 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:56:11,026 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:56:11,033 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:56:11,034 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:11,034 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel 2021-08-08 01:56:11,034 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-08 01:56:11,036 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:11,222 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel HTTP/1.1" 200 None 2021-08-08 01:56:11,224 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-08 01:56:11,225 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-08 01:56:11,271 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:11,272 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:56:11,272 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:11,274 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:11,333 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:56:11,334 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:11,335 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:56:11,337 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:11,338 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:56:11,338 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:56:11,340 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:11,406 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-08-08 01:56:11,407 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:56:11,408 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387711409","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]}]}}]} 2021-08-08 01:56:11,411 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:11,411 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:56:11,412 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:11,414 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:11,469 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:56:11,470 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:11,471 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:56:11,474 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:11,474 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:56:11,474 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:56:11,477 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:11,544 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-08-08 01:56:11,545 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:56:11,545 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387711409","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]}]}}]} 2021-08-08 01:56:11,548 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:11,549 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:56:11,549 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:11,552 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:11,606 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:56:11,607 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:11,608 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:56:11,610 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:11,610 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:56:11,610 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:56:11,612 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:11,674 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118 2021-08-08 01:56:11,675 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:56:11,675 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387711409","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]}]}}]} 2021-08-08 01:56:11,678 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:11,678 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:56:11,679 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:56:11,681 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:11,741 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048 2021-08-08 01:56:11,742 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-08 01:56:11,742 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628387711510","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/02737c3c-ceaf-429f-b300-c4c5279fc70b","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"02737c3c-ceaf-429f-b300-c4c5279fc70b"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-08-08 01:56:11,745 DEBUG 129:onap_service.py(1) - [None][Create 02737c3c-ceaf-429f-b300-c4c5279fc70b VNF deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '38299c09-6651-424e-9c2a-e518a7081582', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:11,745 DEBUG 131:onap_service.py(1) - [None][Create 02737c3c-ceaf-429f-b300-c4c5279fc70b VNF deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs/02737c3c-ceaf-429f-b300-c4c5279fc70b 2021-08-08 01:56:11,745 DEBUG 132:onap_service.py(1) - [None][Create 02737c3c-ceaf-429f-b300-c4c5279fc70b VNF deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "vnf", "modelName": "basic_cnf", "modelInvariantId": "bf915206-2929-4131-8670-348b7c69812d", "modelVersion": "1.0", "modelVersionId": "a36e2432-aed4-4313-a243-3cf719deea41", "modelCustomizationId": "80aaab8d-64e6-484a-9a6e-2147ec6d0b5e", "modelCustomizationName": "basic_cnf 0" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-08-08 01:56:11,748 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:13,288 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526/vnfs/02737c3c-ceaf-429f-b300-c4c5279fc70b HTTP/1.1" 202 262 2021-08-08 01:56:13,290 INFO 142:onap_service.py(1) - [None][Create 02737c3c-ceaf-429f-b300-c4c5279fc70b VNF deletion request] response code: 202 2021-08-08 01:56:13,291 DEBUG 146:onap_service.py(1) - [None][Create 02737c3c-ceaf-429f-b300-c4c5279fc70b VNF deletion request] response: {"requestReferences":{"requestId":"38299c09-6651-424e-9c2a-e518a7081582","instanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582"}} 2021-08-08 01:56:13,291 DEBUG 79:mixins.py(1) - Wait until VnfDeletionRequest task is not finished 2021-08-08 01:56:13,303 DEBUG 129:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'fed0ccad-e7dd-4b04-a5bb-6f0a81b41e64', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:13,304 DEBUG 131:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 2021-08-08 01:56:13,304 DEBUG 132:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] data sent: None 2021-08-08 01:56:13,309 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:13,496 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 HTTP/1.1" 200 1268 2021-08-08 01:56:13,497 INFO 142:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response code: 200 2021-08-08 01:56:13,498 DEBUG 146:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response: {"request":{"requestId":"38299c09-6651-424e-9c2a-e518a7081582","startTime":"Sun, 08 Aug 2021 01:56:12 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sun, 08 Aug 2021 01:56:12 GMT"}}} 2021-08-08 01:56:23,509 DEBUG 129:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6f74dd7b-944a-4d60-9a04-cae6d2c4863e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:23,510 DEBUG 131:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 2021-08-08 01:56:23,510 DEBUG 132:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] data sent: None 2021-08-08 01:56:23,512 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:23,722 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 HTTP/1.1" 200 1474 2021-08-08 01:56:23,723 INFO 142:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response code: 200 2021-08-08 01:56:23,723 DEBUG 146:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response: {"request":{"requestId":"38299c09-6651-424e-9c2a-e518a7081582","startTime":"Sun, 08 Aug 2021 01:56:12 GMT","finishTime":"Sun, 08 Aug 2021 01:56:16 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:16 GMT"}}} 2021-08-08 01:56:23,724 INFO 56:mixins.py(11) - VnfDeletionRequest task finished 2021-08-08 01:56:23,725 DEBUG 129:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8c6cd1fc-4e74-4b25-8f55-bd03bc73f8ad', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:23,725 DEBUG 131:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 2021-08-08 01:56:23,725 DEBUG 132:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] data sent: None 2021-08-08 01:56:23,726 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:23,918 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 HTTP/1.1" 200 1474 2021-08-08 01:56:23,919 INFO 142:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response code: 200 2021-08-08 01:56:23,920 DEBUG 146:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response: {"request":{"requestId":"38299c09-6651-424e-9c2a-e518a7081582","startTime":"Sun, 08 Aug 2021 01:56:12 GMT","finishTime":"Sun, 08 Aug 2021 01:56:16 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:16 GMT"}}} 2021-08-08 01:56:23,921 DEBUG 129:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7262e532-514c-461b-8a92-36cc47dc0bb5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:23,921 DEBUG 131:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 2021-08-08 01:56:23,921 DEBUG 132:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] data sent: None 2021-08-08 01:56:23,924 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:24,091 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 HTTP/1.1" 200 1474 2021-08-08 01:56:24,092 INFO 142:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response code: 200 2021-08-08 01:56:24,092 DEBUG 146:onap_service.py(11) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response: {"request":{"requestId":"38299c09-6651-424e-9c2a-e518a7081582","startTime":"Sun, 08 Aug 2021 01:56:12 GMT","finishTime":"Sun, 08 Aug 2021 01:56:16 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:16 GMT"}}} 2021-08-08 01:56:24,099 DEBUG 129:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '93c76bbd-fd51-404a-ad7e-e1f3c66d25fc', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:24,100 DEBUG 131:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 2021-08-08 01:56:24,100 DEBUG 132:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] data sent: None 2021-08-08 01:56:24,103 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:24,280 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 HTTP/1.1" 200 1474 2021-08-08 01:56:24,282 INFO 142:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response code: 200 2021-08-08 01:56:24,282 DEBUG 146:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response: {"request":{"requestId":"38299c09-6651-424e-9c2a-e518a7081582","startTime":"Sun, 08 Aug 2021 01:56:12 GMT","finishTime":"Sun, 08 Aug 2021 01:56:16 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:16 GMT"}}} 2021-08-08 01:56:24,283 DEBUG 129:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '9fb5864e-c0df-47a8-b1cc-1c91b805ee45', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:24,283 DEBUG 131:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 2021-08-08 01:56:24,283 DEBUG 132:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] data sent: None 2021-08-08 01:56:24,284 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:24,472 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38299c09-6651-424e-9c2a-e518a7081582 HTTP/1.1" 200 1474 2021-08-08 01:56:24,474 INFO 142:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response code: 200 2021-08-08 01:56:24,474 DEBUG 146:onap_service.py(1) - [None][Check 38299c09-6651-424e-9c2a-e518a7081582 orchestration request status] response: {"request":{"requestId":"38299c09-6651-424e-9c2a-e518a7081582","startTime":"Sun, 08 Aug 2021 01:56:12 GMT","finishTime":"Sun, 08 Aug 2021 01:56:16 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"bf915206-2929-4131-8670-348b7c69812d","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelVersionId":"a36e2432-aed4-4313-a243-3cf719deea41","modelCustomizationId":"80aaab8d-64e6-484a-9a6e-2147ec6d0b5e","modelUuid":"a36e2432-aed4-4313-a243-3cf719deea41","modelInvariantUuid":"bf915206-2929-4131-8670-348b7c69812d","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","vnfInstanceId":"02737c3c-ceaf-429f-b300-c4c5279fc70b","vnfInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:16 GMT"}}} 2021-08-08 01:56:24,475 DEBUG 319:service.py(1) - Delete 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 service instance 2021-08-08 01:56:24,476 DEBUG 113:deletion.py(1) - Service 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 deletion request 2021-08-08 01:56:24,492 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:56:24,492 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:56:24,492 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:24,493 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:56:24,493 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:56:24,495 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:25,035 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:56:25,037 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:56:25,037 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:56:25,039 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:56:25,039 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:25,039 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:25,039 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:25,039 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:56:25,039 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:25,039 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:25,040 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:25,040 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:56:25,040 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:25,040 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:25,040 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:25,040 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:56:25,040 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:25,040 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:25,040 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:25,041 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:56:25,041 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:56:25,041 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:56:25,041 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:25,041 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:56:25,041 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:56:25,043 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:56:25,952 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:56:25,953 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:56:25,955 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:56:25,959 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:56:25,960 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:56:25,960 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:56:25,960 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:25,960 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:56:25,960 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:56:25,962 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:26,460 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:56:26,461 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:56:26,461 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:56:26,463 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:56:26,463 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:26,463 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:26,463 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:26,463 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:56:26,463 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:26,463 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:26,464 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:26,464 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:56:26,464 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:26,464 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:26,464 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:26,464 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:56:26,464 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:26,464 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:26,464 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:26,464 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:56:26,465 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:56:26,465 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:56:26,465 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:26,465 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:56:26,465 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:56:26,466 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:56:27,518 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:56:27,520 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:56:27,524 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:56:27,530 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:56:27,530 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC 2021-08-08 01:56:27,531 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-08-08 01:56:27,531 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:27,531 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-08-08 01:56:27,532 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-08-08 01:56:27,533 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:29,504 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2021-08-08 01:56:29,506 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-08-08 01:56:29,507 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/4492448e-5045-464d-9585-8dc618a42959/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/1b329ef4-4fd9-4859-b492-e8603909667a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","name":"basic_onboard_JbZoUY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/d43717c9-a4bf-448c-ba8b-b462ce06c691/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-08-08 01:56:29,510 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-08-08 01:56:29,510 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:29,510 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:29,511 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:29,511 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-08-08 01:56:29,511 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:29,511 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:29,511 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:29,512 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-08-08 01:56:29,512 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:29,512 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:29,512 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:29,512 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JbZoUY from SDC 2021-08-08 01:56:29,513 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-08-08 01:56:29,513 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-08-08 01:56:29,513 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-08-08 01:56:29,513 DEBUG 147:__init__.py(1) - number of Service returned: 4 2021-08-08 01:56:29,513 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf 2021-08-08 01:56:29,514 INFO 192:__init__.py(1) - Service found, updating information 2021-08-08 01:56:29,514 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:29,514 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-08-08 01:56:29,514 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-08-08 01:56:29,517 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-08-08 01:56:31,725 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-08-08 01:56:31,727 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-08-08 01:56:31,730 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ca0709cf-a563-4e3b-b7a1-4a80664ad054","lifecycleState":"CERTIFIED","lastUpdateDate":1628378152481,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"57c02e33-6eef-4fd5-aa2b-3385d4300d6a","invariantUUID":"9ce09405-5cb5-443c-ae24-424719884e50","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":"network","uniqueId":"de6c0e7d-0fed-4da3-9664-6318b3e5688e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378294331,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"213b8f16-7ca0-4daf-90ab-f2af90e28bae","invariantUUID":"9b61a3f8-a391-4f6b-a159-83964c780d08","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ce07d12d-9271-4964-a2d9-fe8960159da9","lifecycleState":"CERTIFIED","lastUpdateDate":1628377929134,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d871768-ce56-467a-ba15-9d919293a62c","invariantUUID":"0699eb9e-8b25-4793-874a-b871fdd81f91","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"640c2239-467a-4844-b6d9-458548e09b75","lifecycleState":"CERTIFIED","lastUpdateDate":1628378045285,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"f8638bb9-a6a7-43b7-a09b-17b3097a4443","invariantUUID":"93383a59-bf64-4baf-bedd-41a2a1343a54","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2e4edcc-14b8-4cc7-a52c-96ba94755ef7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378513712,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61d0af33-a105-41e5-b745-b0eaf73b90df","invariantUUID":"8615f15e-b76b-4a1e-af51-5acde695cf57","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc3960ae-5f4d-446c-9108-16dd52ed0f77","lifecycleState":"CERTIFIED","lastUpdateDate":1628378019230,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"47f4aaf0-789e-4d43-ba65-cbe97928392b","invariantUUID":"30479984-c80f-473c-a114-f645e8349b7c","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":"ef00c663-77e0-48b6-b4cb-643c496baf9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378134329,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7b6ab768-ada3-41dd-a10c-fc47dd7469ec","invariantUUID":"d6d459a4-5661-47ac-a2c7-0b9249d505db","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":"objectStorage","uniqueId":"1bd31dab-402d-426e-aa50-8d4f5303d5d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378338779,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d8303290-f8e3-4ecd-b81c-1e8db05ad270","invariantUUID":"1ec72c3e-5ef6-4504-92f3-e58ce1947b55","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":"defaulticon","uniqueId":"7973e078-15f8-407e-b3d2-822a5c4578ad","lifecycleState":"CERTIFIED","lastUpdateDate":1628387326674,"name":"basic_onboard_JbZoUY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"9c59b635-161b-41de-89c8-eafc854f38f7","invariantUUID":"7862f22c-20e1-4c81-950e-9333f3bf081b","systemName":"BasicOnboardJbzouy","description":"VF","tags":["basic_onboard_JbZoUY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"22e3d893-5316-4491-ada3-cc8bd2b75bc7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378416412,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d42b98f-9a7e-4b5c-b3cc-0a2916b08066","invariantUUID":"dde765dd-e520-43f5-b1f4-19ef4944c37b","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":"compute","uniqueId":"a795fc83-27cc-4801-80a2-afd194ba352c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378506183,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"33b58a50-bb2e-48b2-bd63-942f69b5a5fd","invariantUUID":"42fa9e56-0d9e-4d30-8f4a-1ba958cd2e37","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"48584a25-10d8-4822-afef-a8e047a63675","lifecycleState":"CERTIFIED","lastUpdateDate":1628378271672,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"67c1d7e6-b45d-4c0d-ac4a-012ca579703f","invariantUUID":"9cc190db-e50c-477d-a83d-411322daecb5","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":"networkrules","uniqueId":"489dd345-2c3b-43c7-b1f8-767830671583","lifecycleState":"CERTIFIED","lastUpdateDate":1628378076040,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"9c61e2f6-cd51-47a2-8775-57ddb16a7716","invariantUUID":"ae53d477-cfc6-4e88-a072-1daaa82a2bea","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":"compute","uniqueId":"de105b3d-108b-4f9a-a278-b2c7386f4f67","lifecycleState":"CERTIFIED","lastUpdateDate":1628378501035,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"324493d4-ff86-4806-9e63-0d3e1cc81060","invariantUUID":"e1439ec3-d7b9-4928-8f56-3d0d584a3449","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"14cd09b2-b6e9-48cf-ad65-d69767cee451","lifecycleState":"CERTIFIED","lastUpdateDate":1628377955759,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f99f1890-013e-41f3-a704-814cf9958023","invariantUUID":"3e51cd0a-a30c-475b-b2ab-8b1f5fc19095","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54126919-52fe-4c18-9e42-5964b5c663d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378242510,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2ec65792-c5a1-410c-9bb3-b8c694ea3604","invariantUUID":"b755d110-a654-4d24-a85c-346cc5c21368","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"367a4fb7-1dd9-4fdf-98be-16272e77c434","lifecycleState":"CERTIFIED","lastUpdateDate":1628378436114,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"820a91d0-9e09-4389-9e7d-bd973c910ad2","invariantUUID":"1274b6f5-471f-4399-98ee-ff85aa33a22e","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":"network","uniqueId":"67e338ff-273d-4f3b-aece-2579ce9bacb3","lifecycleState":"CERTIFIED","lastUpdateDate":1628378169018,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"27eb1074-9da0-4a6e-9efd-e7576b8766c8","invariantUUID":"e3c8dd7d-0128-4de0-b5d3-fa49e178eae8","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":"port","uniqueId":"56417ea0-845d-468a-8bfb-3a343102c7bf","lifecycleState":"CERTIFIED","lastUpdateDate":1628378007134,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"038745a4-4f04-4be9-bfa4-584685902eb9","invariantUUID":"04b8c697-82e4-4190-b381-43f81f66ad9a","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"43aa9cf7-bf76-4740-95b3-185c98e584d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378035590,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"add67987-9bc6-4734-9fbb-27430f65e59d","invariantUUID":"5e5f8e57-7207-4262-800a-f74e82967ba2","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"65b87746-06f8-4428-a382-73896cabd2f5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377994453,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ca1bfa7-dc61-49d3-8a74-e2974b517ef3","invariantUUID":"4c534178-b1bf-4c64-8a02-4fb12bb0dfeb","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":"80feda5f-b5c0-4bca-8156-1b83a0613dc8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378029615,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0bc4b71-7c59-406d-836b-f0980135e92e","invariantUUID":"108eb4c5-db19-49e6-b562-30cefc28dff2","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":"8855523f-32f3-493d-8581-776e5ea2ae59","lifecycleState":"CERTIFIED","lastUpdateDate":1628378426956,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"14fb7a5d-d62b-4c59-aced-f3033ef5b3eb","invariantUUID":"45862ac1-506d-4a96-b80f-3c7daa10b06e","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"480d658c-e6de-4dd0-8316-adbfcf8acd2c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378104405,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1c853de2-587e-48a7-b47d-103eb2b62c84","invariantUUID":"e75d9524-5dd3-4bc8-82bd-e019946820f2","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2805ee6c-f22c-406c-b556-c98ba20a36ce","lifecycleState":"CERTIFIED","lastUpdateDate":1628378159603,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"567717e9-3e86-433c-8310-ddfe9e9e3ab7","invariantUUID":"a74729e1-2812-4db8-8943-f2a401f69de3","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":"70d33635-da9a-44f0-8ceb-0c7828ad8248","lifecycleState":"CERTIFIED","lastUpdateDate":1628378139697,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3a1665b6-69d8-4bce-ba2d-9664ca000d68","invariantUUID":"a9d5cbd0-64ee-401a-b909-517e6254c76d","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":"loadBalancer","uniqueId":"dfce24a8-3737-46b5-8d92-eda0b2742bfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628377949818,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d0d02015-4c8a-4885-a0b9-30868e53195f","invariantUUID":"a6601357-76f6-451c-bd7e-5a5944bbcaea","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":"objectStorage","uniqueId":"6fb2102c-c431-4474-83ad-af37b2a5318b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378322131,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6b852d4e-d764-4c11-bb27-47cbb64d3132","invariantUUID":"c8e82159-6aad-4ea3-a014-f0d168de971e","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":"defaulticon","uniqueId":"8a524ff7-f262-498d-901f-3c6d9110275c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378373296,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d466071-ff54-4bf3-b451-8b40500755db","invariantUUID":"8928c495-9592-44ec-a682-97a5cec8ee6a","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9f1d5399-6b83-448b-bc03-4c59f521936c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378441358,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ef5b256-bc45-40e5-b276-3b3a2af10842","invariantUUID":"a47f1d19-1020-4f20-a967-75fca99268a9","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":"port","uniqueId":"6ea16439-7446-4745-a920-a249e210db31","lifecycleState":"CERTIFIED","lastUpdateDate":1628378456283,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"81644d46-c52a-4064-affa-ffb90c3763e5","invariantUUID":"a816b5ae-e333-491f-a373-9a642064689f","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a88cde02-e9b9-4fd9-bcad-997e21316601","lifecycleState":"CERTIFIED","lastUpdateDate":1628378497771,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7b965dcb-c8e2-4400-b7fe-1d4e3b9f6969","invariantUUID":"0ad9bf80-1c12-4687-9dcc-50d3d90d4e72","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b295bb6b-00f8-42c7-a255-3158a0c60b98","lifecycleState":"CERTIFIED","lastUpdateDate":1628378304714,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddd0d1c2-e239-4036-aef3-d55412aa8c30","invariantUUID":"c1f701f4-f97c-4efe-af36-a0b7bec5cd29","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":"defaulticon","uniqueId":"85de827a-a24c-435e-959f-33d0591f2971","lifecycleState":"CERTIFIED","lastUpdateDate":1628378378447,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f12fced7-63a5-4460-af85-1fdf1055ce7d","invariantUUID":"9f65c1b0-84fd-45da-a1d2-e3c8e0fbafce","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":"port","uniqueId":"c69c6e5c-3469-450f-b245-fab2bbc6c0bd","lifecycleState":"CERTIFIED","lastUpdateDate":1628378383636,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78ddedd1-2714-4a24-9216-ef04c7403612","invariantUUID":"c41daf4b-c65e-4508-b4c4-a887ac237ada","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":"defaulticon","uniqueId":"d31b3a58-1eee-4f5e-84cd-73b53c5cdff1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378256069,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"46344512-7351-43e4-ae79-1a550c5bf1d1","invariantUUID":"0315f9c6-302a-499d-94c6-8c078ec95251","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":"aad768de-2390-4dee-ba72-fc451fdee957","lifecycleState":"CERTIFIED","lastUpdateDate":1628378024339,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e2ec6db-fb67-4932-b904-20f515887ff3","invariantUUID":"8370c330-1036-48e9-a5cb-c6da75ee85ff","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":"29f3cd9f-381a-4313-846d-9f35531a63d5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378299428,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3aaa93b3-6a99-4279-8988-e0ee4c6a9444","invariantUUID":"9c70952c-a493-42bb-80a8-fef32ca67a61","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":"network","uniqueId":"d7b7758f-1a18-41d7-a03e-b210dec81b8d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378214794,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"50360244-de99-4466-98d3-fb07f66c142c","invariantUUID":"766ad81d-e127-48de-b22d-3a0818e40d13","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"8e93d15b-7b9e-46a9-abcc-b1abbe8a4e9e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377923106,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"e897d96b-bd6b-4888-9c33-1a5aac7182b8","invariantUUID":"738b9210-cfe6-4d0f-b360-55db4154d6ce","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"fb17702e-3abd-4d35-a39e-16f0ed675a50","lifecycleState":"CERTIFIED","lastUpdateDate":1628386942325,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"f7fcd290-62b4-474e-915f-e77b43b3dc8a","invariantUUID":"8884d860-dcbb-43fe-a80d-69effd7262f0","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"595cd281-da6e-40c1-b6ca-161a5fcf49c6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378193161,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2017986b-5c96-41b1-9601-81675cdfea47","invariantUUID":"4895ecd1-582a-4495-b95c-e9afa78197d7","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":"port","uniqueId":"5160212f-1691-4d1a-a0ae-eef87bbb2739","lifecycleState":"CERTIFIED","lastUpdateDate":1628378081462,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"00b53b02-91f6-4ea1-9b2f-e9823e900c23","invariantUUID":"66741207-a350-4e5c-9df7-dce362e35e7f","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"7c85ca10-a297-4c06-9e28-77ec087a2f84","lifecycleState":"CERTIFIED","lastUpdateDate":1628378446715,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4a31c238-2fab-4565-829d-c7efcbd61a36","invariantUUID":"29b15257-9766-4316-a9b7-c9358acb171c","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":"da2d41a0-4d63-40ed-b92b-49bbe54874e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628378394072,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"edfba3be-30ff-4aeb-8d36-9721b2f51cf8","invariantUUID":"0b65d9cc-3348-4d69-b36d-94e2b4f3c2a3","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"01a4f833-4d3c-47dd-bcaf-972b455a7f62","lifecycleState":"CERTIFIED","lastUpdateDate":1628378421604,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"00440125-4a95-459d-b7d3-14bb37cdd98f","invariantUUID":"7ee660d6-c460-4eb3-9690-b91293a0e2b6","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e8aceb06-a33f-4726-958b-ce4b7d879652","lifecycleState":"CERTIFIED","lastUpdateDate":1628378209054,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d3e2bec0-6edb-4819-a102-ecf7810012c4","invariantUUID":"cb946584-bc16-44f0-bfa4-395ac218d90e","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":"objectStorage","uniqueId":"4ba61491-6e17-4a8f-8c09-ed0c03cfb3f6","lifecycleState":"CERTIFIED","lastUpdateDate":1628377981427,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"419a257f-c732-4f0f-bb5e-77b8800038bd","invariantUUID":"deef4fdf-c938-4cbb-9af7-05bf2fcfc73b","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"a25f1614-cd8c-4a33-87e2-d9c99178f42d","lifecycleState":"CERTIFIED","lastUpdateDate":1628378388704,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"41ed626e-a742-4ed2-9c50-d49e39fb6639","invariantUUID":"ef6410c7-978b-44a7-9a1b-d4f60f3ecaab","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":"6461d52d-88b3-440b-842b-2346fa1ff550","lifecycleState":"CERTIFIED","lastUpdateDate":1628378266426,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"08114f5f-1818-47d4-8e87-963d8334108a","invariantUUID":"9b5eeb78-98b8-4e7f-b206-bec7743cc91e","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":"objectStorage","uniqueId":"bbba1896-35e1-4362-a3b6-66e7ba9b2dfe","lifecycleState":"CERTIFIED","lastUpdateDate":1628378261306,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb3c478c-ba43-45cd-8be3-8bacb8139537","invariantUUID":"ab22fc50-03b8-4248-82fa-4c379b2e79e7","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"addb2fb7-cb0f-4f17-88ea-12f0c41b1cc6","lifecycleState":"CERTIFIED","lastUpdateDate":1628378519874,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b0294e07-dd82-461c-ad1d-2e8e767a57fa","invariantUUID":"783be41d-44e7-471b-bb07-51278503947e","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":"500d88e4-de0d-4f1e-b970-ccd764dbae66","lifecycleState":"CERTIFIED","lastUpdateDate":1628378013933,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c51488c-1f07-4496-b229-bae9436b0a4d","invariantUUID":"8192ab69-8adb-4466-95fa-4e3dd7476a40","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ac6ecbcb-fe99-42c9-9549-9c1b2f8fa03e","lifecycleState":"CERTIFIED","lastUpdateDate":1628377961472,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cbe76ff6-45d6-43c1-b760-255b587b161a","invariantUUID":"ac09f454-2bbe-49f6-8e23-46786433ab4e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f014b65-270b-4409-b048-7fda07b638e5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377988931,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"251da9e8-8ba0-42e3-8e28-ff765b30bfa9","invariantUUID":"37ac4b50-00fe-489a-a341-777d72edcf7f","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a44a12d-2e12-4241-abb0-50103747ab1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378249416,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"bf73a254-8346-47d8-bc7c-4bd8cd6a0329","invariantUUID":"42b3b5ab-d21f-4a3f-855b-bb6e01041d89","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":"defaulticon","uniqueId":"01b87add-b1e3-47b2-ad6c-1876adbbb637","lifecycleState":"CERTIFIED","lastUpdateDate":1628387441420,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"a36e2432-aed4-4313-a243-3cf719deea41","invariantUUID":"bf915206-2929-4131-8670-348b7c69812d","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d60e5643-dd43-4824-b35e-7d1ffe70255c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378411354,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ae079805-38d6-4ad0-9a23-b8b0634ad140","invariantUUID":"3a0b891e-0d00-47b8-8e7a-61a2db886ee3","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":"networkrules","uniqueId":"0d7be7cb-2ae1-4e73-a98d-95ee6dcbc1a4","lifecycleState":"CERTIFIED","lastUpdateDate":1628378096108,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"733a611b-41c7-4819-a809-c5566c8781ce","invariantUUID":"77f43df1-6fb1-4028-8f92-a794ac21d442","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1a13fc58-98d0-4d27-b3cd-7f2d5929d107","lifecycleState":"CERTIFIED","lastUpdateDate":1628378468931,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6af7cde4-6098-46fc-9711-9b4578d15092","invariantUUID":"6077fc76-4e43-4374-a3e2-e99c801d81b5","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":"dee4c8a9-9cd8-4dfa-a7af-557264401288","lifecycleState":"CERTIFIED","lastUpdateDate":1628378001022,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb080c8e-90ef-413e-850c-93e4d2c6a40b","invariantUUID":"63c0e005-35e8-4ab7-8324-7b3e4d328a1d","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0cf8a209-4424-4bde-951d-df342ea83f46","lifecycleState":"CERTIFIED","lastUpdateDate":1628378230097,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ea5875f6-54e2-4e84-ae08-a0797e90ea86","invariantUUID":"7596f4dc-93b7-4b53-9682-534c82506b3d","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"082096c5-b7f0-4bd2-839b-104d366ce1fc","lifecycleState":"CERTIFIED","lastUpdateDate":1628378128038,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f8ef8602-1a46-4b03-8bc6-fa13d5cbb0e0","invariantUUID":"f6e0139c-0069-448d-a4e7-18a2bf63a3dc","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":"49ebf12a-d3b4-47e0-a4e2-ab91ba628a35","lifecycleState":"CERTIFIED","lastUpdateDate":1628377934936,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1a1dd706-9c47-4d1f-a930-7be949d6a4bc","invariantUUID":"e2deba55-3ea2-4ffe-ac28-74a8549632a7","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":"b435bfa0-c1de-4230-a6d5-e3c420d6c22c","lifecycleState":"CERTIFIED","lastUpdateDate":1628378235697,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"2fa2df66-7de4-4c79-bba2-150b1322307e","invariantUUID":"05ad8e09-78da-4a23-9cf8-7f4516c0dfad","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":"compute","uniqueId":"f4b9f55f-8ef9-4d1e-9d18-69daaba5bce1","lifecycleState":"CERTIFIED","lastUpdateDate":1628378317082,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"08964caa-3fac-49f8-96bf-ea7b0e7c14ef","invariantUUID":"61c4a0ea-3c74-409e-84cf-f84bf8364e1a","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":"network","uniqueId":"acca098e-726a-44b6-a429-042a7803dcf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628378403806,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"614bbe00-9571-41c6-a977-28d67ee1cb67","invariantUUID":"97e9dba3-b0de-42c0-a1ff-496d9456ab9d","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":"754ed452-c56e-4de6-ad0e-017c0df4775b","lifecycleState":"CERTIFIED","lastUpdateDate":1628378278283,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b57c328-ea26-4f76-bdf4-52e2398b6b08","invariantUUID":"8c8303a2-8cef-416a-8527-483f8b9ab260","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":"29a8ecc7-508c-4554-ba58-6a6af5a7bcd8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378347714,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80e3d659-c25e-4ea3-acf2-c546826639ec","invariantUUID":"acbdd575-5c95-4138-aa63-03ce997619ba","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":"compute","uniqueId":"58522bc0-ce7e-48f2-a605-0e2c0c7d6af8","lifecycleState":"CERTIFIED","lastUpdateDate":1628378121617,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"402d7578-e580-4fc4-84d3-424d19d92829","invariantUUID":"e5b4a6ab-d123-4fca-a29b-5c1d0f3ee88f","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":"compute","uniqueId":"85ad420b-2f8f-4a4d-8487-665c0d3cacc5","lifecycleState":"CERTIFIED","lastUpdateDate":1628377896939,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2212723c-d8a3-4167-88a1-a5db1ffddeb3","invariantUUID":"86380693-e4a1-4806-ae59-ae56e8e3b5ea","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"2c3a255d-f769-429f-943e-af853310cc1e","lifecycleState":"CERTIFIED","lastUpdateDate":1628378490729,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2fec116c-65ff-4f89-99de-494e617ed393","invariantUUID":"e139144c-d68d-4514-b411-ed8c8b33b2d3","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"7b151ac5-a326-4879-b219-be9814fe8c3f","lifecycleState":"CERTIFIED","lastUpdateDate":1628378111337,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"6a0e17ba-07c3-4d0e-a879-ae8e992e9067","invariantUUID":"a609c197-51e2-41c8-908b-82428ad4b52f","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"33a8ba78-80ba-4a50-a6ad-8e41d1ba7c56","lifecycleState":"CERTIFIED","lastUpdateDate":1628386985923,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"4492448e-5045-464d-9585-8dc618a42959","invariantUUID":"65cfefe0-9d72-4214-839c-fcf1633cf8e7","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eaa97f8e-00d1-4dff-a6c7-1937649843eb","lifecycleState":"CERTIFIED","lastUpdateDate":1628387496649,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","invariantUUID":"543a42e4-bf53-4b87-8e05-e43fff716034","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"399dcd17-ba68-4adc-b6e2-000880d0e273","lifecycleState":"CERTIFIED","lastUpdateDate":1628387380084,"name":"basic_onboard_JbZoUY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"d43717c9-a4bf-448c-ba8b-b462ce06c691","invariantUUID":"67fc498b-0601-42b4-9ba9-69c2d1cf616c","systemName":"BasicOnboardJbzouy","description":"service","tags":["basic_onboard_JbZoUY"],"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":"eef4df5a-34b1-4fa7-a4a7-e0dacff012d4","lifecycleState":"CERTIFIED","lastUpdateDate":1628386535118,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"1b329ef4-4fd9-4859-b492-e8603909667a","invariantUUID":"f1229e82-ef02-4280-8bac-83f69fdd23f5","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-08-08 01:56:31,737 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list 2021-08-08 01:56:31,737 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-08-08 01:56:31,738 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel 2021-08-08 01:56:31,738 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None 2021-08-08 01:56:31,740 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-08-08 01:56:32,524 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/fc5c923a-a874-4ec5-9a2d-c93ed7d75b87/toscaModel HTTP/1.1" 200 None 2021-08-08 01:56:32,526 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200 2021-08-08 01:56:32,527 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a 2021-08-08 01:56:32,577 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:32,577 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:56:32,578 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:32,579 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:32,639 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:56:32,640 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:32,641 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:56:32,644 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:32,644 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:56:32,644 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:56:32,646 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:32,728 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-08-08 01:56:32,728 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:56:32,728 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387775589","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-08-08 01:56:32,730 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:32,730 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:56:32,730 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:32,733 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:32,820 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:56:32,821 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:32,821 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:56:32,823 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:32,823 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:56:32,823 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:56:32,824 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:32,927 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-08-08 01:56:32,928 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:56:32,928 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387775589","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-08-08 01:56:32,929 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:32,929 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list 2021-08-08 01:56:32,930 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-08-08 01:56:32,931 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:33,019 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627 2021-08-08 01:56:33,020 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-08-08 01:56:33,020 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-08-08 01:56:33,021 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:33,022 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion 2021-08-08 01:56:33,022 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-08-08 01:56:33,023 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:33,126 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667 2021-08-08 01:56:33,127 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-08-08 01:56:33,127 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628387775589","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-08-08 01:56:33,129 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-08-08 01:56:33,129 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 2021-08-08 01:56:33,129 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-08-08 01:56:33,131 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-08-08 01:56:33,219 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597 2021-08-08 01:56:33,220 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-08-08 01:56:33,220 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628387775589","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}} 2021-08-08 01:56:33,224 DEBUG 129:onap_service.py(1) - [None][Create 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 Service deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd0710afd-4436-476a-839d-323c1530f5d4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:33,224 DEBUG 131:onap_service.py(1) - [None][Create 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 Service deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526 2021-08-08 01:56:33,224 DEBUG 132:onap_service.py(1) - [None][Create 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 Service deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelName": "basic_cnf", "modelInvariantId": "543a42e4-bf53-4b87-8e05-e43fff716034", "modelVersion": "1.0", "modelVersionId": "fc5c923a-a874-4ec5-9a2d-c93ed7d75b87" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnf-owner", "lcpCloudRegionId": "k8sregion", "tenantId": "f41abc47519441359fc94897110fa224" } } } 2021-08-08 01:56:33,227 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:35,122 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/47cd6c7a-8ee9-467c-9ccc-f5060eaef526 HTTP/1.1" 202 262 2021-08-08 01:56:35,124 INFO 142:onap_service.py(1) - [None][Create 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 Service deletion request] response code: 202 2021-08-08 01:56:35,125 DEBUG 146:onap_service.py(1) - [None][Create 47cd6c7a-8ee9-467c-9ccc-f5060eaef526 Service deletion request] response: {"requestReferences":{"requestId":"d0710afd-4436-476a-839d-323c1530f5d4","instanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4"}} 2021-08-08 01:56:35,126 DEBUG 79:mixins.py(1) - Wait until ServiceDeletionRequest task is not finished 2021-08-08 01:56:35,135 DEBUG 129:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'dd22d695-97ab-4f30-879b-6748da76b985', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:35,136 DEBUG 131:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 2021-08-08 01:56:35,136 DEBUG 132:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] data sent: None 2021-08-08 01:56:35,139 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:35,288 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 HTTP/1.1" 200 1020 2021-08-08 01:56:35,291 INFO 142:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response code: 200 2021-08-08 01:56:35,292 DEBUG 146:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response: {"request":{"requestId":"d0710afd-4436-476a-839d-323c1530f5d4","startTime":"Sun, 08 Aug 2021 01:56:33 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sun, 08 Aug 2021 01:56:34 GMT"}}} 2021-08-08 01:56:45,303 DEBUG 129:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6ea20814-8869-48ad-bbb3-11b6cd3dc95f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:45,304 DEBUG 131:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 2021-08-08 01:56:45,304 DEBUG 132:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] data sent: None 2021-08-08 01:56:45,305 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:45,512 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 HTTP/1.1" 200 1230 2021-08-08 01:56:45,513 INFO 142:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response code: 200 2021-08-08 01:56:45,514 DEBUG 146:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response: {"request":{"requestId":"d0710afd-4436-476a-839d-323c1530f5d4","startTime":"Sun, 08 Aug 2021 01:56:33 GMT","finishTime":"Sun, 08 Aug 2021 01:56:37 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:37 GMT"}}} 2021-08-08 01:56:45,514 INFO 56:mixins.py(12) - ServiceDeletionRequest task finished 2021-08-08 01:56:45,515 DEBUG 129:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '10d8a9a8-41c4-40bc-860d-23bf0b046ba1', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:45,515 DEBUG 131:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 2021-08-08 01:56:45,516 DEBUG 132:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] data sent: None 2021-08-08 01:56:45,518 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:45,673 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 HTTP/1.1" 200 1230 2021-08-08 01:56:45,675 INFO 142:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response code: 200 2021-08-08 01:56:45,675 DEBUG 146:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response: {"request":{"requestId":"d0710afd-4436-476a-839d-323c1530f5d4","startTime":"Sun, 08 Aug 2021 01:56:33 GMT","finishTime":"Sun, 08 Aug 2021 01:56:37 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:37 GMT"}}} 2021-08-08 01:56:45,676 DEBUG 129:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'eefba338-8438-48d6-83ba-bdd6ba3f8c0c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:45,677 DEBUG 131:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 2021-08-08 01:56:45,677 DEBUG 132:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] data sent: None 2021-08-08 01:56:45,679 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:45,866 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 HTTP/1.1" 200 1230 2021-08-08 01:56:45,868 INFO 142:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response code: 200 2021-08-08 01:56:45,868 DEBUG 146:onap_service.py(12) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response: {"request":{"requestId":"d0710afd-4436-476a-839d-323c1530f5d4","startTime":"Sun, 08 Aug 2021 01:56:33 GMT","finishTime":"Sun, 08 Aug 2021 01:56:37 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:37 GMT"}}} 2021-08-08 01:56:45,878 DEBUG 129:onap_service.py(1) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '32c7d513-f7ab-4b60-a66a-c9eb050a89d9', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-08-08 01:56:45,879 DEBUG 131:onap_service.py(1) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 2021-08-08 01:56:45,879 DEBUG 132:onap_service.py(1) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] data sent: None 2021-08-08 01:56:45,881 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-08-08 01:56:46,091 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/d0710afd-4436-476a-839d-323c1530f5d4 HTTP/1.1" 200 1230 2021-08-08 01:56:46,093 INFO 142:onap_service.py(1) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response code: 200 2021-08-08 01:56:46,094 DEBUG 146:onap_service.py(1) - [None][Check d0710afd-4436-476a-839d-323c1530f5d4 orchestration request status] response: {"request":{"requestId":"d0710afd-4436-476a-839d-323c1530f5d4","startTime":"Sun, 08 Aug 2021 01:56:33 GMT","finishTime":"Sun, 08 Aug 2021 01:56:37 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"543a42e4-bf53-4b87-8e05-e43fff716034","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelUuid":"fc5c923a-a874-4ec5-9a2d-c93ed7d75b87","modelInvariantUuid":"543a42e4-bf53-4b87-8e05-e43fff716034"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"47cd6c7a-8ee9-467c-9ccc-f5060eaef526","serviceInstanceName":"basic_cnf-212137f5-cd1c-4106-9d46-5196afbff786"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sun, 08 Aug 2021 01:56:37 GMT"}}} 2021-08-08 01:56:46,094 INFO 261:service_ala_carte.py(1) - Service None deleted 2021-08-08 01:56:46,096 INFO 44:k8s_connectivity_info_create.py(1) - Clean the k8s connectivity information 2021-08-08 01:56:46,096 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:56:46,097 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-08-08 01:56:46,097 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None 2021-08-08 01:56:46,099 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:56:46,136 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 200 None 2021-08-08 01:56:46,137 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200 2021-08-08 01:56:46,138 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNkT2VrbDVUV3ByTVU1R2IxaEVWRTE0VFVSbmQwNVVTWGxOYW1zeFRrWnZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCVDJkTENsWXpUQzlZSzBOc1FqSlNiRXBQWkdSRFN6UkZZamhGVUdGb1pIRTFVVzB5WXpVclNVRnJRWFpYV1hBeWRWcElXVmswTlRoNWQzQTBiSFZtT0dKaU1tZ0tRbEl5UVdVNFF6TkRRMUZIWkZWRmNHUmpUVGx4SzAxSWFrdEtWMnBPY21Gd2VWUnROR0Z0VkVNNWVUVjNlamcyTlhWSVkzRjVWVWQ2U0ZaRGJsazBTQXBJUzJneVZWbGxVRFF2TlZVck5uSkxUV2RUZGpGblVYUlZOakF5VkVKaU16WjZiMms0Ym14ek5WUk9TMUF4YTJod1lVUjFSV2xGYWxScE9WbE1WRUozQ2pJeGNFTTBiSEE1TUhweFduTndkRW81Y2xZeU9WQmtUaTk0YlRCa1MwdEJVMDFQV0U0MVRtZHVSR1ozY2sxc2JXSk9WMjlZYkhGYVpUVlRhREUwVnlzS1VWWkdWbkpZTHpNelJrUjBlWGRJTVdSc2VrdE5jWFJDV2prMU9HVmFlVFpyZEhJNFJrNUVXak5VZDJaMVYxZFJLekZ4V25jcmRtUnJiRFV5T1RRM1R3cGpWelphT0RsMGNrZFdTMU00V1c1cGRqUmpRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWkdhV3RyYWtKSlVXaFZLelpMZVc5blkyRkVhV0UzYWpOMVRYcE5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkRNekpWUjFvd1MyaFBXVFExS3poeFNscHZia2xzYUM4NVpHMHhWRkZuYjJSTGVIUmtjbkJ3TUU1c1EwRkthVUozZGdwTlVYRjNSelp2SzFkNlVGSnpiaTlwTWxOVmFsQkRObG81VHl0d2JqQnVaa1J5WWs1MlZHUnZNMmt5UzJ3MWFrczRaR3RZYlVVMmNsZFVkRGQyYVhocENuUTNOMFoxYjBzeE5VUkdSbmhKYXpndlRUQjZaRWhtVjFsUVYxQTBSR2xRUVRkU1IzVXZZVE5YZEZGUGJIZzJXREpVY1hkcVVsSnFXV1o1YUM5MWJFSUtVelF6ZWxWdllsRjZNR0pFVjNwM1lXOWhObWxUVVd4WVdYUkVWV29yY3pJeE5VbHdZaXQ2ZEZGRWRFRnRMMGhMWXpVd1EzRm5TR05OVGxBMVIxWldOd3A0TTFoT05ISTFVRGNyTTJoT01VbDBUSE5CZEZObWNXZHVjMFpKUm5wTk16WjJRalkxWWxwUVJXaG9Nemx6ZG1sME5VaERjbVYzZUhSd0syTjZORk5QQ205bFVYaDZiMWRDTTAxQkswOW5NV0pLVUVscGFWaG5NbUpMU1daWVNrdGFNSGhKY3dvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC4yNTA6NjQ0MwogIG5hbWU6IGt1YmVybmV0ZXMKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVybmV0ZXMKICAgIHVzZXI6IGt1YmVybmV0ZXMtYWRtaW4KICBuYW1lOiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKY3VycmVudC1jb250ZXh0OiBrdWJlcm5ldGVzLWFkbWluQGt1YmVybmV0ZXMKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBrdWJlcm5ldGVzLWFkbWluCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VSRmVrTkRRV1oxWjBGM1NVSkJaMGxKWlVzck4zRlJTVWRJTWpoM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYZEdWRVZVVFVKRlIwRXhWVVVLUVhoTlMyRXpWbWxhV0VwMVdsaFNiR042UVdWR2R6QjVUVlJCTkUxRVkzbE5ha2sxVGxSU1lVWjNNSGxOYWtFMFRVUmplVTFxU1RWT1ZGcGhUVVJSZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTYTNkR2QxbEVWbEZSUkVWNFFuSmtWMHBzWTIwMWJHUkhWbnBNVjBackNtSlhiSFZOU1VsQ1NXcEJUa0puYTNGb2EybEhPWGN3UWtGUlJVWkJRVTlEUVZFNFFVMUpTVUpEWjB0RFFWRkZRVFJMYVZKdlpIQndPWEJNU3pSd1pGSUtkM2wzVDBGTVkzQkpNRkJvUWpaNWFEQjNiRkZqUnpWWU1UVXZjWGxoZGxSbGVFbzFaekpQVmxkMU5rZGtWSFJWTlZjNVRtNXdhWGhXYzNoSFQzZFpiZ3BhT1hJNVYyZGtLMFZwYXpoVFYwVXJPVmRxTTBZdlZsUjFWazFCWVhWcVRtTkVUMnNyWmpCa01XSkhVRU5HZVc5cVNYbG5URmxIZUVKMWNHSlhXV3hTQ25FMmJWZ3lZa0ZyVDBrNE5FdEpVMjluZWxkUGNtc3JLMW9yUjJzck0ySk1iRkZvVVZrNU1tbEZjMnd5VjNKWmFreHJlamRDVlZSUFFXeFNZV2xKT0VnS1pHdE1UVmx1U21SM1pFUkhUV2huU1c1eFZGRXhkamR3VDNSU01qWmxNMDVHYlUxdk0zUmlZVE5KU1VSek9EWkhObWRKWVdsTGFUQmhaazVXVXpKT2JRcHVZV05RTkVoV09EVnpNRlYzYkZSSGRtVnhPRnBZVmpreU1WSktWMDlUU3pBeVExUTRaMG8zV1U5V1ZqbFNiWHBaZW5RMk4yTkZXWGxPSzNseWJtdGxDbTFMVERGb1VVbEVRVkZCUW04d1ozZFNha0ZQUW1kT1ZraFJPRUpCWmpoRlFrRk5RMEpoUVhkRmQxbEVWbEl3YkVKQmQzZERaMWxKUzNkWlFrSlJWVWdLUVhkSmQwaDNXVVJXVWpCcVFrSm5kMFp2UVZWWFMxTlRUVVZvUTBaVU4yOXlTMmxDZUc5UFNuSjFVR1UwZWsxM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEFwQ1VVRkVaMmRGUWtGRVNsVXpXRnBHYTBaVVppdFVOeXQwVVVjNVZYSkdTbWRYVEVOdWNqTm5RWFIyWnpGV09XZ3pSbWhKWTA5c1QyUlJSVVJwYjB0R0NrRk9LeTgyWVVsRlNXZDBZMnRHYXpWUFRXbHZiRTAyWlRneVQyNXhNelpWUTI5VVFtbEtjMjFsTmpSUmVHbE5URFZ1U2xSbE1teFpZelZFVW5VMmFVUUtVRzlOVm1NMlNETmxiMnB2WXk4MVUzSm9VaTluVkRWU1ZHUkJhRFJ5WjFoNGJrUkhlbkprWmtwcFNXSmFSbWx3VEc1YU1EQm1hREJOYVVadlNqQnJNd3BTU1hKVWVXRmhhak5tVDJjd1JrazFSM0pUZFdWUmNURkdSR3RYVXpsaFRVdEhjVFZuYm10bFVtRnpjSFJaWjFSRVZHVnhMMGs1TmtZdk9FRm1NRmxIQ210cVpISkZka0l5UlRKQ05tOUtUbUpvTDNGSVpsTkRXbEp2Vmt4cmRtNU9WVVZGVTNSU01sRkdaekJIVlVNemVITTBLMlUxT1dneWRubEtMekpGTVZBS1VWbHZSWE0yY0dWaU1uSkNNRUZHY0V0RlJISmFSbUZPTUhaRVZrZzBRVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsRmIzZEpRa0ZCUzBOQlVVVkJORXRwVW05a2NIQTVjRXhMTkhCa1VuZDVkMDlCVEdOd1NUQlFhRUkyZVdnd2QyeFJZMGMxV0RFMUwzRjVZWFpVQ21WNFNqVm5NazlXVjNVMlIyUlVkRlUxVnpsT2JuQnBlRlp6ZUVkUGQxbHVXamx5T1ZkblpDdEZhV3M0VTFkRkt6bFhhak5HTDFaVWRWWk5RV0YxYWs0S1kwUlBheXRtTUdReFlrZFFRMFo1YjJwSmVXZE1XVWQ0UW5Wd1lsZFpiRkp4Tm0xWU1tSkJhMDlKT0RSTFNWTnZaM3BYVDNKckt5dGFLMGRyS3pOaVRBcHNVV2hSV1RreWFVVnpiREpYY2xscVRHdDZOMEpWVkU5QmJGSmhhVWs0U0dSclRFMVpia3BrZDJSRVIwMW9aMGx1Y1ZSUk1YWTNjRTkwVWpJMlpUTk9Da1p0VFc4emRHSmhNMGxKUkhNNE5rYzJaMGxoYVV0cE1HRm1UbFpUTWs1dGJtRmpVRFJJVmpnMWN6QlZkMnhVUjNabGNUaGFXRlk1TWpGU1NsZFBVMHNLTURKRFZEaG5TamRaVDFaV09WSnRlbGw2ZERZM1kwVlplVTRyZVhKdWEyVnRTMHd4YUZGSlJFRlJRVUpCYjBsQ1FVaElZMGhWYzFwb2EwUkpjblpxWlFwV2FuTkViR1ZyTkRaNWJVeFhialZ2VDA4dllrNWhRakV6UTBaV1ZrVndNM2RyZDBzeFptdEpVRWxqUldkeVRHaHhhWEJMUjJReU5sbzBObXhKZVdOQkNpOUlSeTlhUlRNdmNFSTJVMDVhU3k5TVdXZ3haRll6TkVsVlJ6UXhiWEJaY1U0MGJqTnZTWGRxWWtacVRubHRNbmhHYmxCWU9VMVJaWFZqVmxkamVuTUtUWEU0T0RKa1FXcFlTV2R3TVdZeE4wWnRha0psVW01U1NYRkNSVzluTVdkMVdHSTFaMXB5V21STE1sTkdOemxsVFRGQk5XUkxVSFZQVmxoblFuYzRjQXAwV0dkdVV6VkRWMkZNVVZSc1ltOWhjMnhTT0hnelZVdDJiM1ZyWVhkT1JteExVVE0wYWpOeWFraEpZWFJOZVdSMlUwOTNhek5YSzFNeFEwSTFiMnhDQ25GaVZVNUNhVnBHVnpaQ2NVWk9UWHBxZWtwb01WSTRXVTF4YmtaV1ZGSkNkMlpvYTBkUUsyWnNkVGMzUkdsTVJYbDZOR3RwUlVkSVEwWlViMFpNZFdvS1JVbDRieXMxVlVObldVVkJObVJKZFUxSVptbFRjRkkyVG1Kek9TdGphMVJEWjFwRFJ6bHNXa1UwYkV0blRWZERjVmd3V1ZwV2FVWnljVnBVVEZORVpncFlLM2xyVEdvM1QwazVVRlUxTWpSSk5IaFpWRzlOVW5KaWNHOUdWbUl5VVVKbmFHa3piekIyZERGNWFUVTFjRXBtTDBGRFYyOVNRalJSTTFkd05XRmpDa2s0Y1N0QkswZEpUbmR5ZVVGMVlsVjRVakUzTTNGdlNITmhUbXd4VDNGc2RqTnRSMUJTWlN0MFNsaEllbVJOYVV4TmNFRXhNVTFEWjFsRlFUbG1abXdLYUZoT2JUTnFUVUpoTkdoU2JtZFlhazg1U1dwV1FXdEtNRTQyWjFoRmFtSnBlbFkwVWpaUVVGWjNRVEJVTWxWbE1HYzRka0Z6UXl0MmJUWlNUVFZIUVFwU1lVc3hWelZhUmxaSk16SjVOMDg1Y1RCcGRqUlplV3RvVDNNNEx6TlhPSG81V0RoWVRuRjNNM0EwSzBWdU0xUktXazFuUm1GTVoycGlja3h5UjNwQkNscElZM2hwUkdadWRuZzVkbWR4YTJ3MWJtSk5LME13Ym1aUE4xaGhjalZaYldGa1NHNU5ZME5uV1VWQmVuZE9Sak0yVjFWV1QwWnNNMk5LT0VkWVZtSUthRTl0VEdsRGNVUlJaR1YzWmxwbVoyMW1lRzFLTDNkaGVEQnFPSEJTZWxGb05WZ3dkV1pxYVN0NlpHdzNUWGQyTVVKWVRYQlBObWxEZUdOVlIwSm5kZ3AwYUdWbmNWWmpielIwWlVOYWVtcHFWVUZGU0hCSGIzRkNXRFJEUTFCb1FVaDZVVEY2VTNaV1RrbzFaRXhDUzBGWFJrSkdVbWh6Vm0xelIwZDFPVFZRQ21oMGJYQTNkR0pwUVdaSlIwcDNWMEkwVmxCcU1tNDRRMmRaUW1kdVpIRkVaa0ozY0VwbFNHdzJiWE5qTlc1VmJURXhiRmhPYVVkeU9GQmpUM0ZRVUUwS1JEbHVTMVZxWTNOc2IwUXhkWFZRVEZsWWJESXpSakZSYTJvdmNFRk1kR2hJZUU5alFWVkJSV2RoYzNsM2MzazNSR3hrUVVGeE0xSktSa2xYYVhCdU53cEVZbEZQYVZSNU1taFlVV1ZqVm5oVFVYbE9NRkJGUmpKcGNYaGpZekk1ZWxKNmNXMXdhMk5oTVU4NVNscE5XR3hpUkRoQ1RWVk9NRzFMUkROYVowOUtDbVkyVEhGdGQwdENaMGhIY1hOWFowWkRSMXB3ZW1aUFQzZEZaMW96V1hCbWVIZEtkMUpDZERRNU9VdGliMWR0YW5OUVdtMXlTamMyVVdGTU9VWm9VMHdLTVZFeGNYVkhiamR2Um14UWRXRmpkV3hzU25NeU56bHFXRTE2VUZkTVQyOXVUR0l4UW1ZeVRVVnZPVTVuY0d0c2IwNU1Wa1kzUXpOQlNIVldUVGRCTHdwa016bDZkVGhIZEhSTmNVTmhXVkpEUTNCRGVqRXJVRXBUY2sxclUxVXpkVGhQUjFad1owbGxUSHBaYzAxNmNtbFpZa2xhQ2kwdExTMHRSVTVFSUZKVFFTQlFVa2xXUVZSRklFdEZXUzB0TFMwdENnPT0K","other-connectivity-list":{"connectivity-records":[]}} 2021-08-08 01:56:46,140 DEBUG 129:onap_service.py(1) - [None][Delete Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'} 2021-08-08 01:56:46,141 DEBUG 131:onap_service.py(1) - [None][Delete Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion 2021-08-08 01:56:46,141 DEBUG 132:onap_service.py(1) - [None][Delete Connectivity Info] data sent: None 2021-08-08 01:56:46,142 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283 2021-08-08 01:56:46,170 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 204 0 2021-08-08 01:56:46,171 INFO 142:onap_service.py(1) - [None][Delete Connectivity Info] response code: 204 2021-08-08 01:56:46,171 DEBUG 146:onap_service.py(1) - [None][Delete Connectivity Info] response: n/a 2021-08-08 01:56:46,173 INFO 176:run_tests.py(1) - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | basic_cnf | integration | 07:00 | PASS | +-------------------+---------------------+------------------+----------------+ 2021-08-08 01:56:46,176 INFO 57:basic_cnf.py(1) - Generate Test report 2021-08-08 01:56:46,264 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080 2021-08-08 01:56:46,732 DEBUG 433:connectionpool.py(1) - http://87.254.212.120:8080 "POST http://testresults.opnfv.org/onap/api/v1/results HTTP/1.1" 200 73 2021-08-08 01:56:46,734 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/610f39de6c44f500102b2279 2021-08-08 01:56:46,735 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK